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]

[Bug lket/4420] systemtap.samples/lket.exp test crashing RHEL4U4 machine


------- Additional Comments From wcohen at redhat dot com  2007-05-25 19:43 -------
The kernels have CONFIG_DEBUG_SPINLOCK=y set. This machine is running a UP
kernel. The spinlock code is for the most part is a no-op, but the
CONFIG_DEBUG_SPINLOCK code check to make sure that only one attempt is made by
the processor to get the lock. It appears on the lket.stp that the kprobe code
being executed is causing an exception that attempts to grab the lock again. On
the UP kernel the spinlock code causes a panic as a result for this.

The SMP kernel assumes that more than one attempt can be made for the same
spinlock. When running the  systemtap.samples/lket.stp on the same same version
of the kernel, 2.6.9-55, but SMP version the lket script runs without crashing.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4420

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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