[Bug translator/20281] probe process("") kills stap with SIGABRT

mcermak at redhat dot com sourceware-bugzilla@sourceware.org
Tue Jun 21 12:52:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=20281

--- Comment #1 from Martin Cermak <mcermak at redhat dot com> ---
Created attachment 9346
  --> https://sourceware.org/bugzilla/attachment.cgi?id=9346&action=edit
proposed patch

=======
work #  stap -p3 -e 'probe process("").syscall { println("hey")}' -c /bin/ls
parse error: Component must not be empty.
        saw: operator ')' at <input>:1:17
     source: probe process("").syscall { println("hey")}
                             ^

1 parse error.
Pass 1: parse failed.  [man error::pass1]
work #
=======

Attached patch seems to work for me.  But full regression testing hasn't been
run against it yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list