From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17913 invoked by alias); 10 Jul 2013 15:17:37 -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 17859 invoked by uid 48); 10 Jul 2013 15:17:29 -0000 From: "dsmith at redhat dot com" To: systemtap@sourceware.org Subject: [Bug dyninst/15724] stapdyn looking for libdyninstAPI_RT.a Date: Wed, 10 Jul 2013 15:17:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: dyninst X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dsmith at redhat dot com X-Bugzilla-Status: NEW 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: 2013-q3/txt/msg00007.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15724 --- Comment #1 from David Smith --- Here's some additional information. The error messages starting with '--SERIOUS--' and '--FATAL--' are coming from dyninst instelf, not from stapdyn. Specifically the messages are coming from the call to patch.processCreate() in mutator::create_process(). It also doesn't seem to matter if you specify the path to the dyninst RT library (instead of letting stapdyn guess it): ==== DYNINSTAPI_RT_LIB=/usr/lib64/dyninst/libdyninstAPI_RT.so stapdyn -v /home/dsmith/.systemtap/cache/55/stap_550473d97fe423f6c58bcbdf4e19de73_1121.so -c 'ldconfig --help' --SERIOUS-- #101: Runtime library /usr/lib64/dyninst/libdyninstAPI_RT.a does not exist or cannot be accessed! --FATAL-- #68: Dyninst was unable to create the specified process --FATAL-- #68: create process failed bootstrap stapdyn: ERROR: Couldn't create the target process ==== -- You are receiving this mail because: You are the assignee for the bug.