[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libobjc 1.6 and cygwin
From: |
Riccardo Mottola |
Subject: |
libobjc 1.6 and cygwin |
Date: |
Tue, 12 Jul 2011 23:58:09 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 5.0; rv:5.0) Gecko/20110706 Firefox/5.0 SeaMonkey/2.2 |
Hi,
third runtime attempt, now I tried libobjc 1.6.0 from our own
repository. I removed the cygwin specific file, everything compiles,
when I run a program I get:
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 0x6323d601 in -[NSView setFrame:] (self=0x6bb728, _cmd=0x633add10,
frameRect={origin = {x = 0, y = 0}, size = {width = 0, height = 0}})
at NSView.m:1225
#2 0x632b6b59 in -[GSWindowDecorationView layout] (self=0x681568,
_cmd=0x633adcf0) at GSWindowDecorationView.m:338
#3 0x630e0f57 in -[NSApplication(Private) _appIconInit] (self=0x59d7e0,
_cmd=0x632d20f0) at NSApplication.m:3799
#4 0x630e2c45 in -[NSApplication _init] (self=0x59d7e0, _cmd=0x632d2100)
at NSApplication.m:921
#5 0x6784b492 in -[NSObject(NSThreadPerformAdditions)
performSelectorOnMainThre
ad:withObject:waitUntilDone:modes:] (self=0x59d7e0, _cmd=0x6792f7c8,
aSelector=0x632d2100, anObject=0x59d7e0, aFlag=<value optimized out>,
anArray=0x5a5f10) at NSThread.m:1199
#6 0x6784cd33 in -[NSObject(NSThreadPerformAdditions)
performSelectorOnMainThre
ad:withObject:waitUntilDone:] (self=0x59d7e0, _cmd=0x632d2108,
aSelector=0x632d2100, anObject=0x59d7e0, aFlag=1 '\001')
at NSThread.m:1210
#7 0x630e1722 in -[NSApplication init] (self=0x59d7e0, _cmd=0x632d1e70)
at NSApplication.m:975
#8 0x630d9e82 in +[NSApplication sharedApplication] (self=0x632cf940,
_cmd=0x405cc0) at NSApplication.m:847
#9 0x00401217 in main () at main.m:49
"up" and "po self" make gdb crash...
Riccardo
- libobjc 1.6 and cygwin,
Riccardo Mottola <=