Open
Bug 1911932
Opened 3 months ago
Updated 2 months ago
Crash in [@ detail::nsTHashtableEntryIterator<T>::operator++]
Categories
(Toolkit :: Safe Browsing, defect, P2)
Tracking
()
ASSIGNED
Tracking | Status | |
---|---|---|
firefox131 | --- | affected |
People
(Reporter: release-mgmt-account-bot, Assigned: timhuang)
References
(Blocks 1 open bug)
Details
(Keywords: crash, leave-open)
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/25d98c97-1a1b-4c35-bc7b-34f2e0240803
Reason: EXCEPTION_ACCESS_VIOLATION_READ
Top 10 frames of crashing thread:
0 xul.dll detail::nsTHashtableEntryIterator<const nsBaseHashtableET<nsIntegralHashKey<unsigned int, 0>, mozilla::UniquePtr<mozilla::safebrowsing::VLPrefixSet::PrefixString, mozilla::DefaultDelete<mozilla::safebrowsing::VLPrefixSet::PrefixString> > > >::operator++ xpcom/ds/nsTHashtable.h:100
0 xul.dll mozilla::safebrowsing::VLPrefixSet::GetSmallestPrefix const toolkit/components/url-classifier/LookupCacheV4.cpp:544
1 xul.dll mozilla::safebrowsing::LookupCacheV4::ApplyUpdate toolkit/components/url-classifier/LookupCacheV4.cpp:352
2 xul.dll mozilla::safebrowsing::Classifier::UpdateTableV4 toolkit/components/url-classifier/Classifier.cpp:1452
3 xul.dll mozilla::safebrowsing::Classifier::ApplyUpdatesBackground toolkit/components/url-classifier/Classifier.cpp:844
4 xul.dll mozilla::safebrowsing::Classifier::AsyncApplyUpdates::<lambda_4>::operator toolkit/components/url-classifier/Classifier.cpp:747
4 xul.dll mozilla::detail::RunnableFunction<`lambda at /builds/worker/checkouts/gecko/toolkit/components/url-classifier/Classifier.cpp:735:7'>::Run xpcom/threads/nsThreadUtils.h:548
5 xul.dll mozilla::TaskQueue::Runner::Run xpcom/threads/TaskQueue.cpp:257
6 xul.dll nsThreadPool::Run xpcom/threads/nsThreadPool.cpp:456
7 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1198
By querying Nightly crashes reported within the last 2 months, here are some insights about the signature:
- First crash report: 2024-05-31
- Process type: Parent
- Is startup crash: No
- Has user comments: No
- Is null crash: Yes - 3 out of 14 crashes happened on null or near null memory address
Reporter | ||
Comment 1•3 months ago
|
||
The severity field is not set for this bug.
:dimi, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(dlee)
Assignee | ||
Comment 2•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → tihuang
Status: NEW → ASSIGNED
Updated•3 months ago
|
Flags: needinfo?(dlee)
Keywords: leave-open
Pushed by tihuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6b50a7c314e4
Move the ApplyUpdate() in Classifier::UpdateTableV4() to verify the issue. r=dimi
Comment 4•3 months ago
|
||
bugherder |
Reporter | ||
Comment 5•2 months ago
|
||
The severity field is not set for this bug.
:dimi, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(dlee)
Updated•2 months ago
|
Severity: -- → S3
Flags: needinfo?(dlee)
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•