-
Notifications
You must be signed in to change notification settings - Fork 187
Description
Environment
- Xcode version: Xcode 16
- iOS version: iOS 18/26
- Devices affected: iphone
- Maps SDK Version: 11.14.1
Steps to repro: no idea, just a bunch of crashes (10+ already) in prod environment
Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x404d745ceb471711
0
MapboxCoreMaps
mapbox::maps::Version::getRevisionString() + 6976128
1
MapboxCoreMaps
mapbox::maps::Version::getRevisionString() + 6960660
2
MapboxCoreMaps
mapbox::maps::Version::getRevisionString() + 4493512
3
MapboxCoreMaps
mapbox::maps::Version::getRevisionString() + 4492404
4
MapboxCoreMaps
mapbox::maps::Version::getRevisionString() + 4458932
5
MapboxCommon
mapbox::common::platform::taskScope() + 1312
6
CoreFoundation
CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 28
7
CoreFoundation
__CFRunLoopDoSource0 + 172
8
CoreFoundation
__CFRunLoopDoSources0 + 232
9
CoreFoundation
__CFRunLoopRun + 840
10
CoreFoundation
CFRunLoopRunSpecific + 572
11
GraphicsServices
GSEventRunModal + 168
12
UIKitCore
-[UIApplication _run] + 816
13
UIKitCore
UIApplicationMain + 336
14
App
AppDelegate.swift - Line 23
main + 23
15
(Missing)