This is the mail archive of the gdb@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]

Re: debugging gdb


On Mon, Jun 22, 2009 at 08:48:01PM +0200, Maik Beckmann wrote:
> Hello,
> 
> gdb-archer segfaults on me at a certain point in my source code.  To give a 
> proper bug report I did wanted to get a backtrace.  So I did
>   ulimit -c unlimited
> to get a core dump.
> 
> However, I all I get by running my systems gdb-6.8 on the core file
>   gdb --core=core

Give GDB a binary, in addition to a core file.  It'll do much better.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]