Skip to content

Instantly share code, notes, and snippets.

@chebum
Created December 4, 2012 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chebum/4207956 to your computer and use it in GitHub Desktop.
Save chebum/4207956 to your computer and use it in GitHub Desktop.
App hang report
Thread 0x3a9bc7 DispatchQueue 1 priority 47
24 ??? (JavaApplicationStub + 2680) [0x103434a78]
24 launchJavaApplicationWithJVMInfo + 1484 (JavaApplicationLauncher) [0x10343efb9]
24 startupJava(LauncherArgsStruct*) + 236 (JavaApplicationLauncher) [0x10343c5cf]
24 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8f81e6b2]
24 __CFRunLoopRun + 789 (CoreFoundation) [0x7fff8f81edc5]
24 __CFRunLoopDoSources0 + 245 (CoreFoundation) [0x7fff8f7fba25]
24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (CoreFoundation) [0x7fff8f7fc101]
24 __NSThreadPerformPerform + 225 (Foundation) [0x7fff912b4677]
24 -[CPerformer perform] + 93 (libawt.jnilib) [0x110443ffa]
24 +[AWTStarter startAWT:] + 1495 (libawt.jnilib) [0x110444680]
24 -[NSApplication run] + 517 (AppKit) [0x7fff8ec5b283]
24 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124 (libawt.jnilib) [0x110445fcf]
24 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (AppKit) [0x7fff8ec63ed2]
24 _DPSNextEvent + 685 (AppKit) [0x7fff8ec64613]
24 BlockUntilNextEventMatchingListInMode + 62 (HIToolbox) [0x7fff90995cd3]
24 ReceiveNextEventCommon + 356 (HIToolbox) [0x7fff90995e42]
24 RunCurrentEventLoopInMode + 209 (HIToolbox) [0x7fff909960a4]
24 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8f81e6b2]
24 __CFRunLoopRun + 789 (CoreFoundation) [0x7fff8f81edc5]
24 __CFRunLoopDoSources0 + 245 (CoreFoundation) [0x7fff8f7fba25]
24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (CoreFoundation) [0x7fff8f7fc101]
24 __NSThreadPerformPerform + 225 (Foundation) [0x7fff912b4677]
Here is my helper object method call
24 -[OpenFileObject showOpenFileDialog] + 30 (libFreeImageJNI.dylib) [0x11026b686]
24 +[NSSavePanel _crunchyRawUnbonedPanel] + 187 (AppKit) [0x7fff8eb683d7]
24 -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 334 (AppKit) [0x7fff8eb6a670]
24 -[NSSavePanel _initPanelCommon] + 484 (AppKit) [0x7fff8eb6fc6b]
24 -[NSSavePanel(NSSavePanelLayout) _layoutViewsVerticallyAndResizeWindowToLastExpandedSize:accessoryViewHeight:] + 4370 (AppKit) [0x7fff8eb73dc0]
24 -[NSBox setContentView:] + 81 (AppKit) [0x7fff8eb7480a]
24 -[NSView addSubview:] + 407 (AppKit) [0x7fff8ec37b57]
24 -[NSView _setWindow:] + 2753 (AppKit) [0x7fff8ec2e3a4]
24 __NSArrayEnumerate + 582 (CoreFoundation) [0x7fff8f875a46]
24 -[NSView _setWindow:] + 277 (AppKit) [0x7fff8ec2d9f8]
24 -[FIFinderView viewWillMoveToWindow:] + 259 (FinderKit) [0x7fff8c74d713]
24 -[FIFinderViewGutsController prepareToShow] + 223 (FinderKit) [0x7fff8c7411af]
24 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 641 (AppKit) [0x7fff8ed9c779]
24 -[NSValueBinder _observeValueForKeyPath:ofObject:context:] + 192 (AppKit) [0x7fff8eda772c]
24 -[NSValueBinder _adjustObject:mode:observedController:observedKeyPath:context:editableState:adjustState:] + 827 (AppKit) [0x7fff8eda7b77]
24 -[NSSegmentedCell setSelectedSegment:] + 351 (AppKit) [0x7fff8ebd0b14]
24 NSAccessibilityHandleFocusChangedForce + 105 (AppKit) [0x7fff8ec235b9]
24 -[NSViewAWT accessibilityFocusedUIElement] + 88 (libawt.jnilib) [0x110496d9e]
24 -[JavaComponentAccessibility accessibilityFocusedUIElement] + 103 (libawt.jnilib) [0x1104af9a7]
24 JNFCallStaticObjectMethod + 174 (JavaNativeFoundation) [0x1058ffb31]
24 ??? (libclient64.dylib + 1669028) [0x1053467a4]
24 ??? (libclient64.dylib + 760663) [0x105268b57]
24 ??? (libclient64.dylib + 617830) [0x105245d66]
24 ??? (libclient64.dylib + 618402) [0x105245fa2]
24 ??? [0x105a7f438]
24 ??? [0x105a849b3]
24 ??? [0x105a849b3]
24 ??? [0x105a8485a]
24 ??? [0x105a8485a]
24 ??? [0x105a8485a]
24 ??? [0x105a8feee]
24 Java_apple_awt_CToolkit_doAWTRunLoop + 157 (libawt.jnilib) [0x11049e9a2]
24 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff912bc89e]
24 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8f81e6b2]
24 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8f81eee6]
24 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8f819803]
24 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff89ef6686]
*24 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment