Last active
December 10, 2015 23:08
-
-
Save tjw/4506724 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-01-10 15:34:16.892 otest[1587:7407] NSFileCoordinator: Sending of a willWrite message was interrupted. Details: Connection interrupted | |
2013-01-10 15:34:16.892 otest[1587:7407] A process invoked one of the -[NSFileCoordinator coordinate...] methods but filecoordinationd crashed. Returning an error. | |
(gdb) bt | |
#0 0x00007fff8d9cc250 in objc_msgSend () | |
#1 0x0000000000000030 in ?? () | |
#2 0x00007fff95bc50af in -[NSFileSubarbitrationClaim devalueSelf] () | |
#3 0x00007fff95bc4eef in -[NSFileSubarbitrationClaim revoked] () | |
#4 0x00007fff95bb07d9 in -[NSFileAccessArbiter _revokeAccessClaim:] () | |
#5 0x00007fff95bb0896 in -[NSFileAccessArbiter _revokeAccessClaimForID:fromLocal:] () | |
#6 0x00007fff95bb3650 in -[NSFileAccessArbiter _handleMessage:ofKind:withParameters:embeddedServer:fromClient:] () | |
#7 0x00007fff95bb3d85 in __49-[NSFileAccessArbiter _handleMessage:fromClient:]_block_invoke_0 () | |
#8 0x00007fff959b0441 in NSFileAccessMessageReceive () | |
#9 0x00007fff95bb3d30 in -[NSFileAccessArbiter _handleMessage:fromClient:] () | |
#10 0x00007fff921dc4a2 in _xpc_connection_recv_message () | |
#11 0x00007fff921dc16d in _xpc_connection_wakeup_recv () | |
#12 0x00007fff921da8b4 in _xpc_connection_wakeup2 () | |
#13 0x00007fff921da17c in _xpc_connection_wakeup () | |
#14 0x00007fff8ab540b6 in _dispatch_client_callout () | |
#15 0x00007fff8ab5629b in _dispatch_source_invoke () | |
#16 0x00007fff8ab55305 in _dispatch_queue_invoke () | |
#17 0x00007fff8ab55448 in _dispatch_queue_drain () | |
#18 0x00007fff8ab552f1 in _dispatch_queue_invoke () | |
#19 0x00007fff8ab55448 in _dispatch_queue_drain () | |
#20 0x00007fff8ab552f1 in _dispatch_queue_invoke () | |
#21 0x00007fff8ab551c3 in _dispatch_worker_thread2 () | |
#22 0x00007fff8f7b8cab in _pthread_wqthread () | |
#23 0x00007fff8f7a3171 in start_wqthread () | |
(gdb) p (char *)$rsi | |
$1 = 0x7fff8cb4feb1 "removeObjectForKey:" | |
(gdb) po $rdx | |
test1.package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment