On Tue, 2009-09-08 at 09:05 +0200, Maciej Polewczyński wrote:
Hello
I have problem with deliver dying with signal 11. I'm using postfix + dovecot devliver. If mailbox have many (100+) redirects in sieve or many other sieve rules deliver died. I have tested this in debian etch + dovecot 1.1.18 (compiled from sources) and debian lenny + dovecot 1.1.13 from backports.
Can you send me one such script that crashes it?
I try to debug by running deliver via gdbhelper: .. This GDB was configured as "i486-linux-gnu"..."/tmp/deliver.sh": not in executable format: File format not recognized
gdb is trying to open /tmp/deliver.sh instead of the actual deliver binary, so it wasn't set up right.
No symbol table info available. #1 0xbfb3aed4 in ?? ()
In general when you only see "??" lines in gdb backtrace it's not useful.