Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assertion failed: :((typeof(pop_event(composer))==StreamStartEvent)) #2

Closed
Keno opened this issue Jul 23, 2013 · 2 comments
Closed

Comments

@Keno
Copy link

Keno commented Jul 23, 2013

I'm getting that assertion on pretty much everything:

julia> import YAML

julia> YAML.load("../settings.yml.default")
ERROR: assertion failed: :((typeof(pop_event(composer))==StreamStartEvent))
 in compose at /Users/keno/.julia/YAML/src/composer.jl:37
 in load at /Users/keno/.julia/YAML/src/YAML.jl:21
 in load at /Users/keno/.julia/YAML/src/YAML.jl:40

julia> YAML.load_file("../settings.yml.default")
ERROR: assertion failed: :((typeof(pop_event(composer))==StreamStartEvent))
 in compose at /Users/keno/.julia/YAML/src/composer.jl:37
 in load at /Users/keno/.julia/YAML/src/YAML.jl:21
 in load_file at /Users/keno/.julia/YAML/src/YAML.jl:46

The yml file:

Kenos-MacBook-Pro:src keno$ cat ../settings.yml.default
server_port:    8000
worker_port:    8000
docker_host:    127.0.0.1:4243
@dcjones
Copy link
Contributor

dcjones commented Jul 23, 2013

This was working a few days ago. It seems to be a Julia bug, but I can't figure out what's causing it. Filed here: JuliaLang/julia#3807

@Keno
Copy link
Author

Keno commented Jul 23, 2013

Alright, I'll see if I can tackle the Julia bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants