Closed
Bug 1095562
Opened 10 years ago
Closed 10 years ago
crash in XPCWrappedNativeScope::XPCWrappedNativeScope(JSContext*, JS::Handle<JSObject*>), "Self-Destructing Cookies 0.4.6" addon causes the startup crash.
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1095305
People
(Reporter: alice0775, Unassigned)
Details
(Keywords: crash, regression)
[Tracking Requested - why for this release]: Crash regression
This bug was filed from the Socorro interface and is
report bp-25b5aae2-0b72-4bee-95c2-644912141107.
=============================================================
Startup crash with profile installed too many addons.
Regression window(m-i)
Good:
https://hg.mozilla.org/integration/mozilla-inbound/rev/661c58109d16
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 ID:20141106154317
Bad;
https://hg.mozilla.org/integration/mozilla-inbound/rev/763ae102275b
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 ID:20141106162312
Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=661c58109d16&tochange=763ae102275b
Suspected: Bug 1094616
Comment 1•10 years ago
|
||
The signature is similar to that in bug 1095455, though that was being blamed on bug 1092156.
Reporter | ||
Comment 2•10 years ago
|
||
I found that addon ([1]Self-Destructing Cookies 0.4.6) causes the startup crash.
[1] https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/
Reporter | ||
Updated•10 years ago
|
Summary: crash in XPCWrappedNativeScope::XPCWrappedNativeScope(JSContext*, JS::Handle<JSObject*>) → crash in XPCWrappedNativeScope::XPCWrappedNativeScope(JSContext*, JS::Handle<JSObject*>), "Self-Destructing Cookies 0.4.6" addon causes the startup crash.
Reporter | ||
Comment 3•10 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #1)
> The signature is similar to that in bug 1095455, though that was being
> blamed on bug 1092156.
Confirmed, the following latest tinderbox build fixes the crash.
https://hg.mozilla.org/mozilla-central/rev/b62ccf3228ba
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 ID:20141107073605
So, I will mark duplication.
Updated•10 years ago
|
Crash Signature: [@ XPCWrappedNativeScope::XPCWrappedNativeScope(JSContext*, JS::Handle<JSObject*>)]
status-firefox35:
unaffected → ---
status-firefox36:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•