Seg fault in ligGLcore.so after I call exit()

Started by
1 comment, last by stodge 17 years, 10 months ago
Ok I'm completely stumped so help is appreciated! My C++ OpenGL app seg faults after I call exit(). The stack only shows: _nv000067gl() from /usr/lib/liGLcore.so.1 That's it! I have no idea how to investigate this, so any suggestions are welcome. Obviously this is an NVIDIA card (GeForce 6600GT using 8762 drivers I believe). This is on the latest Kubuntu. Thanks
---------------------http://www.stodge.net
Advertisement
I've triggered similar errors in two ways: leaving a framebuffer object bound past when it was meant to be (I'm not sure exactly which later command triggered the segfault in NVidia's drivers because I never investigated it any further than fixing that error on my part) and setting a breakpoint on OpenGL calls seemed to cause weird issues with NVidia's drivers sometimes.
Go figure - today it doesn't crash....
---------------------http://www.stodge.net

This topic is closed to new replies.

Advertisement