[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: crash in FlexiSheet
From: |
Riccardo Mottola |
Subject: |
Re: crash in FlexiSheet |
Date: |
Wed, 25 Jan 2012 23:41:50 +0100 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD i386; rv:9.0.1) Gecko/20120110 Firefox/9.0.1 SeaMonkey/2.6.1 |
HI,
I start to fear that we have a nib problem? I did some warning fix, code
cleanup. Everything still works fine on Cocoa, as a test.
If I run on freeBSD insteaf as on Linux, I do not get the crash, but the
application just hangs. If I hit ctrl-c I get the following trace:
#0 0x289eb4c3 in poll () from /lib/libc.so.7
#1 0x28952c62 in poll () from /lib/libthr.so.3
#2 0x2879e86f in -[GSRunLoopCtxt pollUntil:within:] (self=0x2a862b04,
_cmd=0x288d27b0, milliseconds=29977, contexts=0x2a878e44)
at GSRunLoopCtxt.m:420
#3 0x286d7040 in -[NSRunLoop acceptInputForMode:beforeDate:] (
self=0x2a878e04, _cmd=0x288d27d0, mode=0x288d2818,
limit_date=0x2a74bbd4)
at NSRunLoop.m:1195
#4 0x286d5203 in -[NSRunLoop runMode:beforeDate:] (self=0x2a878e04,
_cmd=0x284c4700, mode=0x288d2818, date=0x2a8a2e74) at NSRunLoop.m:1263
#5 0x2837e7b2 in -[GSDisplayServer(EventOps)
getEventMatchingMask:beforeDate:inMode:dequeue:] (self=0x2a81cc44,
_cmd=0x2aa68158, mask=4294967295,
limit=0x2a8a2e74, mode=0x288d2818, flag=1 '\001') at
GSDisplayServer.m:1035
#6 0x2aa30f5e in -[XGServer(X11Ops)
getEventMatchingMask:beforeDate:inMode:dequeue:] (self=0x2a81cc44,
_cmd=0x284111b8, mask=4294967295, limit=0x2a8a2e74,
mode=0x288d2818, flag=Variable "flag" is not available.
) at XGServerEvent.m:2557
#7 0x281c9bbf in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] (self=0x2a767944,
_cmd=0x28411428, mask=4294967295, expiration=0x2a8a2e74,
mode=0x288d2818, flag=1 '\001') at GSDisplayServer.h:205
#8 0x281c7742 in -[NSApplication run] (self=0x2a767944, _cmd=0x28407268)
at NSApplication.m:1552
#9 0x281a67b3 in NSApplicationMain (argc=1, argv=0xbfbfe344) at
Functions.m:91
#10 0x08097c32 in main (argc=Error accessing memory address 0x0: Bad
address.
) at main.m:5
What is the app watiing for? the document window never displayed...
Riccardo