-
Notifications
You must be signed in to change notification settings - Fork 5
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
coral_0.8.0-beta1: Random crash after changing config files #29
Comments
It's hard to say which changes since 0.7 could cause this. The first thing that comes to mind would be the timeout stuff, but that shouldn't be affected by changing configuration files. Actually, I can't think of anything that would cause some kind of memory effect wrt. the configuration files. Some things you could do which could possibly narrow this down:
|
So it appears that changing the configuration files has nothing to do with it. I've been running a few simulations 10ish and 2 crashed (no changes to the configuration files). If I try to start a new simulation after the crash (not running --clean-cache on the slaveprovider), I get a EDIT |
When I tried to press 'Debug' in the coralslave.exe crash window, Visual Studio gave me this message: |
I'm curious if this is similar to the zeroMQ crash we've struggled with in the past, except then the crash took a proper choke hold on the CPU and a hard restart was required. However, that crash also seemed rather random, much like this one, and the |
Oh! This is interesting.
|
So, not very scientific here but, approximately 6 in 20 simulations crashes and one interesting one here is simulation 12 where 3 coralslaves crashed. So first one crashed, then i pressed 'Continue' in the debugger and then another one crashed, and so on. Also it seems like pressing 'Continue' in the debugger when a crash occurs, works every time |
I've run your setup 50–60-ish times myself now, using coral 0.8.0-beta1, and it didn't crash once. So this is going to be hard to track down, I guess. You're still on Windows 7? |
Awesome :P Still on Windows 7, yes |
Don't have enough information for this issue yet, but after I started working with coral_0.8.0-beta1 coralslave randomly crashes at startup after having made changes to .execonf or .sysconf.
This is a typical scenario:
coralslaveprovider /path/to/fmus -o out/
coralmaster run .execonf .sysconf
stop
timecoralmaster run .execonf .sysconf
coralslaveprovider
coralslaveprovider --clean-cache
1
and2
It should be noted that running
coralslaveprovider --clean-cache
does not always work, sometimes I have to repeat the process a couple of times until the coralslaves stop crashing. Also, this doesn't always happen when a change is made to.execonf
or.sysconf
, but every time it has happened it has been after making a change to one of them.Some more investigation is definitely needed on this issue
The text was updated successfully, but these errors were encountered: