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 Nightly build segfault at startup on windows #10591

Closed
dhoegh opened this issue Mar 20, 2015 · 6 comments
Closed

Julia Nightly build segfault at startup on windows #10591

dhoegh opened this issue Mar 20, 2015 · 6 comments
Labels
bug Indicates an unexpected problem or unintended behavior priority This should be addressed urgently system:windows Affects only Windows

Comments

@dhoegh
Copy link
Contributor

dhoegh commented Mar 20, 2015

Output from julia:

C:\Users\Hoegh>Julia-0.4.0-dev_20_3\bin\julia-debug.exe
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "help()" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.4.0-dev+3944 (2015-03-20 15:15 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 09539ec (0 days old master)
|__/                   |  x86_64-w64-mingw32


Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x6c566b9b -- jl_setjmp at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (un
known line)
jl_setjmp at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
julia_init at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
jl_f_yieldto at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
wait at task.jl:305
stream_wait at stream.jl:271
uv_write at stream.jl:751
buffer_or_write at stream.jl:764
write at stream.jl:826
print at string.jl:68
jlcall_print_629 at  (unknown line)
jl_operator_precedence at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
jl_trampoline at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
jl_init_types at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
jl_apply_generic at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
banner at version.jl:232
_start at client.jl:415
jlcall__start_554 at  (unknown line)
jl_operator_precedence at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
jl_trampoline at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
jl_init_types at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
jl_apply_generic at C:\Users\Hoegh\Julia-0.4.0-dev_20_3\bin\libjulia-debug.dll (unknown line)
unknown function (ip: 4199740)
unknown function (ip: 4203441)
unknown function (ip: 4204232)
unknown function (ip: 4199370)
unknown function (ip: 4199672)
BaseThreadInitThunk at C:\Windows\system32\kernel32.dll (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
@tkelman
Copy link
Contributor

tkelman commented Mar 20, 2015

See #10579, and the appveyor failures on every build since that was prematurely merged.

The Windows buildbots aren't currently running the tests, last time we tried that there was some strange IO redirection problem from running under buildbot. We should probably try that again so we don't upload broken nightlies.

@tkelman tkelman added the system:windows Affects only Windows label Mar 20, 2015
@pao pao mentioned this issue Mar 20, 2015
@JeffBezanson JeffBezanson added bug Indicates an unexpected problem or unintended behavior priority This should be addressed urgently labels Mar 21, 2015
@SimonDanisch
Copy link
Contributor

My newest Julia build fails silently when I start it. (5587ca3)
I've also seen broken pipe error messages with my older build.
I first thought it was because I overloaded read(...), but I think it wasn't the problem.

@SimonDanisch
Copy link
Contributor

Rebuild it entirely from scratch, still the same.

@SimonDanisch
Copy link
Contributor

Thanks, lets see if I can verify this!

2015-03-21 19:00 GMT+01:00 Isaiah [email protected]:

Fixed in 0d8cec3
0d8cec3.
see
https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.3369
https://travis-ci.org/JuliaLang/julia/builds/55303446


Reply to this email directly or view it on GitHub
#10591 (comment).

@SimonDanisch
Copy link
Contributor

Yes, seems to work! =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior priority This should be addressed urgently system:windows Affects only Windows
Projects
None yet
Development

No branches or pull requests

5 participants