[Bug translator/19176] malloc $bytes "semantic error: No cfa_ops supplied..."
dhanakumar_subramani at dell dot com
sourceware-bugzilla@sourceware.org
Tue Oct 27 18:00:00 GMT 2015
https://sourceware.org/bugzilla/show_bug.cgi?id=19176
--- Comment #4 from Dhanakumar <dhanakumar_subramani at dell dot com> ---
I applied below patch to address PR17231.
--- systemtap-2.8-orig/util.cxx 2015-06-17 07:28:20.000000000 -0700
+++ systemtap-2.8/util.cxx 2015-08-13 15:10:35.612692000 -0700
@@ -448,7 +448,7 @@
if (name.find('/') != string::npos) // slash in the path already?
{
- retpath = sysroot + name;
+ retpath = /* sysroot + */ name;
}
else // Nope, search $PATH.
{
However after your mail, I recollected , I should have used amd64 lib and not
i386 lib. The problem is not seen with amd64 lib. I will move the issue as not
a bug.
Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list