views:

190

answers:

0

I have a mac crash log (.crash file) that shows the main thread causing the application to terminate, but I can't tell why. This isn't because the app is terminating itself. I don't think this is also because of an NSException being thrown.

Can anyone interpret what this stack might indicate about why the application is terminating?

2   libSystem.B.dylib                   0x94d63dbc __cxa_finalize + 241
3   libSystem.B.dylib                   0x94d63cb0 exit + 33
4   com.apple.AppKit                    0x901f48cf -[NSApplication terminate:] + 772
5   com.apple.AppKit                    0x90344b15 -[NSApplication _terminateSendShould:] + 71
6   com.apple.CoreFoundation            0x93cc39dd __invoking___ + 29
7   com.apple.CoreFoundation            0x93cc33c8 -[NSInvocation invoke] + 136
8   com.apple.Foundation                0x96980493 __NSFireTimer + 147
9   com.apple.CoreFoundation            0x93c44ac5 CFRunLoopRunSpecific + 4469
10  com.apple.CoreFoundation            0x93c44c78 CFRunLoopRunInMode + 88
11  com.apple.HIToolbox                 0x96bee28c RunCurrentEventLoopInMode + 283
12  com.apple.HIToolbox                 0x96bedfde ReceiveNextEventCommon + 175
13  com.apple.HIToolbox                 0x96bedf19 BlockUntilNextEventMatchingListInMode + 106
14  com.apple.AppKit                    0x90043d0d _DPSNextEvent + 657
15  com.apple.AppKit                    0x900435c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
16  com.apple.AppKit                    0x9003c5fb -[NSApplication run] + 795
17  com.apple.AppKit                    0x90009834 NSApplicationMain + 574
18  ...myApp                            0x00002d52 main + 128
19  ...myApp                            0x00002ca6 start + 54