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

julia-debug.exe segfaults during spawn test ever since #9266 #10111

Closed
tkelman opened this issue Feb 7, 2015 · 4 comments · Fixed by #10270
Closed

julia-debug.exe segfaults during spawn test ever since #9266 #10111

tkelman opened this issue Feb 7, 2015 · 4 comments · Fixed by #10270
Labels
system:windows Affects only Windows

Comments

@tkelman
Copy link
Contributor

tkelman commented Feb 7, 2015

cc @vtjnash see logs, and bisect results from win32 and win64 here: https://gist.github.com/tkelman/7e6aa9bf14d382ba5b65
(skips were build failures)

@tkelman tkelman added the system:windows Affects only Windows label Feb 7, 2015
@tkelman
Copy link
Contributor Author

tkelman commented Feb 7, 2015

Works fine without sys.dll, so maybe not too big an issue. Does make #10045 harder to debug locally.

@vtjnash
Copy link
Member

vtjnash commented Feb 11, 2015

that seems to be a non-sequitur. the debug build is supposed to ignore sys.dll, since loading it would cause errors. although, i do keep seeing warnings that seem to result from it having gotten loaded?

@ihnorton
Copy link
Member

ss1
oops...

ihnorton added a commit to ihnorton/julia that referenced this issue Feb 22, 2015
Lightly refactor to make this somewhat more maintainable.
fixes JuliaLang#10111
ihnorton added a commit to ihnorton/julia that referenced this issue Feb 22, 2015
Lightly refactor to make this somewhat more maintainable.
fixes JuliaLang#10111
@tkelman
Copy link
Contributor Author

tkelman commented Feb 23, 2015

Thanks for the fix here @ihnorton. I'm guessing it would look a fair bit different on release-0.3. It might be okay as a wontfix there though, since I highly doubt we'll be shipping sys.dll with any 0.3 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:windows Affects only Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants