[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSBrowser bug
From: |
Gregory Casamento |
Subject: |
Re: NSBrowser bug |
Date: |
Sun, 29 Jul 2001 18:51:32 -0700 (PDT) |
The problem was that in the keyDown method of NSBrowser a call to
selectedColumn was made and returned -1 since the NSBrowser had not been filled
in. I have made a fix for this and will commit it soon once I have tested it.
Thanks, GJC
--- Gregory Casamento <greg_casamento@yahoo.com> wrote:
> I set the value for nextKeyView on in the spell checker panel for all of the
> views and I believe that I've uncovered a bug in NSBrowser. When I tab past
> the browser view the application generates an exception claiming an out of
> bounds error has occured.
>
> Stack trace:
>
> Breakpoint 2, 0x403bd610 in -[NSException raise] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
> (gdb) bt
> #0 0x403bd610 in -[NSException raise] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
> #1 0x403bd34e in +[NSException raise:format:] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
> #2 0x403483fa in -[GSArray objectAtIndex:] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
> #3 0x400cc992 in -[NSBrowser keyDown:] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
> #4 0x4014e20c in -[NSResponder keyDown:] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
> #5 0x4014e20c in -[NSResponder keyDown:] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
> #6 0x4014e20c in -[NSResponder keyDown:] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
> #7 0x40129237 in -[NSMatrix keyDown:] ()
> from
>
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.---Type
> <return> to continue, or q <return> to quit---
> so.0
> #8 0x401a25d3 in -[NSWindow sendEvent:] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
> #9 0x400b51a0 in -[NSApplication sendEvent:] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
> #10 0x400b410c in -[NSApplication run] ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
> #11 0x400ace7e in NSApplicationMain ()
> from
> /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
> #12 0x804c7a9 in main ()
>
> I am going to fix this problem unless someone else is already working on it.
>
> Thanks, GJC
>
> =====
> Gregory John Casamento
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://mail.gnu.org/mailman/listinfo/discuss-gnustep
=====
Gregory John Casamento
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
- NSBrowser bug, Gregory Casamento, 2001/07/29
- Re: NSBrowser bug,
Gregory Casamento <=