-
Notifications
You must be signed in to change notification settings - Fork 849
App crashes in v.8.1.2 #606
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
Comments
Hi, Did you manage to solve this issues ? how ? I also encounter this when the app is on review by apps team. Is it because the websockets force on when connection to socket.io server ?, I just resubmitted the app with all optimization set to none flag. hopefully it's run okay now.
Thanks |
I see this particular crash being reported but I have no idea how to reproduce myself. |
Probably fixed in the DispatchQueue refactors. |
Hi,
My app is crashing in my customers phone with following error message.
Not sure how to reproduce.. Because it is not at all happening in my available phones.
0 libsystem_kernel.dylib 0x000000018992e314 __semwait_signal + 4
1 libsystem_c.dylib 0x000000018984c15c usleep + 60
2 MyApp 0x000000010026622c function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Owned To Guaranteed, Arg[2] = Owned To Guaranteed, Arg[4] = Owned To Guaranteed> of MyApp.WebSocket.((initStreamsWithData in _F90942689E0E867729C78BA17580A3B5) (data : __ObjC.NSData, Swift.Int) -> ()).(closure #1) (WebSocket.swift:353)
3 MyApp 0x000000010026aed8 partial apply forwarder for MyApp.WebSocket.((initStreamsWithData in _F90942689E0E867729C78BA17580A3B5) (data : __ObjC.NSData, Swift.Int) -> ()).(closure #1) (WebSocket.swift:0)
4 Foundation 0x000000018b422754 NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 12
5 Foundation 0x000000018b3672c8 -[NSBlockOperation main] + 92
6 Foundation 0x000000018b3578c4 -[__NSOperationInternal _start:] + 616
7 Foundation 0x000000018b424b00 __NSOQSchedule_f + 224
8 libdispatch.dylib 0x00000001897e91c0 _dispatch_client_callout + 12
9 libdispatch.dylib 0x00000001897f7444 _dispatch_queue_serial_drain + 924
10 libdispatch.dylib 0x00000001897ec9a8 _dispatch_queue_invoke + 648
11 libdispatch.dylib 0x00000001897f938c _dispatch_root_queue_drain + 568
12 libdispatch.dylib 0x00000001897f90ec _dispatch_worker_thread3 + 120
13 libsystem_pthread.dylib 0x00000001899f22b8 _pthread_wqthread + 1284
14 libsystem_pthread.dylib 0x00000001899f1da4 start_wqthread + 0
The text was updated successfully, but these errors were encountered: