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/16166] stap -vvv causes SIGSEGV when using @perf operator


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

Jonathan Lebon <jlebon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Jonathan Lebon <jlebon at redhat dot com> ---
The reason for this is that dwarf_var_expanding_visitor::visit_perf_op()
creates a new block, but never assigns it a token. This has repercussions later
in dead_stmtexpr_remover::visit_block, which prints out a helper message with
the token when an empty block gets elided and verbosity is high enough.

Fixed in commit 9eaacea.

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