This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/19176] malloc $bytes "semantic error: No cfa_ops supplied..."
- From: "dhanakumar_subramani at dell dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 27 Oct 2015 18:00:40 +0000
- Subject: [Bug translator/19176] malloc $bytes "semantic error: No cfa_ops supplied..."
- Auto-submitted: auto-generated
- References: <bug-19176-6586 at http dot sourceware dot org/bugzilla/>
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.