Closed
Bug 200972
Opened 22 years ago
Closed 14 years ago
Enable tracemalloc based stacks for autolocks
Categories
(Core :: XPCOM, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
(deleted),
patch
|
dougt
:
review-
|
Details | Diff | Splinter Review |
This is brendan's code from bug 183626, but i'd like to put it in the tree so
that it doesn't rot.
Attachment #119633 -
Flags: review?(dougt)
Comment 2•22 years ago
|
||
Comment on attachment 119633 [details] [diff] [review]
brendan's tracemalloc magic for locks
no. we shouldn't be linking to EXTRA_DSO_LIBS:
SHARED_LIBRARY_LIBS = \
@@ -70,6 +74,7 @@
$(DIST)/lib/$(LIB_PREFIX)string_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)string_obsolete_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \
+ $(EXTRA_DSO_LIBS) \
I also would like brendan to take a look at these changes before that land.
Attachment #119633 -
Flags: review?(dougt) → review-
Updated•18 years ago
|
QA Contact: scc → xpcom
This has been fixed since at least 2009, and now nsAutoLock is dying anyway.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•