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 uprobes/15344] User probe with process(PID).statement(ADDRESS).absolute hangs the system


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.


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