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/19176] malloc $bytes "semantic error: No cfa_ops supplied..."


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]