fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
<agentzh> fche: the assertion failure has this bt in gdb: https://gist.github.com/agentzh/7b60b47d802934a86f28c365d967b3c3
<agentzh> does it ring a bell? ;)
<agentzh> disabling the optimization makes the tool pass.
<fche> yeah
<agentzh> in void stmt reducer...
<fche> the system probably told you which probe/function it was working on
<agentzh> yeah, i'll try -vvv to get more contexts.
<fche> there are some builtin printer functions that are meant to be invokable from gdb
<fche> to dump staptree nodes
<fche> but really if you hop up a few levels, there should be a valid node with a valid tok*
<fche> from which you can get a file name / line number
<fche> that should narrow down which piece of script code is triggering this
<fche> a
<fche> bottom of staptree.cxx: debug_print(expression *x ) or (statement *x)
mjw has quit [Quit: Leaving]
<agentzh> fche: great. i'll try it. thanks!
orivej has quit [Ping timeout: 244 seconds]
_whitelogger has joined #systemtap
orivej has joined #systemtap
sscox has joined #systemtap