[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: IMAP MUA and filtering



On Wednesday, 24 January 2001 at 10:28, Brian May wrote:
> >>>>> "Brendan" == Brendan Cully <brendan@kublai.com> writes:
> Ok, got it going again, Thanks.
> 
> It looks like the syntax for using SSL has changed though, so I will
> have to lookup that again (maybe that was my problem before...).

I'd recommend in 1.3 you switch to IMAP urls, in which case the syntax
is imaps://host/ rather than imap://host/. But the old {host/ssl} should
continue to work - it's a bug if it doesn't.

>     Brendan> (gdb) b imap_auth_sasl Breakpoint 1 at 0x80a0b3c: file
>     Brendan> /usr/devel/cvs/guug/mutt/imap/auth_sasl.c, line 36.
>     Brendan> (gdb) r Starting program: /home/brendan/build/mutt/./mutt
>     Brendan> Cannot access memory at address 0x40017de8 (gdb)
> 
>     Brendan> which is what I'm working on now...
> 
> In which case, I would start of with the "bt" (stack trace) command
> (which you may/may not already have done anyway).

yeah, none too helpful:
(gdb) bt
#0  0x4000d114 in _dl_debug_state () from /lib/ld-linux.so.2
(gdb) n
Single stepping until exit from function _dl_debug_state, 
which has no line number information.
0x4000cc89 in _dl_init () from /lib/ld-linux.so.2
(gdb) n
Single stepping until exit from function _dl_init, 
which has no line number information.
0x401788e4 in encode_table () from /lib/i686/libc.so.6
(gdb) n
Single stepping until exit from function encode_table, 
which has no line number information.

Program received signal SIGSEGV, Segmentation fault.
0x2f in ?? ()
(gdb) 

The debugger does work for some binaries - I did a quick helloworld
test. I'd guess it's a bug in dynamic linking, probably due to some
difference between the machine the libraries were compiled on and my
own. So I'm going to recompile the libraries named in ldd ./mutt from
the debian source packages and see if that helps - then it's recompile
libc and finally gdb. So it might be a little while...

OTOH maybe it's because I'm using libc6-i686 - I'll try uninstalling
that and see if it helps...

Things used to work on my old homebrew machine, oddly now that I've
fully debianised (since my hard drive crashed) I get these little
glitches...

-Brendan

Attachment: pgpoVyqYU75yP.pgp
Description: PGP signature


Reply to: