robbiehanson / CocoaHTTPServer

A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Other
5.6k stars 1.31k forks source link

Crash in HTTPConnection thread #159

Open cherpake opened 8 years ago

cherpake commented 8 years ago

Hey not sure how helpful this is, but...

Thread : Crashed: HTTPConnection
0  AppKit                         0x7fff9367bf36 -[NSApplication _crashOnException:] + 109
1  AppKit                         0x7fff9367be90 -[NSApplication reportException:] + 140
2  CoreFoundation                 0x7fff84f4c86b __handleUncaughtException + 731
3  libobjc.A.dylib                0x7fff8b5646a5 _objc_terminate() + 94
4  Remote for Mac                 0x1026ff6bd CLSTerminateHandler() + 4404778685
5  libc++abi.dylib                0x7fff8569619e std::__terminate(void (*)()) + 8
6  libc++abi.dylib                0x7fff85696213 std::terminate() + 51
7  libobjc.A.dylib                0x7fff8b56443f objc_terminate + 9
8  libdispatch.dylib              0x7fff8181541f _dispatch_client_callout + 28
9  libdispatch.dylib              0x7fff8181a03b _dispatch_queue_drain + 754
10 libdispatch.dylib              0x7fff81820707 _dispatch_queue_invoke + 549
11 libdispatch.dylib              0x7fff81818d53 _dispatch_root_queue_drain + 538
12 libdispatch.dylib              0x7fff81818b00 _dispatch_worker_thread3 + 91
13 libsystem_pthread.dylib        0x7fff902eb4de _pthread_wqthread + 1129
14 libsystem_pthread.dylib        0x7fff902e9341 start_wqthread + 13

Full crash report is available here: http://crashes.to/s/b03a186d3b8/details