[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
resetCursorRectsForView
From: |
Rob Burns |
Subject: |
resetCursorRectsForView |
Date: |
Fri, 26 Dec 2003 09:35:18 +0700 |
Hello,
I recently updated gnutep cvs, and found one my apps broken. I dont'
know if that is because a recent change uncovered a bug in my app, or
if there is a bug in a recent change in GNUstep. The app will segfault
when opening a file, or making a new file. There is a backtrace
attached. a copy of the app in quiestion can be gotten from here:
http://www.eskimo.com/~pburns/rob/Popup-1103.tar.gz
I've also found a couple other apps that segfault under similar
operations, with a similar backtrace.
Thanks
Rob
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 3678)]
0x405445fa in objc_msg_lookup ()
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libobjc.so.1
(gdb) bt
#0 0x405445fa in objc_msg_lookup ()
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libobjc.so.1
#1 0x401c0803 in resetCursorRectsForView ()
from /System/Library/Libraries/libgnustep-gui.so.0
#2 0x401c08a7 in resetCursorRectsForView ()
from /System/Library/Libraries/libgnustep-gui.so.0
#3 0x401c08a7 in resetCursorRectsForView ()
from /System/Library/Libraries/libgnustep-gui.so.0
#4 0x401c08a7 in resetCursorRectsForView ()
from /System/Library/Libraries/libgnustep-gui.so.0
#5 0x401c08a7 in resetCursorRectsForView ()
from /System/Library/Libraries/libgnustep-gui.so.0
#6 0x401c08a7 in resetCursorRectsForView ()
from /System/Library/Libraries/libgnustep-gui.so.0
#7 0x401c08f3 in -[NSWindow resetCursorRects] ()
from /System/Library/Libraries/libgnustep-gui.so.0
#8 0x401bd3cd in -[NSWindow becomeKeyWindow] ()
from /System/Library/Libraries/libgnustep-gui.so.0
#9 0x401bd88f in -[NSWindow makeKeyWindow] ()
from /System/Library/Libraries/libgnustep-gui.so.0
#10 0x401b938d in -[NSWindow(GNUstepPrivate) _lossOfKeyOrMainWindow] ()
from /System/Library/Libraries/libgnustep-gui.so.0
#11 0x401c40df in -[NSWindow sendEvent:] ()
from /System/Library/Libraries/libgnustep-gui.so.0
---Type <return> to continue, or q <return> to quit---
#12 0x40135a1e in -[NSPanel sendEvent:] ()
from /System/Library/Libraries/libgnustep-gui.so.0
#13 0x400934cd in -[NSApplication sendEvent:] ()
from /System/Library/Libraries/libgnustep-gui.so.0
#14 0x40091fe6 in -[NSApplication run] ()
from /System/Library/Libraries/libgnustep-gui.so.0
#15 0x40088db3 in NSApplicationMain ()
from /System/Library/Libraries/libgnustep-gui.so.0
#16 0x08050ec9 in main ()
- resetCursorRectsForView,
Rob Burns <=