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
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