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

Segfault from interaction between export and using #2560

Closed
toivoh opened this issue Mar 13, 2013 · 1 comment
Closed

Segfault from interaction between export and using #2560

toivoh opened this issue Mar 13, 2013 · 1 comment

Comments

@toivoh
Copy link
Contributor

toivoh commented Mar 13, 2013

The following code causes Julia to segfault:

module Debug

module Flow
export bp
bp=0
end

export bp
using Flow

end

If I exchange the order of the lines export bp and using Flow at the end it works fine, so I guess it has something to do with exporting the symbol bp which is made available by the using directive afterwards. The segfault appears for me with commit 4be86b2, but not the one before it.

@toivoh
Copy link
Contributor Author

toivoh commented Mar 13, 2013

Thanks!

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