[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [issues] arm gdb backtrace for read syscall
- To: "Matthieu CASTET" <matthieu.castet@xxxxxxxxxx>
- Subject: Re: [issues] arm gdb backtrace for read syscall
- From: "Carlos O'Donell" <carlos@xxxxxxxxxxxxxxxx>
- Date: Mon, 20 Oct 2008 11:55:17 -0400
On Mon, Oct 20, 2008 at 10:38 AM, Matthieu CASTET
<matthieu.castet@xxxxxxxxxx> wrote:
> (gdb) thread 2
> [Switching to thread 2 (Thread 723)]#0 0x40033844 in read ()
> from /opt/arm-eglibc/arm-none-linux-gnueabi/libc/lib/libpthread.so.0
> Current language: auto; currently asm
> (gdb) bt
> #0 0x40033844 in read ()
> from /opt/arm-eglibc/arm-none-linux-gnueabi/libc/lib/libpthread.so.0
> #1 0x400330ac in __pthread_enable_asynccancel () at cancellation.c:42
> #2 0x00000000 in ?? ()
>
Thanks for the test case.
Are you using stripped libraries?
Is there any debug information in the libraries?
Cheers,
Carlos.