-
-
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
crashes in profiler #17386
Comments
No thoughts about this? |
I can say for certain the backtrack will be better in 0.5 :P I suspect it's failing if it gets stopped in the setjmp code. Quick fix hack might be to just set/clear jl_in_stackwalk in ctx_switch (and start_task) |
Better, or fixed? :) |
The backtrace should contain the actual function names instead of random ones, but with an unchanged probability of segfaulting instead. |
So, in this case this is actual issue. To be onest it works 2 times from 10 on my pc :( If you need more details, i may provide them ;) |
Please comment if this still happens. |
This seems similar:
|
Just came across this researching an EXCEPTION_ACCESS_VIOLATION in 1.1. Just noting for the record that 1.3.0-rc3 has fixed this. |
I also found this in Julia 1.2.0. Will move to 1.3.0 now per @BioTurboNick's recommendation
That's weird, 1.3.0 appears to work with the above gcd example, but in my other code I am still getting an EXCEPTION_ACCESS_VIOLATION. |
Hello everybody,
Yesterday i tried to use embedded profile (
@profile
macro) and ProfileView package to measure performance. I found it impossible, because of stable crashes (at least on my machine). A have two types of them. First is reproducible with this code:This is an error, which i get with code above:
Second one is only reproducible on my project and it looks really asynchronous. I added special code, which produces the bug, but it depends on my sources. So, you have to clone my repo first ;) You may run it like this:
Code above produces this error:
The text was updated successfully, but these errors were encountered: