Skip to content

Instantly share code, notes, and snippets.

@iMichka
Created May 22, 2017 21:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iMichka/4636f24d3658bb8bfc30eeab1a56653d to your computer and use it in GitHub Desktop.
Save iMichka/4636f24d3658bb8bfc30eeab1a56653d to your computer and use it in GitHub Desktop.
pymol crash
2017-05-22 22:44:22.607 Python[33641:1749620] *** Assertion failure in +[NSScreen _invalidateIfNeededForReason:], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1504.83.101/AppKit.subproj/NSScreen.m:1118
2017-05-22 22:44:22.628 Python[33641:1749620] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSScreen reconfig must only happen on the main thread.'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff85a872cb __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff9a89248d objc_exception_throw + 48
2 CoreFoundation 0x00007fff85a8c042 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00007fff874d4c80 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fff8370f485 +[NSScreen _invalidateIfNeededForReason:] + 153
5 AppKit 0x00007fff83737554 -[NSApplication _reactToDockChanged] + 46
6 AppKit 0x00007fff836c6eaf _NSCoreDockMessageReceive + 954
7 HIToolbox 0x00007fff84f96e6d _ZL12DockCallbackjjPvS_ + 2227
8 HIServices 0x00007fff846cf159 dockClientNotificationProc + 225
9 SkyLight 0x00007fff974d9cfe _ZN12_GLOBAL__N_123notify_datagram_handlerEj15CGSDatagramTypePvmS1_ + 870
10 SkyLight 0x00007fff97606339 CGSSnarfAndDispatchDatagrams + 1724
11 SkyLight 0x00007fff9768a93a SLSGetNextEventRecordInternal + 84
12 SkyLight 0x00007fff97613a2a SLEventCreateNextEvent + 50
13 libXplugin.1.dylib 0x000000010ba66f0c ___xp_init_service_cg_event_port_block_invoke + 104
14 libdispatch.dylib 0x00007fff9b1418fc _dispatch_client_callout + 8
15 libdispatch.dylib 0x00007fff9b156a16 _dispatch_continuation_pop + 533
16 libdispatch.dylib 0x00007fff9b14ca6c _dispatch_source_latch_and_call + 194
17 libdispatch.dylib 0x00007fff9b14413b _dispatch_source_invoke + 1248
18 libdispatch.dylib 0x00007fff9b1577db _dispatch_queue_serial_drain + 443
19 libdispatch.dylib 0x00007fff9b14a306 _dispatch_queue_invoke + 1046
20 libdispatch.dylib 0x00007fff9b15824c _dispatch_root_queue_drain_deferred_item + 284
21 libdispatch.dylib 0x00007fff9b15b27a _dispatch_kevent_worker_thread + 929
22 libsystem_pthread.dylib 0x00007fff9b39047b _pthread_wqthread + 1004
23 libsystem_pthread.dylib 0x00007fff9b39007d start_wqthread + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
/usr/local/bin/pymol: line 4: 33641 Abort trap: 6 "/usr/local/opt/python/bin/python2.7" "/usr/local/Cellar/pymol/1.8.4.0_1/libexec/lib/python2.7/site-packages/pymol/__init__.py" "$@"
@lccc1230
Copy link

lccc1230 commented Feb 5, 2018

I have the same problem when building Pymol. I wonder if you have solved this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment