This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 gdb/14202] BFD: reopening/tmp/9501_._navl_3.0.0.32-9657_amd64_plugins_ad.plg: No such file ordirectory


http://sourceware.org/bugzilla/show_bug.cgi?id=14202

Shaheed Haque <srhaque at theiet dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |srhaque at theiet dot org

--- Comment #6 from Shaheed Haque <srhaque at theiet dot org> 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:
<http://www.gnu.org/software/gdb/bugs/>...
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
.
.
.
<Lots of libraries loaded ok>
.
.
.
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.


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