Closed
Bug 503497
Opened 16 years ago
Closed 15 years ago
Profiler broken when MMGC_USE_SYSTEM_MALLOC is on
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: treilly, Assigned: treilly)
References
Details
Attachments
(1 file, 1 obsolete file)
1.65 KB,
text/plain
|
lhansen
:
superreview+
|
Details |
In this case we call profiler->RecordAllocation directly which isn't thread safe.
Perhaps the profiler should have its own lock and GCHeap::AllocHook/FinalizeHook don't need one.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #396209 -
Attachment is obsolete: true
Attachment #396424 -
Flags: superreview?(lhansen)
Attachment #396209 -
Flags: superreview?(lhansen)
Assignee | ||
Updated•15 years ago
|
Attachment #396424 -
Attachment mime type: application/octet-stream → text/plain
Updated•15 years ago
|
Attachment #396424 -
Flags: superreview?(lhansen) → superreview+
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•