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

_______________________________________________
Bug-mailutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to