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/13069] New: gdb error in dynamic link with uclibc0.9.32 inmipsel


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

           Summary: gdb error in dynamic link with uclibc0.9.32 in mipsel
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: dark_footix@yahoo.fr


Hi,

I have a issue, I don't know if it s gdb or not. and how to solve ( I have
tried 3 kind of gdb version , there was working with my previous toolchain)

When I boot my binary with gdb 

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0x00441038 in main (argc=4, argv=0x7ff97de4) at file.c:135
(gdb) q
A debugging session is active.

on a called to setvbuf


Strangly, if I force the LD_BIND_NOW=1 before launching gdb,  I have no error.

Do you have an idea ?



Thanks

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