Block a user
"General" tab in ssb app sometimes shows no messages.
One other thought crossed my mind - some of the symptoms you gave sound like multiple tildefriends processes fighting over the database. That's generally OK, but there are caveats. I'm wondering…
"General" tab in ssb app sometimes shows no messages.
Another possibly interesting thing to compare:
$ make out/release/sqlite3 && out/release/sqlite3 ~/.local/share/tildefriends/db.sqlite .schema
Building Tilde Friends 0.2026.1-wip…
"General" tab in ssb app sometimes shows no messages.
🤔 That is very puzzling, and I'd love to get to the bottom of all of this before the next release.
Do you have callstacks for the crashes? It tries to print them in the signal handler as it's…
"General" tab in ssb app sometimes shows no messages.
The next thing I do when I've encountered this in the past is run slow queries with explain query plan. Here's an approximation of the query that's timing out for you with the placeholders…