After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 431784 - crash in Chess: Switched to 3D-view, wit...
crash in Chess: Switched to 3D-view, wit...
Status: RESOLVED DUPLICATE of bug 426461
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
unspecified
Other All
: High critical
: ---
Assigned To: Robert Ancell
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-20 18:43 UTC by Frederik Elwert
Modified: 2007-04-22 13:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Frederik Elwert 2007-04-20 18:43:38 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):
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 169 in __expose
    self.__startGL()
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 140 in __startGL
    print 'EXTENSIONS=' + OpenGL.GL.glGetString(OpenGL.GL.GL_EXTENSIONS)
IOError: [Errno 32] Broken pipe

Comment 1 Robert Ancell 2007-04-22 12:27:15 UTC
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
Comment 2 Frederik Elwert 2007-04-22 12:38:59 UTC
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.
Comment 3 Robert Ancell 2007-04-22 13:19:48 UTC
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!
Comment 4 Robert Ancell 2007-04-22 13:40:05 UTC
Re-opening as this has been reported twice now. It looks like it may be more associated with the OpenGL.GL.GL_EXTENSIONS request.
Comment 5 Robert Ancell 2007-04-22 13:41:57 UTC

*** This bug has been marked as a duplicate of 426461 ***