edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Background crash on quit (snapshot 49) #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just tried to quit snapshot 49. Warning "There are 2 windows open? Sure you 
want to quit?". Yes, I'm sure. Switched to another application and in the 
background MacVim quit with this crash report:

Process:         MacVim [80426]
Path:            /Applications/MacVim.app/Contents/MacOS/MacVim
Identifier:      org.vim.MacVim
Version:         7.2 (49)
Code Type:       X86 (Native)
Parent Process:  launchd [109]

Interval Since Last Report:          599967 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  344047 sec
Per-App Crashes Since Last Report:   1

Date/Time:       2009-08-22 13:54:26.185 +0200
OS Version:      Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  6544FCAB-683D-4A46-BCED-032781C7835E

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  1

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', 
reason: '*** NSMapInsertKnownAbsent(): key 0x19edc0 already in table'

Thread 0:
0   com.apple.CoreFoundation        0x95e8ed1e 
__CFStrConvertBytesToUnicode + 62
1   com.apple.CoreFoundation        0x95e56aa3 
_CFPropertyListCreateFromXMLData + 2499
2   com.apple.CoreFoundation        0x95e56feb 
CFPropertyListCreateFromXMLData + 59
3   com.apple.CFNetwork             0x90edcdd6 
MemoryCookies::inflateFromData(__CFData const*) + 58
4   com.apple.CFNetwork             0x90ede847 
DiskCookieStorage::syncStorageLocked(unsigned char) + 461
5   com.apple.CFNetwork             0x90edb9b8 
PrivateHTTPCookieStorage::syncStorage() + 42
6   com.apple.CFNetwork             0x90edbf1d 
_CFHTTPCookieStorageFlushCookieStores + 167
7   libSystem.B.dylib               0x95ff9dc7 __cxa_finalize + 252
8   libSystem.B.dylib               0x95ff9cb0 exit + 33
9   com.apple.AppKit                0x9040b32b -[NSApplication 
terminate:] + 772
10  com.apple.AppKit                0x9055b8fd -[NSApplication 
_terminateSendShould:] + 71
11  com.apple.CoreFoundation        0x95edd91d __invoking___ + 29
12  com.apple.CoreFoundation        0x95edd308 -[NSInvocation invoke] + 
136
13  com.apple.Foundation            0x92271483 __NSFireTimer + 147
14  com.apple.CoreFoundation        0x95e5e8f5 CFRunLoopRunSpecific + 
4469
15  com.apple.CoreFoundation        0x95e5eaa8 CFRunLoopRunInMode + 88
16  com.apple.HIToolbox             0x967d02ac 
RunCurrentEventLoopInMode + 283
17  com.apple.HIToolbox             0x967d00c5 ReceiveNextEventCommon + 
374
18  com.apple.HIToolbox             0x967cff39 
BlockUntilNextEventMatchingListInMode + 106
19  com.apple.AppKit                0x9025a6d5 _DPSNextEvent + 657
20  com.apple.AppKit                0x90259f88 -[NSApplication 
nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
21  com.apple.AppKit                0x90252f9f -[NSApplication run] + 
795
22  com.apple.AppKit                0x902201d8 NSApplicationMain + 574
23  org.vim.MacVim                  0x0000238b _start + 209
24  org.vim.MacVim                  0x000022b9 start + 41

Thread 1 Crashed:
0   com.apple.CoreFoundation        0x95ed7e94 
___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 4
1   libobjc.A.dylib                 0x94b76e3b objc_exception_throw + 
40
2   com.apple.CoreFoundation        0x95e5e883 CFRunLoopRunSpecific + 
4355
3   com.apple.CoreFoundation        0x95e5eaa8 CFRunLoopRunInMode + 88
4   com.apple.Foundation            0x922a0520 
+[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation            0x9223cdfd -[NSThread main] + 45
6   com.apple.Foundation            0x9223c9a4 __NSThread__main__ + 308
7   libSystem.B.dylib               0x96002155 _pthread_start + 321
8   libSystem.B.dylib               0x96002012 thread_start + 34

Thread 2:
0   libSystem.B.dylib               0x95fd1286 mach_msg_trap + 10
1   libSystem.B.dylib               0x95fd8a7c mach_msg + 72
2   com.apple.CoreFoundation        0x95e5de7e CFRunLoopRunSpecific + 
1790
3   com.apple.CoreFoundation        0x95e5eaa8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork             0x90e57264 
CFURLCacheWorkerThread(void*) + 388
5   libSystem.B.dylib               0x96002155 _pthread_start + 321
6   libSystem.B.dylib               0x96002012 thread_start + 34

Thread 3:
0   libSystem.B.dylib               0x960206fa select$DARWIN_EXTSN + 10
1   libSystem.B.dylib               0x96002155 _pthread_start + 321
2   libSystem.B.dylib               0x96002012 thread_start + 34

Thread 4:
0   libSystem.B.dylib               0x95fd12e6 
semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib               0x960032af _pthread_cond_wait + 
1244
2   libSystem.B.dylib               0x96004b33 
pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation            0x92282dbc -[NSCondition 
waitUntilDate:] + 236
4   com.apple.Foundation            0x92282bd0 -[NSConditionLock 
lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation            0x92282b35 -[NSConditionLock 
lockWhenCondition:] + 69
6   com.apple.AppKit                0x902c06e8 -[NSUIHeartBeat 
_heartBeatThread:] + 753
7   com.apple.Foundation            0x9223cdfd -[NSThread main] + 45
8   com.apple.Foundation            0x9223c9a4 __NSThread__main__ + 308
9   libSystem.B.dylib               0x96002155 _pthread_start + 321
10  libSystem.B.dylib               0x96002012 thread_start + 34

Thread 1 crashed with X86 Thread State (32-bit):
  eax: 0xa077b0f0  ebx: 0x94b76e1c  ecx: 0xa077a1a0  edx: 0x00000009
  edi: 0xa077e7a4  esi: 0xb012bc50  ebp: 0xb012b6f8  esp: 0xb012b6f8
   ss: 0x0000001f  efl: 0x00000282  eip: 0x95ed7e94   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
  cr2: 0xffe17048

Binary Images:
    0x1000 -    0x3dff4 +org.vim.MacVim 7.2 (49) 
<5fbbb91eb4785ff1ef42422a262d036a> 

Evidently no instructions to reproduce yet, but if I see it again will try 
to post more details. In the meantime just wanted to get it in the tracker.

Original issue reported on code.google.com by win%winc...@gtempaccount.com on 22 Aug 2009 at 12:17

GoogleCodeExporter commented 9 years ago
I found and patched this bug.  The fix will be included in snapshot 50 when it 
is
released.

Original comment by bjorn.winckler@gmail.com on 30 Aug 2009 at 6:59

GoogleCodeExporter commented 9 years ago
Great! Thanks.

Original comment by win%winc...@gtempaccount.com on 30 Aug 2009 at 9:51

GoogleCodeExporter commented 9 years ago

Original comment by bjorn.winckler@gmail.com on 28 Nov 2009 at 6:17