discuss-gnustep
[Top][All Lists]
Advanced

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

Re: [Q] Segmentation Fault error of AddressManager.app


From: Björn Giesler
Subject: Re: [Q] Segmentation Fault error of AddressManager.app
Date: Mon, 13 Oct 2003 08:04:58 +0100

Hi,

On 2003-10-13 08:00:57 +0200 NeXT <chunsj@embian.com> wrote:
> it died with segmentation fault error. What I've found is wakeFromNib of 
> Controller.m has a problem. -setFillsSuperview:
> needs a super view but current code does not set superview before above 

Yes. Thanks for pointing that out; I fixed it. Strange that it segfaults on 
your machine, though -- [self superview] should return nil, and sending 
messages to nil is OK, so [[self superview] frame] should return a bogus rect, 
but shouldn't segfault, and on my box it doesn't. Strange.

There'll be an update later today.

Regards,
Björn





reply via email to

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