Closed
Bug 1918275
Opened 1 year ago
Closed 1 year ago
Crash in [@ mozilla::net::DocumentChannel::SetLoadFlags]
Categories
(Firefox for Android :: Browser Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1694904
People
(Reporter: emanuellclaudiu, Unassigned)
Details
Attachments
(1 file)
|
114.49 KB,
image/jpeg
|
Details |
Crash report: https://crash-stats.mozilla.org/report/index/67badd45-5598-4d59-ad7c-6c85b0240911
MOZ_CRASH Reason: DocumentChannel::SetLoadFlags: Don't set flags after creation (differing flags 0 != 1000)
Top 10 frames:
0 libxul.so MOZ_Crash(char const*, int, char const*) mfbt/Assertions.h:317
0 libxul.so mozilla::net::DocumentChannel::SetLoadFlags(unsigned int) netwerk/ipc/DocumentChannel.cpp:311
1 libxul.so mozilla::net::nsLoadGroup::AddRequest(nsIRequest*, nsISupports*) xpcom/string/nsTSubstring.h:0
2 libxul.so mozilla::net::DocumentChannelChild::AsyncOpen(nsIStreamListener*) netwerk/ipc/DocumentChannelChild.cpp:86
3 libxul.so nsURILoader::OpenURI(nsIChannel*, unsigned int, nsIInterfaceRequestor*) uriloader/base/nsURILoader.cpp:754
4 libxul.so nsDocShell::OpenInitializedChannel(nsIChannel*, nsIURILoader*, unsigned int) docshell/base/nsDocShell.cpp:10602
4 libxul.so nsDocShell::DoURILoad(nsDocShellLoadState*, mozilla::Maybe<unsigned int>, nsI... docshell/base/nsDocShell.cpp:10463
4 libxul.so nsDocShell::InternalLoad(nsDocShellLoadState*, mozilla::Maybe<unsigned int>) docshell/base/nsDocShell.cpp:9499
5 libxul.so nsDocShell::LoadURI(nsDocShellLoadState*, bool, bool) docshell/base/nsDocShell.cpp:850
6 libxul.so mozilla::dom::BrowsingContext::LoadURI(nsDocShellLoadState*, bool) docshell/base/BrowsingContext.cpp:1996
| Reporter | ||
Updated•1 year ago
|
Hardware: Unspecified → All
Version: unspecified → Firefox 132
| Reporter | ||
Comment 1•1 year ago
|
||
I encountered this error recently, with the message that the page was not restored.
Flags: needinfo?(jboek)
Flags: needinfo?(cpeterson)
| Reporter | ||
Comment 2•1 year ago
|
||
On this site I have seen: https://play.google.com/store/apps/details?id=com.TSG.Delta_Force&hl=en_US
I see it also happens in the official version, release.
Updated•1 year ago
|
Component: General → Browser Engine
Flags: needinfo?(jboek)
Updated•1 year ago
|
Updated•1 year ago
|
Flags: needinfo?(cpeterson)
You need to log in
before you can comment on or make changes to this bug.
Description
•