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: [Bug kprobes/2091] New: system crash when running "./systemtap.stress/current.stp" on power


My suggestions for diagnosing this bug include:
1. Try the same thing without the entry probes.
2. Try the same thing without the return probes.
3. Run "stap -p3 xxx.stp > xxx.c" and extract the list of kretprobe probe
addresses (dwarf_kprobe_1[]?). Build a C module that establishes entry kprobes
and/or return probes for all these functions. See if that crashes. If so, keep
removing functions from the list until you get a module that doesn't cause a
crash. Keep playing with the list until you figure out a minimal list to
demonstrate the bug.

Thanks for your suggestions. I've tried 1 and 2, and no crashes. I'll try 3
to minimize the list.




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