Closed
Bug 1840569
Opened 2 years ago
Closed 2 years ago
Crash in [@ nsIURI::SchemeIs]
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash, Whiteboard: [tbird crash][snnot3p])
Crash Data
Crashes are rare.
Crash report: https://crash-stats.mozilla.org/report/index/9b5886cd-0519-4ef8-9e71-a4d7f0230616
Reason: EXCEPTION_ACCESS_VIOLATION_READ
Top 10 frames of crashing thread:
0 xul.dll nsIURI::SchemeIs dist/include/nsIURI.h:98
0 xul.dll mozilla::net::SchemeIsJavascript netwerk/base/nsNetUtil.cpp:3323
1 xul.dll nsDocShell::CheckDisallowedJavascriptLoad docshell/base/nsDocShell.cpp:669
1 xul.dll nsDocShell::InternalLoad docshell/base/nsDocShell.cpp:9276
2 xul.dll nsDocShell::ReloadDocument docshell/base/nsDocShell.cpp:4242
3 xul.dll nsDocShell::Reload docshell/base/nsDocShell.cpp:4128
4 xul.dll XPTC__InvokebyIndex
5 xul.dll CallMethodHelper::Invoke js/xpconnect/src/XPCWrappedNative.cpp:1627
5 xul.dll CallMethodHelper::Call js/xpconnect/src/XPCWrappedNative.cpp:1180
5 xul.dll XPCWrappedNative::CallMethod js/xpconnect/src/XPCWrappedNative.cpp:1126
| Reporter | ||
Updated•2 years ago
|
Whiteboard: [tbird crash] → [tbird crash][snnot3p]
| Reporter | ||
Comment 1•2 years ago
|
||
Bug 1847788 Adds missing null check to RecvReloadWithHttpsOnlyException (fixes 118, but isn't being back ported)
if (!currentUri) {
Only 23 Thunderbird crashes in 6 months, and naturally rare on 115. Currently no crashes newer than 116.0b1 bp-9b5886cd-0519-4ef8-9e71-a4d7f0230616
Magnus, I think we just close this. What do you think?
Flags: needinfo?(mkmelin+mozilla)
| Reporter | ||
Updated•2 years ago
|
Severity: -- → S4
Comment 2•2 years ago
|
||
Yeah let's close.
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(mkmelin+mozilla)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•