Open
Bug 1274792
Opened 9 years ago
Updated 3 years ago
WARNING: YOU ARE LEAKING THE WORLD (at least one JSRuntime and everything alive inside it, that is) AT JS_ShutDown TIME. FIX THIS!
Categories
(Core :: Gecko Profiler, defect, P3)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: jwatt, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
It seems like the gecko profiler is causing considerable leaks. I'm seeing a ton console spew including:
ERROR: GC found live Cell 0x129669928 of kind STRING at shutdown
ERROR: GC found live Cell 0x1285cc0d0 of kind EXTERNAL_STRING at shutdown
Assertion failure: typeDescrObjects.empty(), at /Users/jwatt/mozilla/trees/i2/js/src/gc/Zone.cpp:61
WARNING: YOU ARE LEAKING THE WORLD (at least one JSRuntime and everything alive inside it, that is) AT JS_ShutDown TIME. FIX THIS!
with the profiler enabled.
![]() |
Reporter | |
Comment 1•9 years ago
|
||
![]() |
Reporter | |
Comment 2•9 years ago
|
||
Severity: normal → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•