SQLite Forum

signal SIGBUS: bus error
Login

signal SIGBUS: bus error

(1) By Bjørn (Bjorrn) on 2022-01-22 19:25:39 [link] [source]

Running a docker container and the docker container crashes up to 3 times a day due to the following sqlite issue.

crashing source code line:

https://github.com/mattn/go-sqlite3/blob/671e666c2e88052a814eeaed6bc8506ef326eb63/sqlite3.go#L1972

Referring to the comment "// this is still racy and can be no-op if executed between sqlite3_* calls in execSync."

The error reported refers to this function in the go implementation of sqlite… specifically line 1999.

Full example logs can be found here:

https://github.com/storj/storj/issues/4378

System Version: macOS 12.1 (21C52) Kernel Version: Darwin 21.2.0 Boot Volume: Macintosh HD Boot Mode: Normal Computer Name: xxx User Name: xxx Secure Virtual Memory: Enabled System Integrity Protection: Enabled

Hardware Overview: Model Name: Mac mini Model Identifier: Macmini9,1 Chip: Apple M1 Total Number of Cores: 8 (4 performance and 4 efficiency) Memory: 8 GB System Firmware Version: 7429.61.2 OS Loader Version: 7429.61.2 Serial Number (system): C07FF20JQ6NV Hardware UUID: xxx Provisioning UDID: xxx Activation Lock Status: Enabled

Docker version 20.10.12, build e91ed57

(2) By Larry Brasfield (larrybr) on 2022-01-22 19:30:42 in reply to 1 [source]

Running a docker container and the docker container crashes up to 3 times a day due to the following sqlite issue.

This is NOT a SQLite issue. You should report it to whoever is responsible for that go (sp?) translation or rendition of the SQLite C library.

Good luck.