Skip to content

Instantly share code, notes, and snippets.

@luelista
Created September 24, 2013 20:58
Show Gist options
  • Save luelista/6691138 to your computer and use it in GitHub Desktop.
Save luelista/6691138 to your computer and use it in GitHub Desktop.
Crash report for node-webkit: Trying to display popup menu (context menu) on OS X 10.9
2013-09-24 22:49:42.625 node-webkit[94806:3513] assertion on /SourceCache/DataDetectorsCore/DataDetectorsCore-354/Sources/Lookup/DDABSource.m:226 "(typeAsNumber != NULL) && (CFGetTypeID(typeAsNumber) == CFNumberGetTypeID()) && (CFNumberGetType(typeAsNumber) == kCFNumberSInt64Type)" failed :DDABAddRecord should not be called with NULL type
2013-09-24 22:49:42.625 node-webkit[94806:3513] DDABAddRecord should not be called with NULL type
2013-09-24 22:49:42.625 node-webkit[94806:3513] An uncaught exception was raised
2013-09-24 22:49:42.625 node-webkit[94806:3513] condition "DDABAddRecord should not be called with NULL type"
2013-09-24 22:49:42.626 node-webkit[94806:3513] (
0 CoreFoundation 0x9bf706b1 __raiseError + 193
1 libobjc.A.dylib 0x9ac7a091 objc_exception_throw + 162
2 CoreFoundation 0x9bf705cb +[NSException raise:format:] + 139
3 DataDetectorsCore 0x91a88e72 DDRaiseException + 66
4 DataDetectorsCore 0x91aa276e DDCrashv + 145
5 DataDetectorsCore 0x91aa27a1 DDCrash + 27
6 DataDetectorsCore 0x91aad329 __DDABSourceLoadData_block_invoke + 592
7 libxpc.dylib 0x90783d94 _xpc_connection_call_event_handler + 65
8 libxpc.dylib 0x9078264e _xpc_connection_mach_event + 2460
9 libdispatch.dylib 0x9bac5a02 _dispatch_mach_msg_invoke + 133
10 libdispatch.dylib 0x9bac3aba _dispatch_queue_drain + 317
11 libdispatch.dylib 0x9bac4c7a _dispatch_mach_invoke + 166
12 libdispatch.dylib 0x9bac3aba _dispatch_queue_drain + 317
13 libdispatch.dylib 0x9bac4ff3 _dispatch_queue_invoke + 126
14 libdispatch.dylib 0x9bac33ae _dispatch_root_queue_drain + 72
15 libdispatch.dylib 0x9bac4732 _dispatch_worker_thread2 + 39
16 libsystem_pthread.dylib 0x96f05dab _pthread_wqthread + 336
17 libsystem_pthread.dylib 0x96f09cce start_wqthread + 30
)
2013-09-24 22:49:42.626 node-webkit[94806:3513] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'condition "DDABAddRecord should not be called with NULL type"'
*** Call stack at first throw:
(
0 CoreFoundation 0x9bf706b1 __raiseError + 193
1 libobjc.A.dylib 0x9ac7a091 objc_exception_throw + 162
2 CoreFoundation 0x9bf705cb +[NSException raise:format:] + 139
3 DataDetectorsCore 0x91a88e72 DDRaiseException + 66
4 DataDetectorsCore 0x91aa276e DDCrashv + 145
5 DataDetectorsCore 0x91aa27a1 DDCrash + 27
6 DataDetectorsCore 0x91aad329 __DDABSourceLoadData_block_invoke + 592
7 libxpc.dylib 0x90783d94 _xpc_connection_call_event_handler + 65
8 libxpc.dylib 0x9078264e _xpc_connection_mach_event + 2460
9 libdispatch.dylib 0x9bac5a02 _dispatch_mach_msg_invoke + 133
10 libdispatch.dylib 0x9bac3aba _dispatch_queue_drain + 317
11 libdispatch.dylib 0x9bac4c7a _dispatch_mach_invoke + 166
12 libdispatch.dylib 0x9bac3aba _dispatch_queue_drain + 317
13 libdispatch.dylib 0x9bac4ff3 _dispatch_queue_invoke + 126
14 libdispatch.dylib 0x9bac33ae _dispatch_root_queue_drain + 72
15 libdispatch.dylib 0x9bac4732 _dispatch_worker_thread2 + 39
16 libsystem_pthread.dylib 0x96f05dab _pthread_wqthread + 336
17 libsystem_pthread.dylib 0x96f09cce start_wqthread + 30
)
Trace/BPT trap: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment