Closed jmcastro2109 closed 7 years ago
You forgot this part:
submit a bug report with steps to reproduce this fault
Can someone help me? Please!
It doesn't crash for me in Linux. Anything else you might have omitted---for example, are you running with --track-alllocation
?
Also please supply versioninfo()
.
@timholy I am not running it with track allocation.
Version info is
Julia Version 0.4.5
Commit 2ac304d (2016-03-18 00:58 UTC)
Platform Info:
System: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.3
I am sorry for not providing many details or information, I am not very savyy and I am just learning how to use Julia.
Anyway, I am very grateful for your help!
@jmcastro2109 Is this still a problem?
Please comment if this is still crashing.
@IlyaOrson: what makes you think it's a related crash?
I got confused by the similar error message. I just tried to link the corresponding issue because I though it was a julia bug, not sure which issue is the right one though. Sorry for the noise.
@IlyaOrson no worries -- for reference, EXCEPTION_ACCESS_VIOLATION
is a very common message to see for a crash on Windows due to memory corruption, which looks like the case with EzXML based on the proposed fix.
Hello, I am doing a process in Julia, by which using fzero in a loop I find the root of an equation. However, consistenly Julia crashes after 6.000 iterations. I have modified the code many times, in order to make it more efficient, and consistently I get this error. I am running Julia in the Atom IDE. Any help, suggestion or solution would be more than appreciated.
Here is the code, and it is followed by the bug report.
Thank you very much.
BUG REPORT: