From: Matthias A. <mat...@gm...> - 2005-11-17 11:08:41
|
Thomas Wolff schrieb am 2005-11-16: > > 1 message for deblnss01a/demsn702 at blnss35a. > > reading message deblnss01a/demsn702@blnss35a:1 of 1 (902 header octets) (6 body octets) Segmentation Fault > Crash. Can you redo the situation and obtain a backtrace for me, from your core file? See <http://leafnode.sourceforge.net/doc_en/FAQ.html#backtrace> for instructions. The document is for leafnode, but the procedure is the same for fetchmail. NOTE: If you had installed fetchmail with "make install-strip", please reinstall with "make install" (do not strip), and you may need to enable core dumps. In bash, use ulimit (see help ulimit) to let the system allow core files, and you need to run fetchmail with "-v -d0" so fetchmail itself does not disable core files again. You can also run fetchmail from gdb, i. e. (in the shell) gdb fetchmail (inside gdb) run -v -N -d0 --nosyslog (you can pass more options to run, but do leave -v -N and -d0 in). Thank you. -- Matthias Andree |