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 tapsets/6582] register() needs pt_regs check


------- Additional Comments From jkenisto at us dot ibm dot com  2008-05-30 00:30 -------
Fixed in git push 8437928..af26b14 today.  Tested on i386 and x86_64.

Ananth, could you please verify my fix on powerpc?  Here's a script that yields
an oops without the fix.  You'll have to pick a different register on powerpc.
-----
probe begin {
	printf("esp = %p\n", u_register("esp"))
	exit()
}
-----
The reassign back to me for regression test.  Thanks.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |ananth at in dot ibm dot com
                   |redhat dot com              |


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

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