https://bugs.freedesktop.org/show_bug.cgi?id=40423 Michel Dänzer <michel@xxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Drivers/DRI/Radeon |Drivers/Gallium/r600 --- Comment #3 from Michel Dänzer <michel@xxxxxxxxxxx> 2011-08-29 11:04:17 PDT --- (In reply to comment #3) > You can find the source code of this test here: > http://hg.mozilla.org/mozilla-central/file/d0700ba932b4/toolkit/xre/glxtest.cpp#l107 It has at least one obvious flaw: dlsym() can only be used to retrieve glXGetProcAddress(ARB) and the symbols defined by the Linux OpenGL ABI (basically OpenGL 1.2 + GL_ARB_multitexture). All other GL(X) symbols need to be retrieved with glXGetProcAddress(ARB). I didn't look further than that. > Unfortunately I don't have any more information about it: no stack, no more > device information. Even assuming the crash wasn't due to a test bug, it'll be hard to do anything about it without that information. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel