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: Gregory Casamento
Subject: Re: Crash on app start due to icon
Date: Wed, 1 Aug 2018 09:13:56 -0400

I’ve been running all apps for nearly two weeks without a problem.   I will try to reproduce. 

On Wed, Aug 1, 2018 at 07:34 Wolfgang Lux <wolfgang.lux@gmail.com> wrote:
Hi Riccardo,

> Program received signal SIGSEGV, Segmentation fault.
> 0xb7b3b1a6 in -[NSApplication setApplicationIconImage:] (
>     self=0xb7b384f7 <-[NSApplication(Private) _loadAppIconImage]+503>,
>     _cmd=0x81ba588, anImage=0xb7ed3238 <_OBJC_SELECTOR_TABLE+3256>)
>     at NSApplication.m:2392
> 2392      imageSize = [_app_icon size];
> (gdb)
>
> #0  0xb7b3b1a6 in -[NSApplication setApplicationIconImage:] (
>     self=0xb7b384f7 <-[NSApplication(Private) _loadAppIconImage]+503>,
>     _cmd=0x81ba588, anImage=0xb7ed3238 <_OBJC_SELECTOR_TABLE+3256>)
>     at NSApplication.m:2392
> #1  0xb7ed3230 in _OBJC_SELECTOR_TABLE ()
>    from /System/Library/Libraries/libgnustep-gui.so.0.26
> #2  0xb7b384f7 in -[NSApplication(Private) _loadAppIconImage] (self=0x81ba588,
>     _cmd=0xb7ed2c08 <_OBJC_SELECTOR_TABLE+1672>) at NSApplication.m:3834
> #3  0xb7b40c31 in -[NSApplication _init] (self=0x81ba588,

This stack trace looks fairly weird to me; it seems like the debug info does not match the code. This reminds me of situations where my programs got linked to two different versions of a GNUstep library (a newer one used directly from the application and an older one linked indirectly from some library/bundle that I forgot to recompile). You might check using
  info sharedlibrary
from the gdb prompt and looking for more than one instance of libgnustep-gui.so in the list.

Wolfgang


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep
--
Gregory Casamento
GNUstep Lead Developer / OLC, Principal Consultant
http://www.gnustep.org - http://heronsperch.blogspot.com
http://ind.ie/phoenix/

reply via email to

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