rajrakeshdr / pychess

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

Segmentation Fault when trying to connect to FICS. #316

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try connect to FICS either as guest or registered user

What is the expected output? What do you see instead?
  The program silently exited, running Pychess from terminal produces this
output when the program 'exit':
python: xcb_lock.c:33: _XCBUnlockDisplay: Assertion
`xcb_get_request_sent(dpy->xcb->connection) == dpy->request' failed.
Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x2aeef0add97c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x15) [0x2aeef0adda15]
#2 /usr/lib/libX11.so.6 [0x2aeeeedbe183]
#3 /usr/lib/libX11.so.6(XUngrabPointer+0x1a) [0x2aeeeedb514a]
#4 /usr/lib/libgdk-x11-2.0.so.0(gdk_display_pointer_ungrab+0x5b)
[0x2aeeede100eb]
#5 /usr/lib/gtk-2.0/modules/libgnomebreakpad.so [0x2aeef1dd02a6]
#6 /lib/libpthread.so.0 [0x2aeeeb7dfa00]
#7 /lib/libc.so.6(gsignal+0x35) [0x2aeeec0a9e35]
#8 /lib/libc.so.6(abort+0x183) [0x2aeeec0ab353]
#9 /lib/libc.so.6(__assert_fail+0xe9) [0x2aeeec0a2e29]
#10 /usr/lib/libX11.so.6 [0x2aeeeedbe133]
#11 /usr/lib/libXrender.so.1(XRenderCompositeTrapezoids+0x256) [0x2aeeefbed026]
#12 /usr/lib/libcairo.so.2 [0x2aeeee93353f]
#13 /usr/lib/libcairo.so.2 [0x2aeeee90e445]
#14 /usr/lib/libcairo.so.2 [0x2aeeee911b26]
#15 /usr/lib/libcairo.so.2 [0x2aeeee910c8b]
#16 /usr/lib/libcairo.so.2 [0x2aeeee911659]
#17 /usr/lib/libcairo.so.2 [0x2aeeee911d3a]
#18 /usr/lib/libcairo.so.2 [0x2aeeee90f3f4]
#19 /usr/lib/libcairo.so.2 [0x2aeeee9025dd]
python: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) -
(dpy->request)) >= 0)' failed.
Multiple segmentation faults occurred; can't display error dialog

Does it happen every time?
  Yes.

What version of the product are you using?
  Both 0.8 and 0.8.1 have this problem.

Did you use an installed version of PyChess or did you run in from a
tarball/svn?
  I install it using source tarball.

Please provide any additional information below.
  I'm using 64 bit Arch Linux.:t 

Please attach the latest pychess logfile.
For PyChess <= 0.6.x it's hidden in your homedirectory and called
".pychess.log".
For PyChess > 0.6.x, it's in a hidden folder, under your homedirectory,
named ".pychess/"
  Here is my log: http://pastebin.com/m48056ad0

Original issue reported on code.google.com by zodma...@gmail.com on 30 Mar 2008 at 1:17

GoogleCodeExporter commented 9 years ago
Seems this is not a PyChess bug:

https://bugs.launchpad.net/xorg-server/+bug/185311
http://lists.freedesktop.org/archives/xcb/2008-March/003347.html

Original comment by gbtami on 30 Mar 2008 at 5:19

GoogleCodeExporter commented 9 years ago
I close this for now then.

Original comment by lobais on 25 Apr 2008 at 3:52