-
Notifications
You must be signed in to change notification settings - Fork 81
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
Ubuntu 14.04 - Segmentation fault in examples #88
Comments
You might have more luck with the current master branch from github.
|
The driver for GPU is NVIDIA binary driver - version 384.130. |
Can you try to get a stack dump? For example: Then, a |
I just merged to master a fix for some compilation warnings I see for gcc 5.5.0 on Xenial. |
I have checked it! kiselev@U14: Program received signal SIGSEGV, Segmentation fault. |
I checked just now with Ubuntu 18.04 (Bionic), seems fine. Is there anyone using Ubuntu 14.04 (Trusty) that can confirm this problem? |
valgrind seems clean for Ubuntu 18.04. |
I use release 2.37 (and 2.36) on Ubuntu 14.04 (on two different mashines result is identical).
Compilation went normally (only few warnings), but when I try to run examples I got:
Segmentation fault (core dumped)
In MacOS the same release gives no error and all examples work properly.
What could be a reason for this issue?
Thank you in advance!
The text was updated successfully, but these errors were encountered: