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 translator/20281] probe process("") kills stap with SIGABRT


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.

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