30 Jul
2010
30 Jul
'10
10:43 p.m.
On 30.7.2010, at 18.44, Ladislav PaĊĦek wrote:
Thanks for hint. So I checked with strace and its output is here:
Strace output isn't very helpful for crashes. gdb backtrace would show exactly where it crashes. If you can crash it by running
deliver ..params.. < mail-file
then easiest way to get backtrace is to run it like:
gdb --args deliver ..params.. run < mail-file bt full