Displaying 3 results from an estimated 3 matches for "master_fatal_callback".
2016 Jul 27
2
Dovecot v2.2.25 crashed on startup in Mac OSX
...6 macbook-pro dovecot[70234]: master: Error: Raw backtrace:
2 libdovecot.0.dylib 0x00000001000dc3fb
default_fatal_finish + 43
-> 3 libdovecot.0.dylib 0x00000001000dd4e0
syslog_handler + 0
-> 4 dovecot 0x0000000100026f8d
master_fatal_callback + 429
-> 5 libdovecot.0.dylib 0x00000001000dca9f i_panic + 415
-> 6 libdovecot.0.dylib 0x00000001000ff022
io_loop_handle_add + 194
-> 7 libdovecot.0.dylib 0x00000001000fb5f1 io_add_file
+ 385
-> 8 libdovecot.0.dylib...
2016 Jul 01
2
kqueue crash on FreeBSD with 2.2.25
Hi,
2.2.25 crashes on FreeBSD with a kqueue-related message. I see references to something similar (http://www.dovecot.org/list/dovecot/2012-February.txt) from a couple years ago.
I get:
Jul 1 10:07:27 imap dovecot: master: Panic: kevent(EV_ADD, READ, 54) failed: Bad file descriptor
It's not dumping core, and I get the message even with "protocols ="
Downgrading back to 2.2.24
2016 Jul 02
5
kqueue crash on FreeBSD with 2.2.25
...rom /lib/libc.so.7
#3 0x2815aea2 in default_fatal_finish (type=LOG_TYPE_PANIC, status=0) at failures.c:201
#4 0x2815b686 in i_syslog_fatal_handler (ctx=0xffffaaf0, format=0x281ccf7a "kevent(EV_ADD, READ, %d) failed: %m", args=0xffffab24 "8") at failures.c:418
#5 0x0804dfd1 in master_fatal_callback (ctx=0xffffaaf0, format=0x281ccf7a "kevent(EV_ADD, READ, %d) failed: %m", args=0xffffab24 "8") at main.c:167
#6 0x2815b23a in i_panic (format=0x281ccf7a "kevent(EV_ADD, READ, %d) failed: %m") at failures.c:275
#7 0x28185e10 in io_loop_handle_add (io=0x288843a0) at io...