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/12873] New: gdb: set sysroot remote:/ results gdbserver:... glibc double free or corruption (!prev) ...


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

           Summary: gdb: set sysroot remote:/ results gdbserver: ... glibc
                    double free or corruption (!prev) ...
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: daniel.lehne@abv.bg


Hi,

gdb configuration:
- code -
set sysroot remote:/
target extended-remote x.x.x.x:x
remote put /home/x.so /usr/x.so
remote put /home/y.dat /usr/y.dat
set remote exec-file y.dat
#(non-stop not supported, results invalid vCont response)
#set target-async 1
#set pagination off
#set non-stop on
run
- \code -

gdbserver:
- code -
x@y:/gdbserver-7.2 --multi :1234
Listening on port 1234
Remote debugging from host y.y.y.y
Process y.dat created; pid = 716
*** glibc detected *** gdbserver-7.2: double free or corruption (!prev):
0x000453c8 ***
Aborted

x@y:/
- \code -

Versions:
GNU gdbserver (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
gdbserver is free software, covered by the GNU General Public License.
This gdbserver was configured as "arm-1136jfs-linux-gnueabi"

GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu
--target=arm-1136jfs-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.

Best regards 
Daniel

-- 
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]