[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSWorkspace? bug
From: |
Enrico Sersale |
Subject: |
NSWorkspace? bug |
Date: |
Thu, 31 Jan 2002 17:07:15 +0200 (EET) |
Opening from GWorkspace two or more files togheter, if these files can be
opened by a GNUstep application, not a wrapper, results in a crash.
The app is launched and then the first file is loaded; the crash happens
when the app should load the second file.
GWorkspace calls the NSWorkspace's [openFile:withApplication:] method.
#0 0x403dc509 in NSFreeMapTable (table=0x0) at NSMapTable.m:271
#1 0x403f6096 in -[GSTcpPort invalidate] (self=0x829c0c0,
_cmd=0x404b0928)
at GSTcpPort.m:1744
#2 0x403f0d09 in -[NSPort release] (self=0x829c0c0, _cmd=0x404a0a50)
at NSPort.m:167
#3 0x403a0d3b in -[NSConnection(GNUstepExtensions) gcFinalize] (
self=0x8539440, _cmd=0x404a0770) at NSConnection.m:1403
#4 0x4039f3bc in -[NSConnection release] (self=0x8539440,
_cmd=0x4049bf10)
at NSConnection.m:1113
#5 0x4038c98f in -[NSAutoreleasePool dealloc] (self=0x81bfe50,
_cmd=0x4049bf00) at NSAutoreleasePool.m:384
#6 0x4038c8a5 in -[NSAutoreleasePool release] (self=0x81bfe50,
_cmd=0x404b5828) at NSAutoreleasePool.m:341
#7 0x40407ab6 in -[NSRunLoop acceptInputForMode:beforeDate:]
(self=0x81bb358,
_cmd=0x404b5868, mode=0x819dab8, limit_date=0x86093c0) at
NSRunLoop.m:1945
#8 0x40407d4b in -[NSRunLoop runMode:beforeDate:] (self=0x81bb358,
_cmd=0x4029e930, mode=0x819dab8, date=0x81bc3b0) at NSRunLoop.m:1996
#9 0x401253b9 in -[NSGraphicsContext(Ops)
DPSGetEventMatchingMask:beforeDate:inMode:dequeue:] (self=0x8261d28,
_cmd=0x407ac260, mask=4294967295,
limit=0x81bc3b0, mode=0x819dab8, flag=1 '\001') at
NSGraphicsContext.m:2364
#10 0x4076a570 in -[XGContext(X11Ops)
DPSGetEventMatchingMask:beforeDate:inMode:dequeue:] (self=0x8261d28,
_cmd=0x4027e000, mask=4294967295, limit=0x81bc3b0,
mode=0x819dab8, flag=1 '\001') at SharedX/XGContextEvent.m:1756
#11 0x400c0346 in DPSGetEvent (ctxt=0x8261d28, mask=4294967295,
limit=0x81bc3b0, mode=0x819dab8) at
../Headers/AppKit/DPSOperators.h:2563
#12 0x400bb600 in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] (self=0x8252a60,
_cmd=0x4027e6e0, mask=4294967295, expiration=0x81bc3b0,
mode=0x819dab8, flag=1 '\001') at NSApplication.m:1371
#13 0x400b9e5c in -[NSApplication run] (self=0x8252a60, _cmd=0x80f1ef8)
at NSApplication.m:905
#14 0x804c4c5 in main (argc=1, argv=0xbfffed64, env=0xbfffed6c) at
main.m:42
#15 0x40578091 in __libc_start_main (main=0x804c380 <main>, argc=1,
ubp_av=0xbfffed64, init=0x804c0b0 <_init>, fini=0x80b0880 <_fini>,
rtld_fini=0x4000e374 <_dl_fini>, stack_end=0xbfffed5c)
at ../sysdeps/generic/libc-start.c:129
- NSWorkspace? bug,
Enrico Sersale <=