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 runtime/6487] kernel.function("internal_add_timer") freezes system.


------- Additional Comments From mhiramat at redhat dot com  2008-05-07 15:39 -------
(In reply to comment #0)
> I ran the below command:
> 
> $ stap -e 'probe kernel.function("internal_add_timer") {printf("%s\n",pp())}'
> 
> It worked few seconds. However, after a while, the system was frozen.

I tested it with 2.6.25 on x86. And the kernel did not show any error messages.


By the way, curiously, below command did not freeze system.

$ stap -e 'probe kernel.function("internal_add_timer") {}'


-- 


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

------- 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]