Starscream icon indicating copy to clipboard operation
Starscream copied to clipboard

FoundationStream.sslTrust() + 275 (WebSocket.swift:275)

Open narendra-ct opened this issue 3 years ago • 0 comments

Describe the bug

Application crashed 'Starscream', '~> 3.0.2'

Crashed: NSOperationQueue 0x10b4045f0 (QOS: UNSPECIFIED) 0 libobjc.A.dylib 0x3490 objc_retain + 16 1 Starscream 0xc02c FoundationStream.sslTrust() + 275 (WebSocket.swift:275) 2 Starscream 0xc998 protocol witness for WSStream.sslTrust() in conformance FoundationStream + 20 (:20) 3 Starscream 0xfcd8 closure #1 in closure #1 in WebSocket.initStreamsWithData(::) + 688 (WebSocket.swift:688) 4 Starscream 0xa50c thunk for @escaping @callee_guaranteed () -> () + 20 (:20) 5 Foundation 0x51570 NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 24 6 Foundation 0x636d8 -[NSBlockOperation main] + 104 7 Foundation 0x3c124 NSOPERATION_IS_INVOKING_MAIN + 24 8 Foundation 0x4d010 -[NSOperation start] + 804 9 Foundation 0x505b8 NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION + 24 10 Foundation 0x5e630 __NSOQSchedule_f + 184 11 libdispatch.dylib 0x12600 _dispatch_block_async_invoke2 + 148 12 libdispatch.dylib 0x3950 _dispatch_client_callout + 20 13 libdispatch.dylib 0x6e04 _dispatch_continuation_pop + 504 14 libdispatch.dylib 0x6460 _dispatch_async_redirect_invoke + 596 15 libdispatch.dylib 0x14f48 _dispatch_root_queue_drain + 388 16 libdispatch.dylib 0x15768 _dispatch_worker_thread2 + 164 17 libsystem_pthread.dylib 0x1174 _pthread_wqthread + 228 18 libsystem_pthread.dylib 0xf50 start_wqthread + 8

Steps to Reproduce

Detailed steps to reproduce the problematic behavior:

Expected behavior

A clear and concise description of what you expected to happen.

Environment:

  • OS/Version: iOS 15.0.2
  • Starscream Version 3.0.2
  • Xcode version 12.2

narendra-ct avatar Nov 16 '21 02:11 narendra-ct