search for: failure_callback_t

Displaying 5 results from an estimated 5 matches for "failure_callback_t".

Did you mean: failure_callback
2016 Mar 03
2
Dovecot 2.2.21 - segfault
...service_run (service=0x80141b140, callback=0) at master-service.c:640 No locals. #10 0x0000000000406558 in main (argc=3, argv=0x7fffffffb4c0) at main.c:888 set = (struct master_settings *) 0x801429110 error = 0x800ca9283 "H\203? ]?\017\037\200" doveconf_arg = 0x0 orig_info_callback = (failure_callback_t *) 0x8008ee880 <i_syslog_error_handler> orig_debug_callback = (failure_callback_t *) 0x8008ee880 <i_syslog_error_handler> foreground = false ask_key_pass = false i = 3 c = -1 doubleopts = 0x7fffffffb3a0 Current language: auto; currently minimal
2016 Jan 31
2
Dovecot 2.2.21 - segfault
...service_run (service=0x80141b140, callback=0) at master-service.c:640 No locals. #5 0x0000000000406509 in main (argc=3, argv=0x7fffffffb4c0) at main.c:888 set = (struct master_settings *) 0x801429110 error = 0x800caa2c3 "H\203? ]?\017\037\200" doveconf_arg = 0x0 orig_info_callback = (failure_callback_t *) 0x8008f0220 <i_syslog_error_handler> orig_debug_callback = (failure_callback_t *) 0x8008f0220 <i_syslog_error_handler> foreground = false ask_key_pass = false i = 3 c = -1 doubleopts = <value optimized out> Current language: auto; currently minimal (gdb)
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
...argv=0xffffae08) at main.c:890 _data_stack_cur_id = 2 set = (struct master_settings *) 0x2881d098 error = 0x282f42cf "\215e?[]?", '\220' <repeats 11 times>, "U\211?SWV\203?\020\211M??" doveconf_arg = 0x0 orig_info_callback = (failure_callback_t *) 0x2815b800 <i_syslog_error_handler> orig_debug_callback = (failure_callback_t *) 0x2815b800 <i_syslog_error_handler> foreground = false ask_key_pass = false i = 3 c = -1 doubleopts = <value optimized out>
2006 Feb 03
0
rquotad (NFS) quota plugin
...Jan 31 16:18:19 2006 --- dovecot-1.0.beta2.mail.location+quota/src/lib/failures.c Tue Jan 31 16:19:08 2006 *************** *** 219,224 **** --- 219,229 ---- va_end(args); } + void i_vinfo(const char *format, va_list args) + { + info_handler(format, args); + } + void i_set_panic_handler(failure_callback_t *callback __attr_noreturn__) { if (callback == NULL) diff -crN dovecot-1.0.beta2/src/lib/failures.h dovecot-1.0.beta2.mail.location+quota/src/lib/failures.h *** dovecot-1.0.beta2/src/lib/failures.h Tue Jan 31 16:18:23 2006 --- dovecot-1.0.beta2.mail.location+quota/src/lib/failures.h Tue Jan 31...