discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Bug in gui 0.9.2 (NSImage::size)


From: Alexander Malmberg
Subject: Re: Bug in gui 0.9.2 (NSImage::size)
Date: Sat, 29 May 2004 23:37:59 +0200

Andreas Höschler wrote:
> Hi all,
> 
> I found a bug in the latest gui. I get an "Illegal Instruction (core
> dumped)" in NSImage.m
> 
> - (NSSize) size
[snip]
>        _size = [rep size];      // <-- core dumped is raised here

Problem is that on some systems, sending messages that return a
structure to a nil receiver causes a crash due to the way structures are
returned.

This particular instance was fixed 2004-05-27, though, so with newest
cvs, it should be ok. (Schroedingbug? :)

- Alexander Malmberg




reply via email to

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