-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPServer stop crash #198
Comments
me too !how can I fix it? |
I'm getting the same crash. This started recently and I cannot reproduce it on my Mac: Crashed Thread: 5 Dispatch queue: HTTPServer Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Termination Signal: Illegal instruction: 4 Application Specific Information: [...] Thread 5 Crashed:: Dispatch queue: HTTPServer |
I have the same crash as well. It happens when device is in background. Crashed: HTTPServer |
Same Crash. Does anyone can fix it |
Unfortunately this project is definitely dead. Nobody has committed anything in years. If you're able to, I'd suggest checking out one of the open source Swift HTTP server projects. If I were starting a new project today, I would not use CocoaHTTPServer. It's on my list of things to extricate from my existing projects when I have time. |
it same like crash with deallock,anyone has the same crash?
Operating system: iOS
12.0.1 16A404
CPU: arm64
2 CPUs
Crash reason: EXC_BREAKPOINT / EXC_ARM_BREAKPOINT
Crash address: 0x1bdae5930
Process uptime: 4802 seconds
Thread 35 (crashed)
0 libdispatch.dylib!DISPATCH_WAIT_FOR_QUEUE + 0x1bc
1 libdispatch.dylib!_dispatch_sync_f_slow + 0x8c
fp = 0x000000017071a860 lr = 0x00000001bdae54cc
sp = 0x000000017071a7d0 pc = 0x00000001bdae54cc
Found by: previous frame's frame pointer
2 libdispatch.dylib!_dispatch_sync_f_slow + 0x8c
fp = 0x000000017071a8a0 lr = 0x00000001006d29e8
sp = 0x000000017071a870 pc = 0x00000001bdae54cc
Found by: previous frame's frame pointer
3 XXX!-[HTTPServer stop:] [HTTPServer.m : 442 + 0x8]
fp = 0x000000017071a8d0 lr = 0x00000001006d0ec0
sp = 0x000000017071a8b0 pc = 0x00000001006d29e8
Found by: previous frame's frame pointer
4 XXX!-[HTTPServer dealloc] [HTTPServer.m : 113 + 0xc]
fp = 0x000000017071a8f0 lr = 0x00000001007dbaa0
sp = 0x000000017071a8e0 pc = 0x00000001006d0ec0
Found by: previous frame's frame pointer
5 XXX!_destroy_helper_block [GCDAsyncSocket.m : 2035 + 0x4]
The text was updated successfully, but these errors were encountered: