-
Notifications
You must be signed in to change notification settings - Fork 130
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
CoFusion crashes when exit #4
Comments
Hi Bruce, I didn't notice this behaviour yet -- it might be Cuda9 related. Could you run a debug build and add some breakpoints to important destructors (Model, CoFusion, ...). This might give some insights about the crashes. Further, running with valgrind and parameters |
Well you may be right about Cuda9, I tried on my other laptop's partition with ubuntu trusty and cuda 7.5 and did not face the crash ... I use both live and klg data. |
Finally there is probably something wrong with my system setup because on an other machine with Cuda9 and Xenial everything is right too (only the GPU differs as the first one was 950GTX M and the second 960 GTX M) ... I think we can close the issue as it doesn't seems to be related with your code. |
Okay, let me know if I should re-open the issue. |
Hi,
I managed to build CoFusion on Xenial with Cuda9 (I have an Nividia Geforce GTX950 M). Everything seems to work but very often, when I quit the program by shutting off the window or with Ctrl-c my screen freezes and I have to force shutdown with the power button... Has anyone observed the same behavior, or get an idea about what is going wrong?
Thank you.
The text was updated successfully, but these errors were encountered: