[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#401482: GDB broken again with 2.6.22



reopen 401482
found 401482 2.6.22-3
thanks

This happens again with 2.6.22:

        $ gdb sleep
        (no debugging symbols found)
        Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
        (gdb) run 300
        Starting program: /bin/sleep 300
        (no debugging symbols found)
        (no debugging symbols found)
        Failed to read a valid object file image from memory.
        (no debugging symbols found)
        (no debugging symbols found)
        
        Program received signal SIGINT, Interrupt.
        0xffffe410 in ?? ()
        (gdb) bt full
        #0  0xffffe410 in ?? ()
        No symbol table info available.
        #1  0xbfb87a08 in ?? ()
        No symbol table info available.
        #2  0xb7e6468c in ?? ()
        No symbol table info available.
        #3  0x00000000 in ?? ()
        No symbol table info available.

Compared to 2.6.20:

        $ gdb sleep
        (no debugging symbols found)
        Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
        (gdb) run 300
        Starting program: /bin/sleep 300
        (no debugging symbols found)
        (no debugging symbols found)
        (no debugging symbols found)
        (no debugging symbols found)
        (no debugging symbols found)
        
        Program received signal SIGINT, Interrupt.
        0xffffe410 in __kernel_vsyscall ()
        (gdb) bt full
        #0  0xffffe410 in __kernel_vsyscall ()
        No symbol table info available.
        #1  0xb7e33e40 in __nanosleep_nocancel () from /lib/tls/i686/cmov/libc.so.6
        No symbol table info available.
        #2  0x0804a20a in ?? ()
        No symbol table info available.
        #3  0xbff0b7c4 in ?? ()
        No symbol table info available.
        #4  0x00000000 in ?? ()
        No symbol table info available.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: