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 538256 - crash in Chess: i was just playing chess
crash in Chess: i was just playing chess
Status: RESOLVED DUPLICATE of bug 536053
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
unspecified
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-14 03:46 UTC by hilario_lbj23
Modified: 2008-06-14 17:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description hilario_lbj23 2008-06-14 03:46:02 UTC
Version: 2.22.2.1

What were you doing when the application crashed?
i was just playing chess


Distribution: Ubuntu 8.04 (hardy)
Gnome Release: 2.22.2 2008-06-03 (Ubuntu)
BugBuddy Version: 2.22.0

System: Linux 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Crux
Icon Theme: Crux

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 (53 sec old) ---------------------
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  • File "/var/lib/python-support/python2.5/glchess/ggz/protocol.py", line 633 in startElement
    self.handler.startElement(name, attributes)
  • File "/var/lib/python-support/python2.5/glchess/ggz/protocol.py", line 76 in startElement
    self.parser.startElement(name, attributes)
  • File "/var/lib/python-support/python2.5/glchess/ggz/protocol.py", line 83 in startElement
    method(attributes)
  • File "/var/lib/python-support/python2.5/glchess/ggz/protocol.py", line 605 in start_ping
    self.decoder.feedback.send("<PONG/>\n")
  • File "/var/lib/python-support/python2.5/glchess/ggz/client.py", line 181 in send
    self.controller.send(data, isBinary)
  • File "/var/lib/python-support/python2.5/glchess/network.py", line 98 in send
    nSent = self.socket.send(self.buffer)
AttributeError: 'NoneType' object has no attribute 'send'
--------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/glchess/gtkui/gtkui.py", line 313, in __readData
  File "/var/lib/python-support/python2.5/glchess/main.py", line 337, in onReadFileDescriptor
    for server in self.ggzConfig.servers:
  File "/var/lib/python-support/python2.5/glchess/network.py", line 125, in read
    self.feedback.registerIncomingData(data)
  File "/var/lib/python-support/python2.5/glchess/ggz/client.py", line 178, in registerIncomingData
    data = self.decoder.feed(data)
  File "/var/lib/python-support/python2.5/glchess/ggz/protocol.py", line 654, in feed
    self.xparser.feed(chunk)
  File "/usr/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.5/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  • File "/var/lib/python-support/python2.5/glchess/ggz/protocol.py", line 633 in startElement
    self.handler.startElement(name, attributes)
  • File "/var/lib/python-support/python2.5/glchess/ggz/protocol.py", line 76 in startElement
    self.parser.startElement(name, attributes)
  • File "/var/lib/python-support/python2.5/glchess/ggz/protocol.py", line 83 in startElement
    method(attributes)
  • File "/var/lib/python-support/python2.5/glchess/ggz/protocol.py", line 605 in start_ping
    self.decoder.feedback.send("<PONG/>\n")
  • File "/var/lib/python-support/python2.5/glchess/ggz/client.py", line 181 in send
    self.controller.send(data, isBinary)
  • File "/var/lib/python-support/python2.5/glchess/network.py", line 98 in send
    nSent = self.socket.send(self.buffer)
AttributeError: 'NoneType' object has no attribute 'send'

Comment 1 Gianluca Borello 2008-06-14 17:18:02 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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