discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Crash on app start due to icon


From: Josh Freeman
Subject: Re: Crash on app start due to icon
Date: Fri, 3 Aug 2018 19:04:42 -0400

Hi Riccardo,

I couldn't reproduce this on a fresh Ubuntu 18.04.1 VM (GCC, WindowMaker, didn't enable debug). Do you have a build script?


On Aug 3, 2018, at 9:32 AM, Riccardo Mottola wrote:

(gdb) p anImage
$1 = (struct NSImage *) 0xae6e1638 <_OBJC_SELECTOR_TABLE+3256>

Try checking _app_icon - that's where the crash occurs (calling [_app_icon size]), and _app_icon's not the same object as anImage (it's a copy).

Cheers,

Josh



reply via email to

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