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: Two gdb 6.4 usage queries


>  Hello,
>
>  Don't think I missed any reply.. I wonder if anyone could help me with
>  some info on how solve the problems?

For one thing, those backtraces do not correspond to the same state.
I don't know what the kde crash handler is doing, but it might be worth
trying to disable it, such that your program just crashes.  The resulting
core dump should be easier to interpret.  And if it isn't, you probably
need to install the appropriote debug info packages for your system.

> > Attaching to program: /usr/bin/ark, process 6582
> > (no debugging symbols found)

Do yourself a favour, and compile your code (all of it) with -g.

> > 0xffffe410 in __kernel_vsyscall ()
> > (gdb) bt
> > #0  0xffffe410 in __kernel_vsyscall ()
> > #1  0xb7d09110 in ?? ()
> > #2  0xb7d08f3c in ?? ()
> > #3  0xbfc11bb4 in ?? ()
> > #4  0xbfc11bb4 in ?? ()
> > #5  0x00000000 in ?? ()

Make sure you install at least the debug info packages for glibc.


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