From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23643 invoked by alias); 27 Oct 2015 18:00:51 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 23536 invoked by uid 48); 27 Oct 2015 18:00:44 -0000 From: "dhanakumar_subramani at dell dot com" To: systemtap@sourceware.org Subject: [Bug translator/19176] malloc $bytes "semantic error: No cfa_ops supplied..." Date: Tue, 27 Oct 2015 18:00:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dhanakumar_subramani at dell dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q4/txt/msg00071.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=19176 --- Comment #4 from Dhanakumar --- 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.