-
Notifications
You must be signed in to change notification settings - Fork 44
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 in DKCamera.captureImage #69
Comments
currentOrientation 可能为空,open var currentOrientation: UIDeviceOrientation!,强转了 |
I have also experienced the same crash: Crashed: DKCamera_CaptureSession_Queue |
@vinayak-nickelfox did you find the solution for that crash. I have same crash (DKCamera_CaptureSession_Queue) on line 816 |
Recently I received this crash from app on production:
Device
Operating System
Stack trace
Crashed: DKCamera_CaptureSession_Queue
0 DKCamera 0x1022c7bf4 DKCamera.captureImage(_:) + 768 (DKCamera.swift:768)
1 DKCamera 0x1022cee90 partial apply for closure #1 in DKCamera.takePicture() + 721 (DKCamera.swift:721)
2 DKCamera 0x1022bf428 thunk for @escaping @callee_guaranteed () -> () + 4326470696 (:4326470696)
3 libdispatch.dylib 0x190ac56c8 _dispatch_call_block_and_release + 24
4 libdispatch.dylib 0x190ac6484 _dispatch_client_callout + 16
5 libdispatch.dylib 0x190a6dbd0 _dispatch_lane_serial_drain$VARIANT$mp + 592
6 libdispatch.dylib 0x190a6e718 _dispatch_lane_invoke$VARIANT$mp + 432
7 libdispatch.dylib 0x190a76eb8 _dispatch_workloop_worker_thread + 600
8 libsystem_pthread.dylib 0x190ca90dc _pthread_wqthread + 312
9 libsystem_pthread.dylib 0x190cabcec start_wqthread + 4
Any idea what can cause it or how can it be fixed?
Thanks
The text was updated successfully, but these errors were encountered: