Skip to content
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

Closed
BruceCanovas opened this issue Feb 15, 2018 · 4 comments
Closed

CoFusion crashes when exit #4

BruceCanovas opened this issue Feb 15, 2018 · 4 comments

Comments

@BruceCanovas
Copy link

BruceCanovas commented Feb 15, 2018

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.

@martinruenz
Copy link
Owner

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 --db-attach=yes --log-file=<filename> --leak-check=full or --vgdb-error=0 --log-file=<filename> --leak-check=full could give valuable information.
Which data are you feeding to the program? (Live data, a klg file, image data)

@BruceCanovas
Copy link
Author

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.

@BruceCanovas
Copy link
Author

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.

@martinruenz
Copy link
Owner

Okay, let me know if I should re-open the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants