Re: Mutt segfaults when trying to verify some PGP signatures
On Mon, Aug 23, 2004 at 09:44:07AM +0200, Thomas Glanzmann wrote:
> Hello Niklas,
>
> > PGP signature could NOT be verified.Segmentation fault
>
> could you please run mutt in gdb? And type bt when it died?
>
> gdb /path/to/mutt
> run
> [ do whatever it takes to segfault]
> bt
> quit
> y
My mutt is compiled without debugging symbols. All I get from the
above exercise is:
Invoking PGP...Detaching after fork from child process 25041.
PGP signature could NOT be verified.
Program received signal SIGSEGV, Segmentation fault.
0x401db259 in re_exec () from /lib/tls/libc.so.6
(gdb) bt
#0 0x401db259 in re_exec () from /lib/tls/libc.so.6
#1 0x4036b30c in ?? ()
(gdb)
I'll guess I should grab the source and compile with debugging turned
on, right?
I'll be back.
Niklas