Closed
Bug 3741
Opened 26 years ago
Closed 26 years ago
MLK: JSContext leak?
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
INVALID
People
(Reporter: bruce, Assigned: joki)
Details
MLK: 36 bytes leaked at 0x7eb4c8
* This memory was allocated from:
malloc [rtlib.o]
JS_malloc [jsapi.c:728]
js_NewScopeProperty [jsscope.c:447]
js_DefineProperty [jsobj.c:1413]
DefineProperty [jsapi.c:1199]
JS_DefineObject [jsapi.c:1230]
js_InitMathClass [jsmath.c:419]
JS_InitStandardClasses [jsapi.c:691]
nsJSContext::InitContext(nsIScriptGlobalObject*)
[nsJSEnvironment.cpp:150]
GlobalWindowImpl::SetNewDocument(nsIDOMDocument*)
[nsGlobalWindow.cpp:230]
DocumentViewerImpl::Init(void*,nsIDeviceContext*,nsIPref*,const
nsRect&,nsScrollPreference) [nsDocumentViewer.cpp:319]
nsWebShell::Embed(nsIContentViewer*,const char*,nsISupports*)
[nsWebShell.cpp:676]
nsDocumentBindInfo::OnStartBinding(nsIURL*,const char*)
[nsDocLoader.cpp:1716]
NET_NGLayoutConverter [nsStubContext.cpp:763]
NET_StreamBuilder [mkstream.c:241]
NET_CacheConverter [mkcache.c:1689]
NET_StreamBuilder [mkstream.c:241]
net_setup_http_stream [mkhttp.c:2804]
net_ProcessHTTP [mkhttp.c:3477]
NET_ProcessNet [mkgeturl.c:3371]
NET_PollSockets [mkselect.c:298]
nsNetlibService::NetPollSocketsCallback(nsITimer*,void*)
[nsNetService.cpp:1217]
TimerImpl::FireTimeout() [nsTimer.cpp:73]
nsTimerExpired [nsTimer.cpp:189]
g_timeout_dispatch [gmain.c:1147]
g_main_dispatch [gmain.c:647]
g_main_iterate [gmain.c:854]
g_main_run [gmain.c:912]
gtk_main [gtkmain.c:475]
nsAppShell::Run() [nsAppShell.cpp:152]
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•26 years ago
|
||
On advice from Bruce I'm marking this invalid. He thinks its related to a
larger leakage of the WebShell. If additional purify runs prove this untrue we
can reopen.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
The fix for bug #4127 for viewer shows that this was the nsWebShell leak.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•