bug-gnustep
[Top][All Lists]
Advanced

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

Bug in NSBrowser?


From: Philippe C . D . Robert
Subject: Bug in NSBrowser?
Date: Sat, 13 Jan 2001 16:56:02 +0100

Hi,

when sending -path to NSBrowser, an exception is raised when only column 0 is 
selected (latest code from CVS):

#0  0x403af926 in _i_GSMutableString__replaceCharactersInRange_withString_ ()
   from 
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-base.so.0
#1  0x404404b9 in _i_NSMutableString__appendString_ ()
   from 
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-base.so.0
#2  0x400fb80c in _i_NSBrowser__pathToColumn_ ()
   from 
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-gui.so.0
#3  0x400fb2cc in _i_NSBrowser__path ()
   from 
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-gui.so.0

I don't know the particular code of NSBrowser very well, but it looks OK to me 
(it 'happens' in pathToColumn:), so maybe it's somewhere else? It looks like 
when doing so, the value of 'column' becomes 2, instead of 1, and then the for 
loop tries to add nil to the mutable string s (there is no selected cell in 
column 2, of course). Any ideas!?

You can observe this behaviour when doubleclicking on a cell in the first 
column of a project in ProjectCenter. AFAIK this worked a few weeks/months 
ago... (due to that fact, you cannot add anything to a ProjectCenter project 
anymore)

cheers, Phil
--
Philippe C.D. Robert | http://www.nice.ch/~phip/






reply via email to

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