search for: info_handler

Displaying 3 results from an estimated 3 matches for "info_handler".

2006 May 02
0
beta7 imap core, no assert
...from /usr/lib/libc.so.1 #3 0x0007ed18 in str_vprintfa (str=0xa43b2, fmt=Cannot access memory at address 0x48 ) at str.c:118 #4 0x00071eb4 in internal_handler (log_type=-112 '\220', format=0x2 <Address 0x2 out of bounds>, args=0x18) at failures.c:362 #5 0x00071f08 in i_internal_info_handler ( fmt=0x49 <Address 0x49 out of bounds>, args=0x82098) at failures.c:400 #6 0x000723cc in i_info (format=0x82098 "Disconnected: %s") at failures.c:218 #7 0x000217c8 in client_disconnect (client=0x82098, reason=0x0) at client.c:119 #8 0x00021824 in client_disconnect_with_e...
2006 May 19
4
beta8: core, signal 11
...f () from /usr/lib/libc.so.1 #3 0x00080f3c in str_vprintfa (str=0xa6be2, fmt=Cannot access memory at address 0x48 ) at str.c:118 #4 0x00073f0c in internal_handler (log_type=-64 '?', format=0x2 <Address 0x2 out of bounds>, args=0x18) at failures.c:362 #5 0x00073f60 in i_internal_info_handler ( fmt=0x49 <Address 0x49 out of bounds>, args=0x84288) at failures.c:400 #6 0x00074424 in i_info (format=0x84288 "Disconnected: %s") at failures.c:218 #7 0x000218c8 in client_disconnect (client=0x84288, reason=0x0) at client.c:119 #8 0x00021924 in client_disconnect_with_e...
2006 Feb 03
0
rquotad (NFS) quota plugin
...rc/lib/failures.c *** dovecot-1.0.beta2/src/lib/failures.c Tue 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 ---...