flutter_map_tile_caching icon indicating copy to clipboard operation
flutter_map_tile_caching copied to clipboard

[BUG] Crash on iOS

Open mohammedX6 opened this issue 1 year ago • 19 comments

What is the bug?

crash on iOS caused by isar https://github.com/isar/isar/issues/1200

Runner(13061,0x16d4ff000) malloc: Incorrect checksum for freed object 0x17eada600: probably modified after being freed. Corrupt value: 0xb262d1c73d513c90 Runner(13061,0x16d4ff000) malloc: *** set a breakpoint in malloc_error_break to debug

  • thread #9, name = 'io.flutter.1.ui', stop reason = signal SIGABRT frame #0: 0x00000001bb192bbc libsystem_kernel.dylib__pthread_kill + 8 libsystem_kernel.dylib: -> 0x1bb192bbc <+8>: b.lo 0x1bb192bd8 ; <+36> 0x1bb192bc0 <+12>: stp x29, x30, [sp, #-0x10]! 0x1bb192bc4 <+16>: mov x29, sp 0x1bb192bc8 <+20>: bl 0x1bb18e60c ; cerror_nocancel Target 0: (Runner) stopped.

What is the expected behaviour?

the app should not crash

How can we reproduce this issue?

No response

Do you have a potential solution?

I suggest to not using isar

Can you provide any other information?

No response

Platforms Affected

iOS 15.7 release mode flutter_map_tile_caching version 8.0.0-dev5 flutter_map_tile_cahing version 7.2.0

Severity

Fatal: Causes the application to crash

Frequency

Consistently: Always occurs at the same time and location

Requirements

mohammedX6 avatar Apr 19 '23 08:04 mohammedX6