bug-xboard
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-XBoard] The clock stops if the board window is moved with stick


From: Byrial Jensen
Subject: Re: [Bug-XBoard] The clock stops if the board window is moved with stickyWindows on
Date: Sat, 17 Mar 2012 06:43:34 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

Den 16-03-2012 14:58, h.g. muller skrev:
OK, I fixed the clock problem. Turned out there can be multiple timer
events pending, but the same few event IDs are reused all the time. And
DelayedDrag would always clear the timeout for previous Drag event, even
if that event had already taken place, and was now in use for the clock.

I have tried the fix, and it much reduces the problem with the clock stopping. But I can still in some cases get the clock to stop if I move the board around for several seconds.

After playing at FICS for some time I got a segfault. This is the stack backtrace made from the core file:

#0 0x00007f5b68139694 in XtRemoveTimeOut () from /usr/lib/x86_64-linux-gnu/libXt.so.6
#1  0x000000000045e5b3 in DelayedDrag ()
#2  0x000000000045e634 in EventProc ()
#3 0x00007f5b6812e076 in XtDispatchEventToWidget () from /usr/lib/x86_64-linux-gnu/libXt.so.6
#4  0x00007f5b6812e5d4 in ?? () from /usr/lib/x86_64-linux-gnu/libXt.so.6
#5 0x00007f5b6812e8c4 in XtDispatchEvent () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #6 0x00007f5b6812ed6b in XtAppMainLoop () from /usr/lib/x86_64-linux-gnu/libXt.so.6
#7  0x0000000000457a89 in main ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]