[Bug translator/20672] @defined(@cast()) regression

fche at redhat dot com sourceware-bugzilla@sourceware.org
Thu Jan 26 13:18:00 GMT 2017


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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsmith at redhat dot com

--- Comment #5 from Frank Ch. Eigler <fche at redhat dot com> ---
This appears to be fixed in commit f90352b.
It was caused by interesting infinite recursion of the python
variable-expander in-place mapping 

$var3
to
python2_get_var_obj(Py2Object_Repr($arg3, "arg3"))

and then the nested $arg3 ad infinitum.

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


More information about the Systemtap mailing list