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

Dispatch failure on main queue to prevent crash #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alfavata
Copy link

@alfavata alfavata commented Nov 11, 2024

This change solves a fix I was able to reproduce consistency by denying access to the camera when prompted.
I have verified the fix (i.e. the crash does not happen anymore).

Stack trace of the crash I was experiencing:

Crashed: com.apple.coremedia.capture.tccserver
0  libdispatch.dylib              0x64d8 _dispatch_assert_queue_fail + 120
1  libdispatch.dylib              0x6460 _dispatch_assert_queue_fail + 194
2  libswift_Concurrency.dylib     0x62b58 swift_task_isCurrentExecutorImpl(swift::SerialExecutorRef) + 284
3  [redacted]                     0x5239f4 closure #2 in closure #1 in [redacted].body.getter + 4373346804 (<stdin>:4373346804)
4  [redacted]                     0x6030ac closure #1 in CodeScannerView.ScannerViewController.requestCameraAccess(completion:) + 428 (ScannerViewController.swift:428)
5  [redacted]                     0x6030fc thunk for @escaping @callee_guaranteed (@unowned Bool) -> () + 4374262012 (<compiler-generated>:4374262012)
6  TCC                            0xfa24 ___tcc_server_send_request_authorization_block_invoke.83 + 40
7  libdispatch.dylib              0x2370 _dispatch_call_block_and_release + 32
8  libdispatch.dylib              0x40d0 _dispatch_client_callout + 20
9  libdispatch.dylib              0xb6d8 _dispatch_lane_serial_drain + 744
10 libdispatch.dylib              0xc1e0 _dispatch_lane_invoke + 380
11 libdispatch.dylib              0x17258 _dispatch_root_queue_drain_deferred_wlh + 288
12 libdispatch.dylib              0x16aa4 _dispatch_workloop_worker_thread + 540
13 libsystem_pthread.dylib        0x4c7c _pthread_wqthread + 288
14 libsystem_pthread.dylib        0x1488 start_wqthread + 8

Crash info from Crashlytics:

BUG IN CLIENT OF LIBDISPATCH: Assertion failed: Block was expected to execute on queue [com.apple.main-thread (0x1f36f0880)]

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

Successfully merging this pull request may close these issues.

1 participant