From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20102 invoked by alias); 2 Oct 2012 09:33:14 -0000 Received: (qmail 20079 invoked by uid 48); 2 Oct 2012 09:33:14 -0000 From: "srhaque at theiet dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/14202] BFD: reopening /tmp/9501_._navl_3.0.0.32-9657_amd64_plugins_ad.plg: No such file or directory Date: Tue, 02 Oct 2012 09:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: srhaque at theiet dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00024.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14202 Shaheed Haque changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |srhaque at theiet dot org --- Comment #6 from Shaheed Haque 2012-10-02 09:33:12 UTC --- I'm on Ubuntu 12.10 (beta2) with GDB 7.5, and I am seeing what might be a related problem, namely (names obscured to protect the innocent): > gdb -ex='cd myworkspace' -ex='set sysroot mysysroot' -ex='target remote myhost:3964' myimage GNU gdb (GDB) 7.5-ubuntu Copyright (C) 2012 Free Software Foundation, Inc. ... This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from myimage...done. Working directory myworkspace. Remote debugging using myhost:3964 warning: Could not load shared library symbols for 7 libraries, e.g. /lib/tls/libm.so.6. Use the "info sharedlibrary" command to see the complete listing. Do you need "set solib-search-path" or "set sysroot"? Reading symbols from mysysroot/pkg/lib/libfibipv4combine.so...done. Loaded symbols for mysysroot/pkg/lib/libfibipv4combine.so . . . . . . Reading symbols from mysysroot/pkg/lib/libenf.so...done. Loaded symbols for mysysroot/pkg/lib/libenf.so BFD: reopening /nobackup/shahhaqu/shahhaqu-lab1-CI-41-BUGFIX_NIGHTLY_11_04_03A/tgt-linux/pkg/lib/libcdm.so: Operation not permitted BFD: reopening /nobackup/shahhaqu/shahhaqu-lab1-CI-41-BUGFIX_NIGHTLY_11_04_03A/tgt-linux/pkg/lib/libcdm.so: Operation not permitted BFD: reopening /nobackup/shahhaqu/shahhaqu-lab1-CI-41-BUGFIX_NIGHTLY_11_04_03A/tgt-linux/pkg/lib/libcdm.so: Operation not permitted This carries on for a whole lot more libraries. Possibly relevant: 1. Sometimes, I seem to be able to workaround this by using "nosharedlibrary" and "sharedlibrary" multiple times (I haver not managed to establish a consistent pattern yet). 2. All these files are mounted via sshfs, i..e both the image and the libraries. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.