release-0.7-rc1 announcement suggestions
Mark Wielaard
mwielaard@redhat.com
Fri Jul 11 18:01:00 GMT 2008
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
More information about the Systemtap
mailing list