We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi,
Our app is written in ObjC for iOS 7+, but we are getting this crash. This crash appears in a different place then previously reported:
Thread : Crashed: engineHandleQueue 0 libswiftCore.dylib 0x000000010131d814 swift_unknownRetainUnowned + 40 1 DevAuctionataLive 0x00000001000b86f4 DevAuctionataLive.SocketEngine.(parseEngineMessage in _4DCD037EFB1C27BE04F82A88FF07B400) (DevAuctionataLive.SocketEngine)(Swift.String) -> () (SocketEngine.swift:470) 2 DevAuctionataLive 0x00000001000b86f4 DevAuctionataLive.SocketEngine.(parseEngineMessage in _4DCD037EFB1C27BE04F82A88FF07B400) (DevAuctionataLive.SocketEngine)(Swift.String) -> () (SocketEngine.swift:470) 3 DevAuctionataLive 0x00000001000bb744 protocol witness for DevAuctionataLive.WebSocketDelegate.websocketDidReceiveMessage (DevAuctionataLive.WebSocketDelegate.Self)(DevAuctionataLive.WebSocket, text : Swift.String) -> () in conformance DevAuctionataLive.SocketEngine : DevAuctionataLive.WebSocketDelegate (SocketEngine.swift:605) 4 DevAuctionataLive 0x000000010010df60 DevAuctionataLive.WebSocket.((processResponse in _8EBB333CEB46C95CC2731D7C6BDBCF21) (DevAuctionataLive.WebSocket) -> (DevAuctionataLive.WebSocket.WSResponse) -> Swift.Bool).(closure #1) (WebSocket.swift:602) 5 libdispatch.dylib 0x0000000198959994 _dispatch_call_block_and_release + 24 6 libdispatch.dylib 0x0000000198959954 _dispatch_client_callout + 16 7 libdispatch.dylib 0x00000001989640a4 _dispatch_queue_drain + 1448 8 libdispatch.dylib 0x000000019895ca5c _dispatch_queue_invoke + 132 9 libdispatch.dylib 0x0000000198966318 _dispatch_root_queue_drain + 720 10 libdispatch.dylib 0x0000000198967c4c _dispatch_worker_thread3 + 108 11 libsystem_pthread.dylib 0x0000000198b3922c _pthread_wqthread + 816
The text was updated successfully, but these errors were encountered:
What conditions is this happening? First message? Randomly? When I specific message happens?
Sorry, something went wrong.
It happens quite randomly and crashes in different places. Therefore I created 3 different issues.
#29
No branches or pull requests
Hi,
Our app is written in ObjC for iOS 7+, but we are getting this crash. This crash appears in a different place then previously reported:
Thread : Crashed: engineHandleQueue
0 libswiftCore.dylib 0x000000010131d814 swift_unknownRetainUnowned + 40
1 DevAuctionataLive 0x00000001000b86f4 DevAuctionataLive.SocketEngine.(parseEngineMessage in _4DCD037EFB1C27BE04F82A88FF07B400) (DevAuctionataLive.SocketEngine)(Swift.String) -> () (SocketEngine.swift:470)
2 DevAuctionataLive 0x00000001000b86f4 DevAuctionataLive.SocketEngine.(parseEngineMessage in _4DCD037EFB1C27BE04F82A88FF07B400) (DevAuctionataLive.SocketEngine)(Swift.String) -> () (SocketEngine.swift:470)
3 DevAuctionataLive 0x00000001000bb744 protocol witness for DevAuctionataLive.WebSocketDelegate.websocketDidReceiveMessage (DevAuctionataLive.WebSocketDelegate.Self)(DevAuctionataLive.WebSocket, text : Swift.String) -> () in conformance DevAuctionataLive.SocketEngine : DevAuctionataLive.WebSocketDelegate (SocketEngine.swift:605)
4 DevAuctionataLive 0x000000010010df60 DevAuctionataLive.WebSocket.((processResponse in _8EBB333CEB46C95CC2731D7C6BDBCF21) (DevAuctionataLive.WebSocket) -> (DevAuctionataLive.WebSocket.WSResponse) -> Swift.Bool).(closure #1) (WebSocket.swift:602)
5 libdispatch.dylib 0x0000000198959994 _dispatch_call_block_and_release + 24
6 libdispatch.dylib 0x0000000198959954 _dispatch_client_callout + 16
7 libdispatch.dylib 0x00000001989640a4 _dispatch_queue_drain + 1448
8 libdispatch.dylib 0x000000019895ca5c _dispatch_queue_invoke + 132
9 libdispatch.dylib 0x0000000198966318 _dispatch_root_queue_drain + 720
10 libdispatch.dylib 0x0000000198967c4c _dispatch_worker_thread3 + 108
11 libsystem_pthread.dylib 0x0000000198b3922c _pthread_wqthread + 816
The text was updated successfully, but these errors were encountered: