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
My electron app is running fine till iOS 12. After updating my iOS version to iOS 13 beta, the app is crashing.
There are mainly three kinds of errors:
one : Heap corruption detected, free list is damaged at 0x600000f99150 *** Incorrect guard value: 105553159645888
two : malloc: Heap corruption detected, free list is damaged at 0x600003ab8110 *** Incorrect guard value: 105553130749504
three : malloc: small_free_list_remove_ptr_no_clear: Internal invariant broken (prev ptr of next) for 0x7f7a3804b600, next_prev=0x0
Can you analyze it for me
Or help me upgrade SQLite to the latest version
thank you
thank you
thank you
The text was updated successfully, but these errors were encountered:
My electron app is running fine till iOS 12. After updating my iOS version to iOS 13 beta, the app is crashing.
There are mainly three kinds of errors:
one : Heap corruption detected, free list is damaged at 0x600000f99150 *** Incorrect guard value: 105553159645888
two : malloc: Heap corruption detected, free list is damaged at 0x600003ab8110 *** Incorrect guard value: 105553130749504
three : malloc: small_free_list_remove_ptr_no_clear: Internal invariant broken (prev ptr of next) for 0x7f7a3804b600, next_prev=0x0
Can you analyze it for me
Or help me upgrade SQLite to the latest version
thank you
thank you
thank you
The text was updated successfully, but these errors were encountered: