L. David Baron
|
f210f9be3d
|
Don't rely on NS_TraceMallocStartupArgs to initialize TLS index. (Bug 442192) r=brendan
|
2009-03-11 07:51:30 -07:00 |
|
Ben Turner
|
2f25e4d199
|
Bustage fix for bug 478195.
|
2009-02-17 21:51:50 -08:00 |
|
Robert O'Callahan
|
2d11f79424
|
Bug 478195 - '[Mac] Same-thread deadlock with trace-malloc (causing random red on OS X 10.5.2 mozilla-central leak test build)'. r=dbaron.
|
2009-02-17 21:11:29 -08:00 |
|
Daniel Holbert
|
4301671b45
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
|
Fred Jendrzejewski
|
424883d380
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
|
2009-01-22 17:15:34 +13:00 |
|
Taras Glek
|
254745952a
|
Bug 471087. Kill nsIDKey. r=bsmedberg
--HG--
extra : rebase_source : 9d60a541863c545101417cf00a11cb9ceda70a09
|
2009-01-08 21:43:07 +13:00 |
|
Arpad Borsos
|
c72ef7d248
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Daniel Holbert
|
5492039225
|
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
|
2008-10-01 23:49:45 -07:00 |
|
Ben Turner
|
fee386e2e0
|
Bug 435122 - "Use TraceMalloc to get stack traces of potential deadlocks". r=bsmedberg+dbaron.
|
2008-06-26 10:12:42 -07:00 |
|
L. David Baron
|
ce9b5c3e85
|
Fix broken --shutdown-leaks argument handling on Windows by copying the argument out of argv rather than holding a pointer to it. b=433708 r=pavlov
|
2008-05-14 11:57:32 -07:00 |
|
dbaron@dbaron.org
|
d6f835e602
|
Allow diffbloatdump to read its own input back in (so that we can run fix-*-stack over its output (which is much faster than running it over a whole log) and still diff that output against different output. Not part of the build.
|
2008-05-05 21:47:23 -07:00 |
|
dbaron@dbaron.org
|
db479f0ae5
|
Expose trace-malloc stack tracing. b=422847 r=brendan a=NPOTDB
|
2008-03-14 17:11:37 -07:00 |
|
dbaron@dbaron.org
|
0b4a15ddfa
|
And actually get the right bug number. b=415426 (which is what the previous checkin was for as well)
|
2008-02-03 11:59:07 -08:00 |
|
dbaron@dbaron.org
|
d05c9ec0d8
|
Switch back to evil casts, which are the only solution that works across SDK version. b=415252
|
2008-02-03 11:51:14 -08:00 |
|
dbaron@dbaron.org
|
775c2226ec
|
Match new (more-const) signature for PENUMLOADED_MODULES_CALLBACK and PENUMLOADED_MODULES_CALLBACK64. b=415426 Fixing bustage on Windows tinderbox from SDK upgrade.
|
2008-02-03 11:34:31 -08:00 |
|
dbaron@dbaron.org
|
b49904959e
|
Fix race saving/restoring malloc hooks by going back to overriding malloc, etc., plus some additional cleanup. b=392009 r+a1.9=brendan
|
2007-09-28 15:39:59 -07:00 |
|
dbaron@dbaron.org
|
0926363321
|
Address brendan's review comments on bug 391141. r=brendan a=not part of release builds
|
2007-09-27 09:27:12 -07:00 |
|
dbaron@dbaron.org
|
70983c436d
|
Suppress tracing around calls into original allocators, in case they recur back into our hooks. Fixes most of leak *stats* regression from bug 392009. r+a1.9=brendan
|
2007-09-25 13:33:37 -07:00 |
|
brendan@mozilla.org
|
83b6101d31
|
Reduce code duplication among platforms, support hooking and unhooking (392009, r=dbaron).
|
2007-09-24 18:13:17 -07:00 |
|
jwalden@mit.edu
|
4d15a32026
|
Bug 348748 - Remove cast macros from trace-malloc. r=bsmedberg on the script, a=NPOTDB+no-functionality-change
|
2007-09-05 15:14:17 -07:00 |
|
dbaron@dbaron.org
|
ce5cbcd62f
|
Link readers against libxul when trace-malloc is part of libxul (fixing tinderbox bustage).
|
2007-08-19 18:30:04 -07:00 |
|
dbaron@dbaron.org
|
84c375636f
|
Revert previous checkin.
|
2007-08-19 17:59:57 -07:00 |
|
dbaron@dbaron.org
|
5e0e5baefe
|
Attempt to fix trace-malloc bustage in libxul builds by removing LIBXUL_LIBRARY=1 (fixing tinderbox bustage for newly-enabled test).
|
2007-08-19 17:50:01 -07:00 |
|
dbaron@dbaron.org
|
d9acf0063d
|
Force linking with the C++ compiler rather than the C compiler (since we're using SIMPLECPPSRCS rather than CPPSRCS). b=392118 r=bsmedberg a=bzbarsky
|
2007-08-19 17:00:40 -07:00 |
|
dbaron@dbaron.org
|
051a23c4b6
|
Port trace-malloc to Mac OS X. b=392118 r+a=brendan
|
2007-08-14 09:35:46 -07:00 |
|
dbaron@dbaron.org
|
179f4c00df
|
Don't count frees of things whose allocations weren't counted because they were before we overrode malloc, etc. b=391950 r+a=brendan
|
2007-08-12 15:20:36 -07:00 |
|
dbaron@dbaron.org
|
b389fc0c0c
|
Make void signatures match header. b=391766 r+a=brendan
|
2007-08-10 17:53:28 -07:00 |
|
dbaron@dbaron.org
|
52cad5fe7e
|
Lock around NS_TraceMallocDumpAllocations. b=391766 r+a=brendan
|
2007-08-10 17:53:02 -07:00 |
|
dbaron@dbaron.org
|
f7090d52d4
|
Stop using strncpy unnecessarily. b=391766 r+a=brendan
|
2007-08-10 17:52:35 -07:00 |
|
dbaron@dbaron.org
|
185d0a35f7
|
Add suppression code around calls to original allocation functions to handle things like new[] calling new. b=391491 r+a=brendan
|
2007-08-10 15:22:07 -07:00 |
|
dbaron@dbaron.org
|
e9ba17bce0
|
Hook new[] and delete[] too, since (with VC8 anyway) we're picking up new[] through new, but not picking up delete[]. b=391491 r+a=brendan
|
2007-08-10 15:21:37 -07:00 |
|
dbaron@dbaron.org
|
7937605426
|
Define the __libc_* on Windows to something that does automatic suppression, like on Linux. b=391477 r+a=brendan
|
2007-08-10 15:21:13 -07:00 |
|
dbaron@dbaron.org
|
593cd91cf8
|
Convert trace-malloc to using XPCOM stack walking API. b=374829 r+a=brendan
|
2007-08-10 15:20:48 -07:00 |
|
dbaron@dbaron.org
|
def4dbe999
|
Start reducing the scope of locking in trace-malloc, and convert the PRMonitor to a PRLock. b=376874 r+a=brendan
|
2007-08-10 15:19:32 -07:00 |
|
dbaron@dbaron.org
|
40b3eebdbb
|
Use thread-local storage for tracing suppression. b=376874 r+a=brendan
|
2007-08-10 15:19:14 -07:00 |
|
dbaron@dbaron.org
|
57b13d7670
|
Fix bustage on VC8. b=391141 r=brendan a=DEBUG-only
|
2007-08-10 14:26:03 -07:00 |
|
dbaron@dbaron.org
|
8888cc609f
|
Improve performance when trace-malloc is built but not used by adding a fast-path around the locking. b=150015 r=brendan a=bzbarsky
|
2007-08-10 14:24:32 -07:00 |
|
dbaron@dbaron.org
|
77b5aae7bd
|
Add code to automatically uncompress .gz and .bz2 files that are given as arguments.
|
2007-06-20 14:59:33 -07:00 |
|
dbaron@dbaron.org
|
98b0c638b4
|
Replace printf that fires all the time with an assertion for what I really want to check.
|
2007-04-03 18:35:35 -07:00 |
|
dbaron@dbaron.org
|
c3cd8006d4
|
The tinderbox problem was due to insufficient STARTUP_TMBUFSIZE, so re-increase the buffer size to 64K (from 16K) and comment out my debugging code.
|
2007-04-03 18:06:34 -07:00 |
|
dbaron@dbaron.org
|
f21d5e810c
|
Back out startup buffer size change (but leave diagnostic).
|
2007-04-03 17:53:26 -07:00 |
|
dbaron@dbaron.org
|
049112bec5
|
Make previous change print to stderr.
|
2007-04-03 17:45:07 -07:00 |
|
dbaron@dbaron.org
|
731c109c0d
|
Try increasing startup buffer size to see if it fixes tinderbox orange.
|
2007-04-03 17:39:56 -07:00 |
|
dbaron@dbaron.org
|
970f522105
|
Add some debugging code to tmreader and temporarily turn it on to debug tinderbox orange.
|
2007-04-03 16:46:45 -07:00 |
|
dbaron@dbaron.org
|
74dbf8be3e
|
Fix deadlock in trace-malloc by exiting monitor around call to dladdr. b=363334 r=brendan
|
2007-04-03 15:14:01 -07:00 |
|
hg@mozilla.com
|
05e5d33a57
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|
dbaron%dbaron.org
|
63511c956e
|
Make trace-malloc malloc-hooking work with compilers newer than VC6. b=374645 r=robstrong
|
2007-03-21 00:38:58 +00:00 |
|
dbaron%dbaron.org
|
71bedcef11
|
Document changes from bug 113738.
|
2007-03-01 01:33:54 +00:00 |
|
dbaron%dbaron.org
|
83fed6e485
|
Change my old email address to my new one (files missed when I did a mass-change in January 2003).
|
2007-02-14 07:18:26 +00:00 |
|
dbaron%dbaron.org
|
0c76c7aa5d
|
Make trace-malloc dumps not print '(nil)' instead of an address. b=331743 (fixing regression from previous patch)
|
2007-02-14 07:07:51 +00:00 |
|