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 reports on category addition (and possibly others) on iOS #5453

Closed
teolemon opened this issue Jul 1, 2024 · 1 comment · Fixed by #5464
Closed

Crash reports on category addition (and possibly others) on iOS #5453

teolemon opened this issue Jul 1, 2024 · 1 comment · Fixed by #5464
Assignees
Labels
🐛 bug Something isn't working ✏️ Editing - Categories 🍎 iOS iOS specific issues or PRs 🎯 P0

Comments

@teolemon
Copy link
Member

teolemon commented Jul 1, 2024

What

image

@teolemon teolemon added 🐛 bug Something isn't working 🍎 iOS iOS specific issues or PRs ✏️ Editing - Categories labels Jul 1, 2024
@g123k g123k self-assigned this Jul 4, 2024
@g123k g123k added the 🎯 P0 label Jul 4, 2024
@g123k
Copy link
Collaborator

g123k commented Jul 4, 2024

The root cause is the following crash:

Last Exception Backtrace:
0   CoreFoundation                	0x1a0a68f20 __exceptionPreprocess + 164 (NSException.m:249)
1   libobjc.A.dylib               	0x1988ee018 objc_exception_throw + 60 (objc-exception.mm:356)
2   AVFCapture                    	0x1bda5fe0c -[AVCaptureSession startRunning] + 516 (AVCaptureSession.m:2198)
3   Runner                        	0x1014b00d4 closure #1 in MobileScanner.start(barcodeScannerOptions:returnImage:cameraPosition:torch:detectionSpeed:completion:) + 72 (MobileScanner.swift:217)
4   Runner                        	0x1014b0210 thunk for @escaping @callee_guaranteed @Sendable () -> () + 28 (<compiler-generated>:0)
5   libdispatch.dylib             	0x1a890c13c _dispatch_call_block_and_release + 32 (init.c:1530)
6   libdispatch.dylib             	0x1a890ddd4 _dispatch_client_callout + 20 (object.m:576)
7   libdispatch.dylib             	0x1a8915400 _dispatch_lane_serial_drain + 748 (queue.c:3900)
8   libdispatch.dylib             	0x1a8915f30 _dispatch_lane_invoke + 380 (queue.c:3991)
9   libdispatch.dylib             	0x1a8920cb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998)
10  libdispatch.dylib             	0x1a8920528 _dispatch_workloop_worker_thread + 404 (queue.c:6592)
11  libsystem_pthread.dylib       	0x1fd8bf934 _pthread_wqthread + 288 (pthread.c:2696)
12  libsystem_pthread.dylib       	0x1fd8bc0cc start_wqthread + 8 (:-1)

@g123k g123k linked a pull request Jul 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working ✏️ Editing - Categories 🍎 iOS iOS specific issues or PRs 🎯 P0
Development

Successfully merging a pull request may close this issue.

2 participants