gnustep-dev
[Top][All Lists]
Advanced

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

Re: libobjc 1.6 and cygwin


From: Fred Kiefer
Subject: Re: libobjc 1.6 and cygwin
Date: Wed, 20 Jul 2011 22:09:52 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11

You may have already noticed this, but in case you didn't. In your last mail you claim to be using libobjc 1.6.0, but this back trace clearly shows cgyobjc-2.dll, which I expect to the the libobjc 2 DLL.

Most likely you forgot to do a full rebuild of GNUstep after you switched the libraries. The important part is to re-run configure in make.

Hope this helps
Fred

On 19.07.2011 19:21, Riccardo Mottola wrote:
Hi,

I have seen some windows related commits and updated. I get a similar,
but slightly different stack trace now:


0x68549db9 in objc_msg_lookup () from C:\cygwin\bin\cygobjc-2.dll
(gdb) bt
#0 0x68549db9 in objc_msg_lookup () from C:\cygwin\bin\cygobjc-2.dll
#1 0x6323dc61 in -[NSView setFrame:] (self=0x6ab610, _cmd=0x633ae0b0,
frameRect={origin = {x = 0, y = 0}, size = {width = 0, height = 0}})
at NSView.m:1225
#2 0x632b7e77 in -[GSWindowDecorationView layout] (self=0x694e60,
_cmd=0x633ae090) at GSWindowDecorationView.m:341
#3 0x630e0f57 in -[NSApplication(Private) _appIconInit] (self=0x60f4b0,
_cmd=0x632d20f0) at NSApplication.m:3799
#4 0x630e2c45 in -[NSApplication _init] (self=0x60f4b0, _cmd=0x632d2100)
at NSApplication.m:921
#5 0x6784b492 in -[NSObject(NSThreadPerformAdditions)
performSelectorOnMainThre
ad:withObject:waitUntilDone:modes:] (self=0x60f4b0, _cmd=0x6792f7c8,
aSelector=0x632d2100, anObject=0x60f4b0, aFlag=<value optimized out>,
anArray=0x613ed8) at NSThread.m:1199
#6 0x6784cd33 in -[NSObject(NSThreadPerformAdditions)
performSelectorOnMainThre
ad:withObject:waitUntilDone:] (self=0x60f4b0, _cmd=0x632d2108,
aSelector=0x632d2100, anObject=0x60f4b0, aFlag=1 '\001')
at NSThread.m:1210
#7 0x630e1722 in -[NSApplication init] (self=0x60f4b0, _cmd=0x632d1e70)
at NSApplication.m:975
#8 0x630d9e82 in +[NSApplication sharedApplication] (self=0x632cf940,
_cmd=0x632c7d88) at NSApplication.m:847
#9 0x630c206d in NSApplicationMain (argc=1, argv=0x4c9a48) at
Functions.m:76
#10 0x004011d0 in main (argc=Cannot access memory at address 0x1c008d
) at main.m:33
(gdb)




reply via email to

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