Crash in [@ mdb_txn_renew0]
Categories
(Core :: SQLite and Embedded Database Bindings, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | fix-optional |
People
(Reporter: calixte, Assigned: vporof)
References
(Blocks 2 open bugs)
Details
(Keywords: crash, regression, Whiteboard: [psm-assigned])
Crash Data
This bug is for crash report bp-f7526401-1bc4-49b4-9a62-306680190324.
Top 10 frames of crashing thread:
0 libxul.so mdb_txn_renew0 third_party/rust/lmdb-rkv-sys/lmdb/libraries/liblmdb/mdb.c:2739
1 libxul.so <name omitted> third_party/rust/lmdb-rkv-sys/lmdb/libraries/liblmdb/mdb.c:2907
2 libxul.so rkv::env::Rkv::read third_party/rust/lmdb-rkv/src/transaction.rs:132
3 libxul.so cert_storage::SecurityState::read_entry security/manager/ssl/cert_storage/src/lib.rs:167
4 libxul.so cert_storage::CertStorage::allocate::GetRevocationState security/manager/ssl/cert_storage/src/lib.rs:231
5 libxul.so mozilla::psm::NSSCertDBTrustDomain::GetCertTrust security/certverifier/NSSCertDBTrustDomain.cpp:213
6 libxul.so mozilla::pkix::CheckIssuerIndependentProperties security/nss/lib/mozpkix/lib/pkixcheck.cpp:966
7 libxul.so mozilla::pkix::BuildForward security/nss/lib/mozpkix/lib/pkixbuild.cpp:311
8 libxul.so mozilla::psm::BuildCertChainForOneKeyUsage security/nss/lib/mozpkix/lib/pkixbuild.cpp:413
9 libxul.so mozilla::psm::CertVerifier::VerifyCert security/certverifier/CertVerifier.cpp:705
There is 1 crash in nightly 68 with buildid 20190323094805. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1429796.
[1] https://hg.mozilla.org/mozilla-central/rev?node=5514aae0e34e
Comment 1•6 years ago
|
||
Myk, this looks like it's probably an rkv/lmdb thing?
Comment 2•6 years ago
|
||
Yes, it's an LMDB issue. The code that triggered the crash was added in ITS#7970 (https://www.openldap.org/lists/openldap-bugs/201410/msg00051.html), although the bug may not be caused by that change, as LMDB was setting r->mr_txnid = ti->mti_txnid
beforehand (it just wasn't setting it repeatedly before that change).
I'll investigate further…
Updated•6 years ago
|
Comment 3•6 years ago
|
||
We still have just the 1 crash report after a month, this doesn't seem too common.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 4•4 years ago
|
||
Closing because no crashes reported for 12 weeks.
Updated•3 months ago
|
Description
•