journeyapps / node-sqlcipher

SQLCipher bindings for Node
https://journeyapps.com
BSD 3-Clause "New" or "Revised" License
207 stars 66 forks source link

malloc: Heap corruption detected, free list is damaged #100

Open huzaixing123456 opened 2 years ago

huzaixing123456 commented 2 years ago

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

rkistner commented 2 years ago

Electron doesn't run on iOS as far as I know. Are you perhaps using a different project for that?