Closed
Bug 710169
Opened 14 years ago
Closed 14 years ago
Nightly crashes when making cycle collector heap dump
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 709160
People
(Reporter: mz+bugzilla, Unassigned)
References
Details
That's not a dupe for Bug 698159, I don't have Roboform installed
Steps to reproduce:
1. Go Tools - Web Developer - Error console
2. Execute query
window.QueryInterface(Components.interfaces.nsIInterfaceRequestor).
getInterface(Components.interfaces.nsIDOMWindowUtils).
garbageCollect(Components.classes["@mozilla.org/cycle-collector-logger;1"]
.createInstance(Components.interfaces.nsICycleCollectorListener))
from https://wiki.mozilla.org/Performance:Leak_Tools#Cycle_collector_heap_dump
3. Firefox crashes
Crash signatures
https://crash-stats.mozilla.com/report/index/bp-8a98e9e7-d285-437d-9bc0-51fd42111213
https://crash-stats.mozilla.com/report/index/bp-f5c82048-865d-4ee7-b7ff-80aec2111213
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 2•14 years ago
|
||
bp-9842b37b-9e2e-4081-8685-b6aeb2111213
bp-f320c088-ff59-4a1e-b484-9951e2111213
Regression window(cached m-c):
Works:
http://hg.mozilla.org/mozilla-central/rev/a68c96c1d8e0
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111203 Firefox/11.0a1 ID:20111203031117
Crashes:
http://hg.mozilla.org/mozilla-central/rev/13afcd4c097c
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111203 Firefox/11.0a1 ID:20111203122618
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=a68c96c1d8e0&tochange=13afcd4c097c
Regression window(cached jm):
Works:
http://hg.mozilla.org/projects/jaegermonkey/rev/07c668448519
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0a1) Gecko/20111011 Firefox/10.0a1 ID:20111011040335
Crashes:
http://hg.mozilla.org/projects/jaegermonkey/rev/ab14001bab84
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0a1) Gecko/20111012 Firefox/10.0a1 ID:20111012083346
Pushlog:
http://hg.mozilla.org/projects/jaegermonkey/pushloghtml?fromchange=07c668448519&tochange=ab14001bab84
triggered by:bug 693754( b9137bf550bd + ab14001bab84 )
Severity: normal → critical
OS: Windows XP → All
You need to log in
before you can comment on or make changes to this bug.
Description
•