[Dovecot] New to dovecot, little luck - signal 10 death for imap

Jeroen Scheerder Jeroen.Scheerder at phil.uu.nl
Wed Jul 13 17:42:09 EEST 2005


Udo Rader (13/7/05 15:42 +0200) [Re: [Dovecot] New to dovecot, little
luck - signal 10 death]:

[...]

>I would be surprized, if you got a coredump with signal 10. Are you sure
>that signal 10 is SIGBUS? Coredumps are normally created only upon
>sigsev (=11).
>
>Try kill -l and find out the real meaning of the signal. Here (under
>linux) 10 = SIGUSR, whereas SIGBUS = 7.
>
>... although that doesn't reveal anything more useful. SIGUSR is
>probably even worse than SIGBUS ...

Yes, I think it's SIGBUS.

$ kill -l
HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM USR1
USR2 CHLD PWR WINCH URG POLL STOP TSTP CONT TTIN TTOU VTALRM PROF XCPU
XFSZ WAITING LWP FREEZE THAW CANCEL LOST RTMIN 39 40 41 42 43 44 RTMAX


$ grep -E "10 " /usr/include/sys/signal.h
#define SIGBUS  10      /* bus error */


More information about the dovecot mailing list