>>>>>"MC" == Marcus Crestani <crest...@informatik.uni-tuebingen.de> writes: MC> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread MC> 0 ??? 0x0000000100000000 0 + 4294967296 MC> 1 libxcb.1.dylib 0x0000000110152f24 get_socket_back + 139 MC> 2 libxcb.1.dylib 0x00000001101534ae xcb_send_request + 935 MC> 3 libxcb.1.dylib 0x0000000110159784 xcb_intern_atom + 197 MC> 4 libstartup-notification-1.0.dylib 0x000000010fd3d37e sn_xcb_display_new + 78 MC> 5 i3 0x000000010f6d4e30 main + 4000 MC> 6 libdyld.dylib 0x00007fff906185fd start + 1 MC> Has anybody else seen this problem with libxcb-1.10 on OS X or other MC> platforms? Is this most likely caused by XQuartz, libxcb, libsn, or i3?
Since nobody seems to have run into this problem, I started digging deeper. The problem was caused by my setup, I realized that I was linking against libsn that itself was linking against a rather old libxcb-1.6. Rebuilding libsn and linking it against libxcb-1.10 fixed the problem. Sorry for the noise. -- Marcus