[Bug uprobes/15344] User probe with process(PID).statement(ADDRESS).absolute hangs the system

karmarkar at gmail dot com sourceware-bugzilla@sourceware.org
Wed Apr 10 15:15:00 GMT 2013


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

--- Comment #2 from Kedar <karmarkar at gmail dot com> 2013-04-10 15:15:37 UTC ---
The same address works just fine when used with gdb with backtrace on the
running process. For reference, following is the gdb script file:

gdbcmds: 

set width 0
set height 0
set verbose off
set breakpoint pending on
attach  30139
break * 0x<ADDRESS>
commands 1
backtrace
detach
quit
end
continue

# gdb `which myprog` --command=gdbcmds

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Systemtap mailing list