Closed
Bug 5744
Opened 25 years ago
Closed 25 years ago
[E] FMM: Freeing mismatched memory in free {6 occurrences}
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: ftang, Assigned: jband_mozilla)
Details
Get this FMM when I run purify. To reproduce it. Just run purify w/ apprunner.
It happen before I load any url.
[E] FMM: Freeing mismatched memory in free {6 occurrences}
Address 0x079f4bd0 points into a C++ new block in heap 0x036b0000
Location of free attempt
free [dbgheap.c:925]
PR_Free [prmem.c:66]
nsAllocatorImpl::Free(void *) [nsAllocator.cpp:89]
nsAllocator::Free(void *) [nsAllocator.cpp:154]
nsXPCWrappedNativeClass::CallWrappedMethod(JSContext
*,nsXPCWrappedNative *,XPCNativeMemberDescriptor const*,int,UINT,long *,long *)
[xpcwrappednativeclass.cpp:623]
nsXPCWrappedNativeClass::GetAttributeAsJSVal(JSContext
*,nsXPCWrappedNative *,XPCNativeMemberDescriptor const*,long *)
[xpcprivate.h:483]
WrappedNative_GetProperty [xpcwrappednativeclass.cpp:730]
js_Interpret [jsinterp.c:2155]
js_Invoke [jsinterp.c:666]
js_Interpret [jsinterp.c:2199]
Allocation location
new(UINT) [new.cpp:23]
nsXPIDLCString::Copy(char const*) [nsXPIDLString.cpp:133]
nsRDFResource::GetValue(char * *) [nsRDFResource.cpp:140]
XPTC_InvokeByIndex [xptcinvoke.cpp:133]
nsXPCWrappedNativeClass::CallWrappedMethod(JSContext
*,nsXPCWrappedNative *,XPCNativeMemberDescriptor const*,int,UINT,long *,long *)
[xpcwrappednativeclass.cpp:539]
nsXPCWrappedNativeClass::GetAttributeAsJSVal(JSContext
*,nsXPCWrappedNative *,XPCNativeMemberDescriptor const*,long *)
[xpcprivate.h:483]
WrappedNative_GetProperty [xpcwrappednativeclass.cpp:730]
js_Interpret [jsinterp.c:2155]
js_Invoke [jsinterp.c:666]
js_Interpret [jsinterp.c:2199]
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Changing component to "Javascript Engine". "Javascript" component is being
retired.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Verified Dup
You need to log in
before you can comment on or make changes to this bug.
Description
•