Re: gdb SIGSEGV
From: Bob Hauck (postmaster_at_localhost.localdomain)
Date: 02/13/04
- Next message: daniel caplan: "hiding cgi"
- Previous message: newton: "Re: Get uptime with /proc not mounted"
- In reply to: Sameer: "gdb SIGSEGV"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 12 Feb 2004 18:56:28 -0500
On Thu, 12 Feb 2004 16:11:11 +0530, Sameer <iamsameer@hotmail.com> wrote:
> I get this error info when I debug a segmentation fault using gdb:
>
> Program received signal SIGSEGV, Segmentation fault
> 0x42073d65 in _int_malloc() from /lib/i686/libc.so.6
>
> What to fix this ?
You could start by typing "back" to see what the function calls were
that lead to the fault.
-- -| Bob Hauck -| To Whom You Are Speaking -| http://www.haucks.org/
- Next message: daniel caplan: "hiding cgi"
- Previous message: newton: "Re: Get uptime with /proc not mounted"
- In reply to: Sameer: "gdb SIGSEGV"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|