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

SIGBUS 0x0000000000000009 Crash in mapbox::common::DarwinRunLoop::Source::perform(void*) #180

Open
marclefrancois opened this issue Dec 7, 2022 · 0 comments

Comments

@marclefrancois
Copy link

Hi, we are seeing the following crash in MapboxCommon iOS reported occassionnally in our Firebase crashlytics logs. We sadly do not have any Steps to reproduce. This is creating random crashes while we use the mapView

PhoneModel: iPhone XR
OS: IOS 16.2.0
Mabox versions:

  • MapboxMaps (10.9.0):
    
  • MapboxCommon (= 23.1.0)
    
  • MapboxCoreMaps (= 10.9.0)
    
  • MapboxMobileEvents (= 1.0.8)
    
  • Turf (~> 2.0)
    

We actually have to slightly difference stack:

#1

Crashed: com.apple.main-thread
0  CoreFoundation                 0x2e90 CFEqual + 136
1  CoreFoundation                 0x680b8 CFBasicHashGetCountOfKey + 676
2  CoreFoundation                 0x6ae78 CFSetContainsValue + 176
3  CoreFoundation                 0xeecac CFRunLoopRemoveSource + 180
4  CoreFoundation                 0x475d8 __CFSetApplyFunction_block_invoke + 28
5  CoreFoundation                 0x862f8 CFBasicHashApply + 148
6  CoreFoundation                 0x7c908 CFSetApplyFunction + 320
7  CoreFoundation                 0xeedc0 CFRunLoopRemoveSource + 456
8  CoreFoundation                 0x6ff58 __CFRunLoopSourceRemoveFromRunLoop + 112
9  CoreFoundation                 0xd81a4 __CFBagApplyFunction_block_invoke + 52
10 CoreFoundation                 0x862f8 CFBasicHashApply + 148
11 CoreFoundation                 0xb8e1c CFBagApplyFunction + 112
12 CoreFoundation                 0xd17d8 CFRunLoopSourceInvalidate + 208
13 MapboxCommon                   0x42b64 mapbox::common::DarwinRunLoop::Source::~Source() + 24
14 MapboxCommon                   0x42b34 mapbox::common::DarwinRunLoop::Source::perform(void*) + 44
15 CoreFoundation                 0xd5f34 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
16 CoreFoundation                 0xe230c __CFRunLoopDoSource0 + 176
17 CoreFoundation                 0x66230 __CFRunLoopDoSources0 + 340
18 CoreFoundation                 0x7bb8c __CFRunLoopRun + 836
19 CoreFoundation                 0x80eb8 CFRunLoopRunSpecific + 612
20 GraphicsServices               0x1368 GSEventRunModal + 164
21 UIKitCore                      0x3a1374 -[UIApplication _run] + 888
22 UIKitCore                      0x3a0fd8 UIApplicationMain + 340
23 iosApp                         0x76d8 main + 17 (AppDelegate.swift:17)
24 ???                            0x1d04bf960 (Missing)

#2

0  CoreFoundation                 0x8ee54 CFHash + 112
1  CoreFoundation                 0x21a30 __CFBasicHashRehash + 968
2  CoreFoundation                 0x6d6b4 CFBasicHashRemoveValue + 2332
3  CoreFoundation                 0xeed1c CFRunLoopRemoveSource + 292
4  CoreFoundation                 0x475d8 __CFSetApplyFunction_block_invoke + 28
5  CoreFoundation                 0x862f8 CFBasicHashApply + 148
6  CoreFoundation                 0x7c908 CFSetApplyFunction + 320
7  CoreFoundation                 0xeedc0 CFRunLoopRemoveSource + 456
8  CoreFoundation                 0x6ff58 __CFRunLoopSourceRemoveFromRunLoop + 112
9  CoreFoundation                 0xd81a4 __CFBagApplyFunction_block_invoke + 52
10 CoreFoundation                 0x862f8 CFBasicHashApply + 148
11 CoreFoundation                 0xb8e1c CFBagApplyFunction + 112
12 CoreFoundation                 0xd17d8 CFRunLoopSourceInvalidate + 208
13 MapboxCommon                   0x42b64 mapbox::common::DarwinRunLoop::Source::~Source() + 24
14 MapboxCommon                   0x42b34 mapbox::common::DarwinRunLoop::Source::perform(void*) + 44
15 CoreFoundation                 0xd5f34 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
16 CoreFoundation                 0xe230c __CFRunLoopDoSource0 + 176
17 CoreFoundation                 0x66230 __CFRunLoopDoSources0 + 340
18 CoreFoundation                 0x7bb8c __CFRunLoopRun + 836
19 CoreFoundation                 0x80eb8 CFRunLoopRunSpecific + 612
20 GraphicsServices               0x1368 GSEventRunModal + 164
21 UIKitCore                      0x3a1374 -[UIApplication _run] + 888
22 UIKitCore                      0x3a0fd8 UIApplicationMain + 340
23 iosApp                         0x76d8 main + 17 (AppDelegate.swift:17)
24 ???                            0x1d04bf960 (Missing)
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

No branches or pull requests

1 participant