sqlite 3.35 segfaults

March 15, 20211 min. read

For some users, programs using sqlite3 databases (e.g. calls, contacts, gpodder) started segfaulting after the sqlite 3.35 upgrade. This is currently being investigated in pmaports#1008 and aports#12524. Help is appreciated.

As workaround, we have downgraded sqlite to 3.34 in postmarketOS. Install updates with GNOME software or the following command to get the downgraded version (pkgver=9999):

$ sudo apk upgrade -a

Check which version you have installed:

$ apk info -vv | grep sqlite