-
Notifications
You must be signed in to change notification settings - Fork 48
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
GFX gui segfaults on ubuntu 14.04, nvidia-346 #7
Comments
There was an issue which made me realize I am not building glv in the buildAll.sh script.
I think you mentioned earlier though that glv is running fine from within ext/glv so it must in |
I'm having the same problem. "make -C ext/glv " is in buildAll.sh probably of no help, but here's what valgrind had to say when I ran "valgrind ./test_units": ==27257== Jump to the invalid address stated on the next line |
my laptop using the noveua driver builds no problem however. |
The examples with a call to
gui()
insetup()
segfaults on ubuntu 14.04 with nvidia-346 driver. I have debugged it down to the 3rd call toOnDraw()
in gfx_control.h.Tested with
xFabrikChain.cpp
Seems like a problem with
mWindowEventHandlers
The examples compile and run when the call to gui is commented out. Examples in
glv
also compiles and run.The text was updated successfully, but these errors were encountered: