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]

3 bugs found.


Here are 3 scripts, one line each, they each break the Systemtap one
is old, just needs to expand the current bug report.

Linux localhost.localdomain 2.6.17-1.2187_FC5 #1 Mon Sep 11 01:17:06
EDT 2006 i686 athlon i386 GNU/Linux

Latest cvs updates as of 2 hours ago.

Distro: Fedora FC5

Stack fault on the cpu. Halting the machine, This is x86 previously
only filed for x86_64

probe kernel.function("*") { print(".") }

To narrow it down a bit, this causes the same stack fault

probe kernel.function("*@kernel/*") { printf("here\n"); }

This one produces an oops, I can post the end of it, if nobudy else
can reproduce that has a serial console.

probe kernel.function("*@kernel/spinlock.c") { printf("."); }


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