Closed
Bug 1674285
Opened 5 years ago
Closed 5 years ago
Crash in [@ mdb_midl_xmerge]
Categories
(Core :: SQLite and Embedded Database Bindings, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mccr8, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/cc816425-85d9-4641-9515-e89c20201027
Reason: EXC_BAD_ACCESS / EXC_I386_GPFLT
Top 10 frames of crashing thread:
0 XUL mdb_midl_xmerge third_party/rust/lmdb-rkv-sys/lmdb/libraries/liblmdb/midl.c:207
1 XUL mdb_page_alloc third_party/rust/lmdb-rkv-sys/lmdb/libraries/liblmdb/mdb.c:2276
2 XUL mdb_page_touch third_party/rust/lmdb-rkv-sys/lmdb/libraries/liblmdb/mdb.c:2427
3 XUL mdb_page_search third_party/rust/lmdb-rkv-sys/lmdb/libraries/liblmdb/mdb.c:5656
4 XUL mdb_cursor_touch third_party/rust/lmdb-rkv-sys/lmdb/libraries/liblmdb/mdb.c:6514
5 XUL mdb_cursor_put third_party/rust/lmdb-rkv-sys/lmdb/libraries/liblmdb/mdb.c:6656
6 XUL mdb_put third_party/rust/lmdb-rkv-sys/lmdb/libraries/liblmdb/mdb.c:9021
7 XUL xulstore::persist::sync_persist toolkit/components/xulstore/src/persist.rs:67
8 XUL <xulstore::persist::PersistTask as moz_task::Task>::run toolkit/components/xulstore/src/persist.rs:160
9 XUL moz_task::TaskRunnable::allocate::Run xpcom/rust/moz_task/src/lib.rs:212
10 crashes from 3 installations, all on OSX 10.14. Inside some library that looks like it is used by xulstore.
Updated•5 years ago
|
Flags: needinfo?(vporof)
Comment 1•5 years ago
|
||
Hey look another LMDB crash.
Good thing this will be fixed by transitioning over to another storage library in https://bugzilla.mozilla.org/show_bug.cgi?id=1654192
Flags: needinfo?(vporof)
Comment 2•5 years ago
|
||
brennie is now looking into that afaik. CCing them in case they have something to add.
Flags: needinfo?(brennie)
Updated•5 years ago
|
Flags: needinfo?(brennie)
Comment 3•5 years ago
|
||
The severity field is not set for this bug.
:mak, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(mak)
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Flags: needinfo?(mak)
Updated•5 years ago
|
Severity: -- → S3
Comment 4•5 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•