thunderbird 68: "TypeError: this.asyncConnection is null" on ppc64el
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
thunderbird (Ubuntu) |
Fix Released
|
High
|
Olivier Tilloy |
Bug Description
I'm seeing enigmail 2.1.2 autopkgtest failures (only) on ppc64el, with thunderbird 68.0 and 68.1.0.
When running thunderbird in xvfb in a ppc64el VM in the cloud, I'm seeing the following error message printed out several times:
JavaScript error: resource:
In the context of enigmail autopkgtests, I'm seeing this:
JavaScript error: resource:
JSUnit starting tests
Starting JS unit tests main.js
success!!!
checkDatabaseSt
checkDatabaseSt
createTable()
JavaScript error: resource:
JavaScript error: resource:
And the tests hang forever until autopkgtest times out.
Related branches
Changed in thunderbird (Ubuntu): | |
assignee: | nobody → Olivier Tilloy (osomon) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in thunderbird (Ubuntu): | |
status: | In Progress → Fix Committed |
Rebuilding thunderbird against the system-wide libsqlite3 (instead of the vendored one) seems to fix the problem.
The version of libsqlite3 in eoan (3.29.0) is newer than the one in the thunderbird source tree (3.28.0).