This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: release-0.7-rc1 announcement suggestions


Hi,

On Fri, 2008-07-11 at 18:09 +0200, Mark Wielaard wrote:
> I only included test results for one system (f8, x86_64, 2.6.24.7). For
> some reason a make installcheck now takes 4 hours for me. This seems to
> mainly be the syscalls.exp. More results welcome. I'll try to see why
> syscalls.exp is taking so long now.

Frank correctly suspected that this might have been caused by the new
update_alias_cache support. And indeed, commenting that out makes the
test finish in minutes instead of hours.

Cheers,

Mark

diff --git a/tapsets.cxx b/tapsets.cxx
index c15eb5c..0f64d19 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -3596,7 +3596,7 @@ query_cu (Dwarf_Die * cudie, void * arg)
     {
       q->dw.focus_on_cu (cudie);
 
-      q->dw.update_alias_cache();
+      // q->dw.update_alias_cache();
 
       if (false && q->sess.verbose>2)
         clog << "focused on CU '" << q->dw.cu_name



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]