-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
embedding crash (?) on Windows #22320
Comments
I confirmed the stack overflow from C(++), compiled with MSVC. The strange thing is that the top of the stack is the same when running under gdb (identical path passed to Top of stack (the crash is usually in
The bottom of the stack:
|
Looks vaguely like #19199... |
Well, that's exactly the problem. Works fine when compiled with |
Yep, should be fixed by #22254 |
Can that be back-ported, or is there anything else we can do about the 7MB stack requirement for 0.6? |
The following python code, run in the
bin/
install directory, exits on both win32 and win64 in 0.6-rc3. (works ok in 0.5.2 when jl_init signature is adjusted accordingly)I looked at a backtrace in windbg on win32 and saw a stackoverflow (
jl_array_to_string
I think), but the vm timed out.ref: https://discourse.julialang.org/t/interfacing-julia-red-error-with-julia-0-6-rc3/4180
The text was updated successfully, but these errors were encountered: