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
