-
-
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
How to drill into this crash #55696
Comments
On further investigation seems like the program runs if I set JULIA_NUM_THREADS = 1. Note I don't expricitly use any threading features in my program. |
You haven't provided a minimal reproducible example to reproduce your issue. Also, the error messages you posted are a bit confusing as they reference multiple things (there seems to be also one involving R?) and the error
seems to be related to a package you're using |
You're right - there's a lot going on here. I'll try and break this down the old fashioned way (logs, process of elimination) and try and create something reproducible. So far I've established that somethings up with the serialization call and threading. |
Given this line, |
Ah, but that actually means this is more likely to be an implementation/package problem than a Julia one. My comment was just a pointer on how you might start finding the root cause to build out that minimal working example — once you have more details you can reopen with those. |
Thanks @mbauman, thanks for your help. I'm running the code with |
Hi I have a program that takes a long time to run, around 6 hours. It's just a loop that runs for a while. It used to work fine but now crashes (I'm not really sure what I've updated to cause this). I was hoping to get some help in tracking this down.
Everytime the program seems to crash at different locations - which is very odd because it used to work just fine. I've pasted some of the errors below.
Sometimes I get EXCEPTION_ACCESS_VIOLATIONS, sometimes I get OutOfMemory exceptions (which is really weird since I have 80 gbs free memory in task manager). Is there any way to drill down and figure out what's causing this? It would be good to produce a MWE but right now I'm not even sure how to achieve that given the program seems to be crashing in different places.
Here's the output from versioninfo()
The text was updated successfully, but these errors were encountered: