discuss-gnustep
[Top][All Lists]
Advanced

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

Re: art backend : NSView crashes


From: Fred Kiefer
Subject: Re: art backend : NSView crashes
Date: Tue, 28 Apr 2015 22:57:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Am 13.04.2015 um 00:12 schrieb Riccardo Mottola:
> Riccardo Mottola wrote:
>>
>> line 258:
>>     if (shouldResize)
>>     {
>>         [currWin setContentSize:newWinSize];
>>     }
>>
>> I can probably work around in PRICE that if there is no image, I don't
>> send a resize, but isn't this a backend problem? I wonder. 
> 
> it is a matter of resize. I can skip that call in PRWindowController.
> Then the Empty window will appear, but as soon as I resize it, I get the
> crash.

Where does this new crash come from? Does it give you a better stack trace?

Currently I don't think that this error is connected to the drawing
backend. At least if the stack trace is remotely related to the problem.
Maybe the art backend just triggers it as it has different stuff in
memory. I did a quick test with valgrind and could not find any obvious
problem in the code.
Did you try this code on just one machine or does it crash with art on
different ones?

Fred



reply via email to

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