|
From: | Adam Fedor |
Subject: | Re: Segmentation fault on OSX for intel |
Date: | Wed, 04 Jan 2006 13:12:05 -0700 |
On 2006-01-04 08:12:03 -0700 joekewoud_@joekewoud.nl wrote:
(gdb) run Starting program: /usr/GNUstep/Local/Applications/Affiche.app/Affiche Reading symbols for shared libraries ..+.......+...............+ done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x746f7270 0x90a418b0 in objc_msgSend () (gdb) bt #0 0x90a418b0 in objc_msgSend () (gdb)
It appears that the dynamic loader is using the Apple libobjc library rather than the GNU one. You can see in the email you sent, that both libobjc-gnu (GNU) and libobjc.A.dylib (Apple) are included in the list of libraries. I think one of your other libraries is pulling in the apple libraries when it shouldn't. I have had that happen with libjpeg (via Fink). I'm not sure if that is your problem though.
[Prev in Thread] | Current Thread | [Next in Thread] |