[Mimedefang] mimedefang-multiplexor slave segfaults

David F. Skoll dfs at roaringpenguin.com
Thu Oct 25 22:42:36 EDT 2007


Whit Blauvelt wrote:

> I gather from past discussions here that the key to diagnosis is to get a
> core dump from it. Can someone point me to documentation on how to take a
> proper look at that once I get it?

Once you get a core dump, you run the debugger with the executable
program as the first argument and the core file as the second.
So if the multiplexor core dumps, you run:


   gdb /path/to/mimedefang-multiplexor /path/to/core

and then at the gdb prompt, you type:

   where

to get a stack trace that you can post to the list.

Regards,

David.



More information about the MIMEDefang mailing list