Skip to content
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

[CRASH] TCPTransport.write(data:completion:) #989

Open
olehhrechyn opened this issue Nov 15, 2023 · 2 comments
Open

[CRASH] TCPTransport.write(data:completion:) #989

olehhrechyn opened this issue Nov 15, 2023 · 2 comments
Labels

Comments

@olehhrechyn
Copy link

Describe the bug

I was unable to reproduce this crash, but I am providing you with the data from Firebase Crashlytics.
Most importantly: this crash only occurs in Starscream version 4.0.6.

Stack trace:

Crashed: com.vluxe.starscream.writequeue
0 libswiftCore.dylib 0x402c94 swift_unknownObjectRetain + 20
1 libswiftNetwork.dylib 0x187d8 NWConnection.send(content:contentContext:isComplete:completion:) + 72
2 Zap 0x7456a8 TCPTransport.write(data:completion:) + 100 (TCPTransport.swift:100)
3 Zap 0x72f7c4 closure #1 in WSEngine.write(data:opcode:completion:) + 131 (WSEngine.swift:131)
4 Zap 0x72f830 thunk for @escaping @callee_guaranteed @sendable () -> () + 4370659376 (:4370659376)
5 libdispatch.dylib 0x2320 _dispatch_call_block_and_release + 32
6 libdispatch.dylib 0x3eac _dispatch_client_callout + 20
7 libdispatch.dylib 0xb534 _dispatch_lane_serial_drain + 668
8 libdispatch.dylib 0xc0a4 _dispatch_lane_invoke + 384
9 libdispatch.dylib 0x16cdc _dispatch_workloop_worker_thread + 648
10 libsystem_pthread.dylib 0xddc _pthread_wqthread + 288
11 libsystem_pthread.dylib 0xb7c start_wqthread + 8

Keys:

crash_info_entry_0 Object 0x283f749c0 deallocated with retain count 2, reference may have escaped from deinit.
crash_info_entry_1 abort() called
@llodi
Copy link

llodi commented Feb 26, 2024

image

@RishavG96
Copy link

I am facing the same crash, any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants