You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
There is a native crash on iOS when multiple offline region are downloaded, canceled and restarted again simultaneously.
It's hard to provide a minimum reproducible example but maybe the exact log can already help to determine the cause of this. Looks like some kind of wrong pointer reference error.
Summary:
Removing offline pack notification observers
Runner(13750,0x1050eb880) malloc: *** error for object 0x282468840: pointer being freed was not allocated
Runner(13750,0x1050eb880) malloc: *** set a breakpoint in malloc_error_break to debug
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
frame #0: 0x00000001ba42a7b0 libsystem_kernel.dylib`__pthread_kill + 8
libsystem_kernel.dylib`__pthread_kill:
-> 0x1ba42a7b0 <+8>: b.lo 0x1ba42a7cc ; <+36>
0x1ba42a7b4 <+12>: stp x29, x30, [sp, #-0x10]!
0x1ba42a7b8 <+16>: mov x29, sp
0x1ba42a7bc <+20>: bl 0x1ba4071fc ; cerror_nocancel
Target 0: (Runner) stopped.
Lost connection to device.
Exited (sigterm)
There is a native crash on iOS when multiple offline region are downloaded, canceled and restarted again simultaneously.
It's hard to provide a minimum reproducible example but maybe the exact log can already help to determine the cause of this. Looks like some kind of wrong pointer reference error.
Summary:
Extended stack trace:
Click to show the whole log
Mapbox SDK and iOS are both running on the latest version
Flutter Version: 2.10.5
The text was updated successfully, but these errors were encountered: