discuss-gnustep
[Top][All Lists]
Advanced

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

Re: [BUG] Gorm, -refreshCells in GormImageEditor.m


From: Gregory John Casamento
Subject: Re: [BUG] Gorm, -refreshCells in GormImageEditor.m
Date: Fri, 4 Jun 2004 20:53:00 -0700 (PDT)

I have committed the fix you suggested for this.   I believe this was
introduced recently when I added some code to load the system images.   The
superview isn't available since, when the GormImageEditor is first instatiated,
it's not in a view yet.

This code wasn't crashing on Linux (at least not on SuSE 9 or SuSE 8.1), so I
didn't know about the issue until recently.  Thanks to both Sungjin and
Riccardo Mottolla for reporting it.  

GJC

--- Gregory John Casamento <greg_casamento@yahoo.com> wrote:
> Sungjin,
> 
> I am aware of this issue.   Which platform are you on?   I have, as yet, been
> unable to reproduce this on Linux.   I am in the process of setting up a
> Solaris machine to deal with this issue.
> 
> GJC
> 
> --- Sungjin Chun <chunsj@embian.com> wrote:
> > Hi,
> > 
> > Line 586 in GormImageEditor has [[self superview] bounds].size.width, 
> > but for my case(I'm using art backend) when
> > I select Open or New from menu, Gorm.app dies with Segmentation Fault. 
> > After adding line if (![self superview]) return;
> > so that if [self superview] does return nil, it just returns and not 
> > accessing results of -bound method call. I do not know
> > whether xlib backend has same problem. Please fix this.
> > 
> > Thanks in advance.
> > 
> > 
> > 
> > _______________________________________________
> > Discuss-gnustep mailing list
> > Discuss-gnustep@gnu.org
> > http://lists.gnu.org/mailman/listinfo/discuss-gnustep
> 
> 
> =====
> Gregory John Casamento -- CEO/President Open Logic Corp.
> #### Maintainer of Gorm for GNUstep.
> 
> 
>       
>               
> __________________________________
> Do you Yahoo!?
> Friends.  Fun.  Try the all-new Yahoo! Messenger.
> http://messenger.yahoo.com/ 
> 
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
> 


=====
Gregory John Casamento -- CEO/President Open Logic Corp.
#### Maintainer of Gorm for GNUstep.


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 




reply via email to

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