|
From: <sv...@va...> - 2009-07-23 16:24:07
|
Author: bart
Date: 2009-07-23 17:24:02 +0100 (Thu, 23 Jul 2009)
New Revision: 10558
Log:
Added (and commented out) more debugging code.
Modified:
trunk/drd/drd_clientobj.c
Modified: trunk/drd/drd_clientobj.c
===================================================================
--- trunk/drd/drd_clientobj.c 2009-07-23 10:52:32 UTC (rev 10557)
+++ trunk/drd/drd_clientobj.c 2009-07-23 16:24:02 UTC (rev 10558)
@@ -181,6 +181,10 @@
{
VG_(message)(Vg_UserMsg, "Removing client object 0x%lx of type %d\n",
p->any.a1, p->any.type);
+#if 0
+ VG_(get_and_pp_StackTrace)(VG_(get_running_tid)(),
+ VG_(clo_backtrace_size));
+#endif
}
tl_assert(p->any.cleanup);
|