GNOME Bugzilla – Bug 431784
crash in Chess: Switched to 3D-view, wit...
Last modified: 2007-04-22 13:41:57 UTC
What were you doing when the application crashed? Switched to 3D-view, with all neccessary packages installed. Distribution: Ubuntu 7.04 (feisty) Gnome Release: 2.18.1 2007-04-10 (Ubuntu) BugBuddy Version: 2.18.1 System: Linux 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 70200000 Selinux: No Accessibility: Disabled GTK+ Theme: Human Icon Theme: Tangerine Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0 ----------- .xsession-errors --------------------- (nautilus:7465): libgnomevfs-CRITICAL **: gnome_vfs_mime_type_is_known: assertion `!does_string_contain_caps (mime_type)' failed Window Title: 'gimmie'; Application Name: 'gimmie'; Class: 'Gimmie_applet'; Geometry: 753x456+62+24 Window Title: 'Terminal'; Application Name: 'Terminal'; Class: 'Gnome-terminal'; Geometry: 657x435+0+0 Window Title: 'gimmie'; Application Name: 'gimmie'; Class: 'Gimmie_applet'; Geometry: 753x456+62+24 Window Title: 'Anwendung ausf?hren'; Application Name: 'gnome-panel'; Class: 'Gnome-panel'; Geometry: 431x300+424+362 Gdk-CRITICAL **: gdk_window_set_cursor: assertion `GDK_IS_WINDOW (window)' failed at /usr/bin/../share/gcstar/lib/GCMainWindow.pm line 2224. Window Title: 'GCstar - []'; Application Name: 'gcstar'; Class: 'Gcstar'; Geometry: 920x640+0+0 Window Title: 'untitled window'; Application Name: 'gcstar'; Class: 'Gcstar'; Geometry: 419x203+258+317 Window Title: 'Eigenschaften'; Application Name: 'gcstar'; Class: 'Gcstar'; Geometry: 392x422+421+276 Window Title: 'Einstellungen'; Application Name: 'gcstar'; Class: 'Gcstar'; Geometry: 806x387+214+276 Window Title: 'gimmie'; Application Name: 'gimmie'; Class: 'Gimmie_applet'; Geometry: 748x421+1+24 Window Title: 'gimmie'; Application Name: 'gimmie'; Class: 'Gimmie_applet'; Geometry: 753x456+62+24 Window Title: 'glChess'; Application Name: 'glchess'; Class: 'Glchess'; Geometry: 400x380+0+0 Window Title: 'Bug-Buddy'; Application Name: 'Bug-Buddy'; Class: 'Bug-buddy'; Geometry: 504x212+388+406 -------------------------------------------------- Traceback (most recent call last):
+ Trace 129353
self.__startGL()
print 'EXTENSIONS=' + OpenGL.GL.glGetString(OpenGL.GL.GL_EXTENSIONS)
OK this is odd... it appears the 'print' has failed because glchess cannot write to stdout. Frederick, were you running glChess in any special way? Does this always occur when you try to change to 3D? Does it still occur? Thanks, --Robert
I called glChess from the gimmie panel. That seems to be a bit unstable anyway, so maybe it was gimmie that caused the problem? The problem hasn't reoccured since then.
Yeah Gimmie was probably logging stdout or something similar and then decided to close the file stream. I think it's safe to assume that most people will still have stdout available. I'm going to close this because it seems very obscure (and there is too much work to ensure all stdout is allowed), thanks for the report though!
Re-opening as this has been reported twice now. It looks like it may be more associated with the OpenGL.GL.GL_EXTENSIONS request.
*** This bug has been marked as a duplicate of 426461 ***