bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Can't seem to get imap4d STARTTLS working


From: Daniel Kahn Gillmor
Subject: Re: [bug-mailutils] Can't seem to get imap4d STARTTLS working
Date: Tue, 05 Jun 2012 21:29:15 -0300
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.4) Gecko/20120510 Icedove/10.0.4

On 06/05/2012 08:30 PM, Chris Hall wrote:
> But when I try the same thing against 2.99.96, imap4d (subprocess?)
> segfaults -- the daemon keeps running.  Here is what I saw in syslog:

Can you get a backtrace from imap4d?   Make sure your build isn't
stripped (e.g. "file /usr/local/sbin/imap4d" should contain "Not
Stripped"), and then launch:

 gdb /usr/local/sbin/imap4d

(or wherever your build of 2.99.96 is installed)

and then within gdb:

  run --foreground

then try to trigger the crash.

The subprocess which segfaults should drop into a gdb shell, from which
you can run "backtrace".

If you could post that backtrace to the list, then someone who knows the
codebase well (that's not me, alas) might be able to sort out the problem.

(note: the above instructions are untested, you might need to tune some
things depending on how your system is set up and on how much i've
misunderstood)

hth,

        --dkg

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]