Closed
Bug 1893648
Opened 7 months ago
Closed 7 months ago
Crash in [@ mozilla::dom::PContentParent::RemoveManagee] on diagnostic assert mManagedPBrowserParent.EnsureRemoved()
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1893087
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox125 | --- | unaffected |
firefox126 | --- | unaffected |
firefox127 | --- | affected |
People
(Reporter: mccr8, Unassigned)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/0297c11f-9fc2-4737-a317-dbf910240423
MOZ_CRASH Reason: MOZ_DIAGNOSTIC_ASSERT(false) (mManagedPBrowserParent.EnsureRemoved(static_cast<PBrowserParent*>(aListener)))
Top 10 frames:
0 libxul.so mozilla::dom::PContentParent::RemoveManagee(int, mozilla::ipc::IProtocol*) ipc/ipdl/PContentParent.cpp:6405
1 libxul.so mozilla::ipc::IProtocol::ActorDisconnected(mozilla::ipc::IProtocol::ActorDest... ipc/glue/ProtocolUtils.cpp:579
2 libxul.so mozilla::ipc::IProtocol::ActorDisconnected(mozilla::ipc::IProtocol::ActorDest... ipc/glue/ProtocolUtils.cpp:610
3 libxul.so mozilla::ipc::IProtocol::SetManagerAndRegister(mozilla::ipc::IRefCountedProto... ipc/glue/ProtocolUtils.cpp:484
4 libxul.so mozilla::dom::PContentParent::OpenPBrowserEndpoint(mozilla::dom::PBrowserPare... ipc/ipdl/PContentParent.cpp:540
5 libxul.so mozilla::dom::ContentParent::CreateBrowser(mozilla::dom::TabContext const&, m... dom/ipc/ContentParent.cpp:1500
6 libxul.so nsFrameLoader::TryRemoteBrowserInternal() dom/base/nsFrameLoader.cpp:2686
6 libxul.so nsFrameLoader::TryRemoteBrowser() dom/base/nsFrameLoader.cpp:2751
7 libxul.so nsFrameLoader::EnsureRemoteBrowser() dom/base/nsFrameLoader.cpp:2487
7 libxul.so nsFrameLoader::ShowRemoteFrame(mozilla::gfx::IntSizeTyped<mozilla::ScreenPixe... dom/base/nsFrameLoader.cpp:1085
This is on Android. I'm guessing this is the same basic issue as bug 1893087, but I figured I'd file a new bug in case it wasn't.
Reporter | ||
Comment 1•7 months ago
|
||
Ah, not Android only. Also Windows: bp-4e5f6527-2d40-4c3d-8970-947f20240426
OS: Android → All
Comment 2•7 months ago
|
||
:nika, since you are the author of the regressor, bug 1724083, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(nika)
Comment 3•7 months ago
|
||
I believe that this is the same as bug 1893087, where I've posted a patch.
Status: NEW → RESOLVED
Closed: 7 months ago
Duplicate of bug: 1893087
Flags: needinfo?(nika)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•