master2be1 / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

PyChess crashes on loading a game (observing) #400

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Pychess and connect to FICS
2. Open sequentially several games (observe). May add some local games. As
far as I remember, it also happened when loading a game from local database
(PGN).
3. PyChess crashes. Seems like immediately after loading the game
(replaying the last move), but it is too quick to say for sure.

What is the expected output? What do you see instead?
Loading the board - no crash at all.

Does it happen every time?
No, with some board, maybe when opening more boards quickly (before the
last one is fully loaded?).

What version of the product are you using?
0.10alpha2 (rev 1401)

Did you use an installed version of PyChess or did you run in from a
tarball/svn?
svn 1401

see logfiles attached... (that run created two for some reason)
terminal output:
petko@petkomp:~/src/pychess-read-only$
PYTHONPATH=~/src/pychess-read-only/lib ~/src/pychess-read-only/pychess
/home/petko/src/pychess-read-only/lib/pychess/System/uistuff.py:368:
GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is
deprecated
  self.glade = gtk.glade.XML(addDataPrefix("glade/%s" % filename))
00:10:08 Default Warning: Chatpanel loaded with no local players
Chatpanel loaded with no local players
Chatpanel loaded with no local players
00:10:34 Default Warning: Chatpanel loaded with two local players
Chatpanel loaded with no local players
00:11:02 Default Warning: Chatpanel loaded with no local players
python: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int)
((xcb_req) - (dpy->request)) >= 0)' failed.
Aborted

Original issue reported on code.google.com by pe3...@gmail.com on 23 Feb 2009 at 11:22

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 19 Mar 2009 at 8:18

GoogleCodeExporter commented 9 years ago
Still seeing this bug?

Original comment by mattgatto on 13 Dec 2009 at 5:49

GoogleCodeExporter commented 9 years ago
Judging from your guess, that it fails because of replaying the last move, I 
think this is a duplicate of the recently fixed Issue 651.

Original comment by lobais on 9 Mar 2011 at 9:19