This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/20672] @defined(@cast()) regression
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Thu, 26 Jan 2017 13:18:06 +0000
- Subject: [Bug translator/20672] @defined(@cast()) regression
- Auto-submitted: auto-generated
- References: <bug-20672-6586@http.sourceware.org/bugzilla/>
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.