Closed
Bug 1521469
Opened 6 years ago
Closed 6 years ago
Crash in mozalloc_abort | Abort | NS_DebugBreak | nsDebugImpl::Abort | XPTC__InvokebyIndex
Categories
(Core :: DOM: Security, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox64 | --- | unaffected |
firefox65 | --- | unaffected |
firefox66 | --- | fixed |
People
(Reporter: gsvelto, Assigned: jkt)
References
Details
(Keywords: crash, regression, Whiteboard: [domsecurity-active])
Crash Data
Attachments
(1 file)
This bug is for crash report bp-985204d4-e43c-4916-a72a-8cfa80190121.
Top 10 frames of crashing thread:
0 mozglue.dll mozalloc_abort memory/mozalloc/mozalloc_abort.cpp:33
1 xul.dll static void Abort xpcom/base/nsDebugImpl.cpp:438
2 xul.dll NS_DebugBreak xpcom/base/nsDebugImpl.cpp:423
3 xul.dll nsDebugImpl::Abort xpcom/base/nsDebugImpl.cpp:133
4 xul.dll XPTC__InvokebyIndex xpcom/reflect/xptcall/md/win32/xptcinvoke_asm_x86_64.asm:97
5 @0x1f7bfd8a3df
6 xul.dll trunc
7 xul.dll trunc
8 xul.dll trunc
9 xul.dll static bool XPCWrappedNative::CallMethod js/xpconnect/src/XPCWrappedNative.cpp:1153
Hard to say what's going on here since this seem to originate from JS code. There's no useful user comments either.
Comment 1•6 years ago
|
||
This seems to have started in the 20190118094042 build.
Pushlog from the previous build is https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=1db2248f4415&tochange=3aa256c255f6
Reporter | ||
Comment 2•6 years ago
|
||
Looking at the raw dump I could find this string in the stacks:
[Child 1 Main Thread] ###!!! ABORT: file WebNavigationChild.js, line 112
This must be bug 1520862.
Component: General → DOM: Security
Flags: needinfo?(jkt)
Updated•6 years ago
|
status-firefox64:
--- → unaffected
status-firefox65:
--- → unaffected
status-firefox66:
--- → affected
status-firefox-esr60:
--- → unaffected
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
I added a patch which should help us debug where this is happening and add more detail. I think we should leave the crash in as it's concerning.
Assignee: nobody → jkt
Flags: needinfo?(jkt)
Priority: -- → P1
Whiteboard: [domsecurity-active]
Updated•6 years ago
|
Keywords: regression
Reporter | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Pushed by jkingston@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac8dff6980b7
Change loadURI crash to only happen in a debug build. r=gsvelto,ckerschb
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•