Aleksander Kamenik wrote:
> Jorge Bastos wrote:
>> Well, that not an option!!
>
> Then there is now other. You took the risk.
>
> As for your gdb trace, I think you have to use the -n
switch too, so
> that dbmail-pop3d would not daemonize.
>
>
For debugging 'live' servers the valgrind setup from the
torture.sh
script is also very useful since it debugs with preforking
intact.
#> valgrind --tool=memcheck --leak-check=full
--show-reachable=yes
--trace-children=yes
--suppressions=contrib/dbmail.supp
--log-file="$LOGDIR/memcheck"
./dbmail-imapd
##&> /dev/null
and keep that running until a couple of segfaults occurs.
That should pin down the problem in no time.
--
____________________________________________________________
____
Paul Stevens paul at
nfg.nl
NET FACILITIES GROUP GPG/PGP:
1024D/11F8CD31
The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
DBmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|