From: Martin C. <cos...@wa...> - 2005-09-06 20:13:17
|
Hans Fangohr wrote: [] >> Could you try to find the crash log that should have been created? >> Something like ~/Library/Logs/CrashReporter/python2.4.crash.log. >> If it is too long, send it to me off list. > > I'll email it to you off list. From the crashed thread > Thread 2 Crashed: > 0 libX11.6.dylib 0x9ca2b938 XVisualIDFromVisual + 0 > 1 libgtkgl-2.0.1.dylib 0x0174d2f8 gdk_gl_context_share_new + 108 (gdkgl.c:141) > 2 libgtkgl-2.0.1.dylib 0x0174dd58 gtk_gl_area_share_new + 188 (gtkglarea.c:131) > 3 cvisualmodule.so 0x011c67d0 visual::xglContext::initWindow(char const*, int, int, int, int, int) + 316 (bundle1.s:283) it looks like this is a problem between libgtkgl and X11. What I would try to look at is: 1. by checking modification dates, check if your /usr/X11R6/lib/libX11.6.dylib or the file it points to are not leftovers from an earlier (Panther) installation of X11. The Apple installer plays such tricks sometimes. 2. See if the gtkglarea2 package was updated after you updated your system and your X11 or if it was perhaps compiled under an older version of OSX and X11. 3. Rebuild gtkglarea2 anyway and see if this changes anything. -- Martin |