From 830c0390a5669579625432bba8086da8cfb7e9ac Mon Sep 17 00:00:00 2001 From: puck Date: Sun, 20 Apr 2025 01:52:45 +0000 Subject: [PATCH] Added a comment: Better error message --- ...nt_1_b31c4dc9de7ffd644b045e44b579d112._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/SQLite3_database_disk_image_malformed/comment_1_b31c4dc9de7ffd644b045e44b579d112._comment diff --git a/doc/bugs/SQLite3_database_disk_image_malformed/comment_1_b31c4dc9de7ffd644b045e44b579d112._comment b/doc/bugs/SQLite3_database_disk_image_malformed/comment_1_b31c4dc9de7ffd644b045e44b579d112._comment new file mode 100644 index 0000000000..2b9f4ab4e9 --- /dev/null +++ b/doc/bugs/SQLite3_database_disk_image_malformed/comment_1_b31c4dc9de7ffd644b045e44b579d112._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="puck" + avatar="http://cdn.libravatar.org/avatar/06d3f4f0a82dd00a84f8f8fabc8e537d" + subject="Better error message" + date="2025-04-20T01:52:45Z" + content=""" +Hey, + +I hit this again today, running 10.20230126-3, so I upgraded to 10.20250115-1~bpo12+1. New error messages, excellent! Including: The SQL trying to be run, and the error from sqlite. + +This included \"disk I/O error\" from sqlite. Further investigation, and the volume was out of space 🤦. Don't know if that was the case when I first hit this or not. + +Cheers, +Andrew +"""]]