Stephan Bosch
2019-Nov-20 13:32 UTC
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
Op 20-11-2019 om 8:50 schreef Jens Rey via dovecot:> Hi, > >> You can attach GDB to imap with follow-fork-mode set to 'child', so >> you can maybe see what causes the segfault. > > now I am confused. Hopefully, I used GDB correctly, but as far as I > can see, everything seemed to work. > > The only difference I can see is that I executed the whole thing as > root, but I would hope doveadm uses the correct user (vmail). At least > on the file system all emails still belong to vmail, so I guess that > works. > > For a quick reference, here is what I executed: > > root at mail:~# gdb --args doveadm exec imap -u user at domain > ... > (gdb) set follow-fork-mode child > (gdb) r > . SELECT Spam > . MOVE 1 Inbox > > And the (imho) relevant output: > > imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program > exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Establishing connection > [New process 13335] > imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program > exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Forked child process > imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program > exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh (13335): Connected to > program > [Thread debugging using libthread_db enabled] > Using host libthread_db library > "/lib/x86_64-linux-gnu/libthread_db.so.1". > process 13335 is executing new program: /bin/dash > process 13335 is executing new program: /usr/bin/rspamc > [Thread debugging using libthread_db enabled] > Using host libthread_db library > "/lib/x86_64-linux-gnu/libthread_db.so.1". > [New Thread 0x7fffee7ff700 (LWP 13338)] > [New Thread 0x7fffebffe700 (LWP 13339)] > [New Thread 0x7fffe97fd700 (LWP 13340)] > imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program > exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh (13335): Finished > streaming payload to program > imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program > exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh (13335): Finished > input to program > imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program > exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh (13335): Disconnected > imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program > exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh (13335): Waiting for > program to finish after 886 msecs > [Thread 0x7fffe97fd700 (LWP 13340) exited] > [Thread 0x7fffebffe700 (LWP 13339) exited] > [Thread 0x7ffff7fd1140 (LWP 13335) exited] > [Inferior 2 (process 13335) exited normally] > imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program > exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh (13335): Child process > ended > imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program > exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh (13335): Destroy > imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Info: sieve: pipe > action: piped message to program `rspamd-learn-ham.sh' > > > There is more output, lots more, but we are talking about spam after > all... If it is needed, please say so and I will provide it.Hmm, so now it suddenly works. So, why would it not fail when run in GDB?> > Regards, > Jens
Jens Rey
2019-Nov-20 15:32 UTC
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
> Hmm, so now it suddenly works. So, why would it not fail when run in GDB?That would be my question as well. I have no idea except from having executed gdb as root and dovecot running as user vmail.
Jens Rey
2019-Dec-10 22:38 UTC
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
*NOW* it actually works. I updated dovecot *and* rspamd, so not completely sure, what fixed it. But as far as I remember, I also tested without rspamd by piping messages to a shell script which did not do anything, resulting in the same error. Am 20.11.19 um 16:32 schrieb Jens Rey via dovecot:> >> Hmm, so now it suddenly works. So, why would it not fail when run in GDB? > > That would be my question as well. I have no idea except from having > executed gdb as root and dovecot running as user vmail.
Seemingly Similar Threads
- Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
- Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
- Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
- Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
- Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11