Displaying 13 results from an estimated 13 matches for "client_unref".
2006 Dec 04
3
assertion failed
Hi,
Would anyone know what these errors mean?
Running DoveCot RC15 on RedHat ES 4
Dec 1 17:30:53 serv-01 dovecot: pop3-login: file client.c: line 423
(client_unref): assertion failed: (client->destroyed)
Dec 1 17:31:21 serv-01 dovecot: pop3-login: file client.c: line 423
(client_unref): assertion failed: (client->destroyed)
Dec 1 17:31:25 serv-01 dovecot: pop3-login: file client.c: line 423
(client_unref): assertion failed: (client->destroyed)
Dec...
2007 Jan 26
3
imap-login crash with RC19
Hi Timo,
Using RC19, I've have the following crash. If there was a core file,
I've got no idea where it's gone...
Jan 25 10:35:10 rouge dovecot: imap-login: file client.c: line 528
(client_unref): assertion failed: (client->refcount > 0)
Jan 25 10:35:10 rouge dovecot: child 25498 (login) killed with signal 6
Best regards,
--
Nico
On r?alise qu'une femme est de la dynamite quand on la laisse tomber.
-+- Marcel Pagnol -+-
2006 Nov 27
2
problem in rc15 (proxy mode)
Hi,
I have test dovecot on one of my pop3/imap proxies (from rc10 to rc15).
I immediately get a lot of error messages like this one :
Nov 27 15:10:45 mproxy1 dovecot: pop3-login: file client.c: line 423 (client_unref): assertion failed: (client->destroyed)
Nov 27 15:10:45 mproxy1 dovecot: child 21677 (login) killed with signal 6
A lot means one every 2 or 3 seconds.
Any suggestion ?
----------------
protocols = pop3 imap
disable_plaintext_auth = no
ssl_disable = yes
login_process_size = 64
login_process_pe...
2018 Jul 05
0
2.3.2 director imap-login segfaults
...4 0x00007f697af8120a in openssl_iostream_more (ssl_io=0x7f6980852320,
type=<value optimized out>) at iostream-openssl.c:526
ret = <value optimized out>
#5 0x00007f697af81247 in openssl_iostream_destroy
(ssl_io=0x7f6980852320) at iostream-openssl.c:354
No locals.
#6 0x00007f697d8cc862 in client_unref (_client=<value optimized out>) at
client-common.c:365
client = 0x7f6982b5a840
__func__ = "client_unref"
#7 0x00007f697d8d0adc in login_proxy_free_full (_proxy=<value optimized
out>, reason=0x7f697f6ae0a0 "Disconnected by server(0s idle, in=307,
out=1038)", delayed=&...
2018 Jul 05
0
2.3.2 director imap-login segfaults
...0x00007f697af8120a in openssl_iostream_more (ssl_io=0x7f6980852320, type=<value optimized out>) at iostream-openssl.c:526
ret = <value optimized out>
#5 0x00007f697af81247 in openssl_iostream_destroy (ssl_io=0x7f6980852320) at iostream-openssl.c:354
No locals.
#6 0x00007f697d8cc862 in client_unref (_client=<value optimized out>) at client-common.c:365
client = 0x7f6982b5a840
__func__ = "client_unref"
#7 0x00007f697d8d0adc in login_proxy_free_full (_proxy=<value optimized out>, reason=0x7f697f6ae0a0 "Disconnected by server(0s idle, in=307, out=1038)", delayed...
2018 Apr 23
2
imap-login segfaulting on 2.3.1
...#2 0x00007fe527415a59 openssl_iostream_bio_sync (libssl_iostream_openssl.so)
#3 0x00007fe527415c2a openssl_iostream_more (libssl_iostream_openssl.so)
#4 0x00007fe527415c6b openssl_iostream_destroy (libssl_iostream_openssl.so)
#5 0x00007fe529e8be72 client_unref (libdovecot-login.so.0)
#6 0x00007fe529e90441 login_proxy_free_full (libdovecot-login.so.0)
#7 0x00007fe529e90e07 login_proxy_finished (libdovecot-login.so.0)
#8 0x00007fe529becfb5 io_loop_call_io (libdovecot.so.0)
#9 0x00007fe529b...
2014 Mar 25
0
Disconnected (auth failed, 1 attempts)
...client->input_blocked = TRUE;
break;
} else {
if (!client_handle_input(imap_client))
break;
}
}
o_stream_uncork(imap_client->common.output);
client_unref(&client);
}
>>>>>>>>>>>>>>other-dovecot.conf>>>>>>>>>>>>>>>>>>>>>>>>>>>>
..........
protocols = pop3 imap
service auth {
unix_listener /var/spool/postfix/d...
2018 Apr 24
0
imap-login segfaulting on 2.3.1
...7415a59 openssl_iostream_bio_sync (libssl_iostream_openssl.so)
> #3 0x00007fe527415c2a openssl_iostream_more (libssl_iostream_openssl.so)
> #4 0x00007fe527415c6b openssl_iostream_destroy (libssl_iostream_openssl.so)
> #5 0x00007fe529e8be72 client_unref (libdovecot-login.so.0)
> #6 0x00007fe529e90441 login_proxy_free_full (libdovecot-login.so.0)
> #7 0x00007fe529e90e07 login_proxy_finished (libdovecot-login.so.0)
> #8 0x00007fe529becfb5 io_loop_call_io (libdovecot.so.0)
>...
2004 Jul 01
3
[PATCH, RFC] add APOP authentication mechanism
...don't read any input from client until login is finished */
+ if (client->common.io != NULL) {
+ io_remove(client->common.io);
+ client->common.io = NULL;
+ }
+ return TRUE;
+ } else {
+ client_send_line(client,
+ t_strconcat("-ERR Login failed: ", error, NULL));
+ client_unref(client);
+ return TRUE;
+ }
+}
diff -udrpN -X /usr/share/dontdiff -x Makefile dovecot-1.0-test23.vanilla/src/pop3-login/client-authenticate.h dovecot-1.0-test23/src/pop3-login/client-authenticate.h
--- dovecot-1.0-test23.vanilla/src/pop3-login/client-authenticate.h 2003-01-30 22:52:39.000000000 +0...
2006 Jul 27
1
MANAGESIEVE patch v2
Hello Timo,
Dispite the heat out here, I managed to come up with a new version of
the managesieve patch for dovecot-1.0rc2:
- Fixed the bug (missing CRLF) in the authenticate command
- Modified the sieve storage library making the interface much less crude.
- The scripts put on the server using the putscript command are now
checked before they are accepted.
- The reported SIEVE capability is
2018 Jul 05
0
2.3.2 director imap-login segfaults
...table info available.
#3? 0x00007fa198d4920a in openssl_iostream_more () from
/usr/lib64/dovecot/libssl_iostream_openssl.so
No symbol table info available.
#4? 0x00007fa198d49247 in ?? () from
/usr/lib64/dovecot/libssl_iostream_openssl.so
No symbol table info available.
#5? 0x00007fa19b694862 in client_unref () from
/usr/lib64/dovecot/libdovecot-login.so.0
No symbol table info available.
#6? 0x00007fa19b698adc in ?? () from
/usr/lib64/dovecot/libdovecot-login.so.0
No symbol table info available.
#7? 0x00007fa19b699aca in ?? () from
/usr/lib64/dovecot/libdovecot-login.so.0
No symbol table info availa...
2018 Jul 05
2
2.3.2 director imap-login segfaults
...table info available.
#3 0x00007fa198d4920a in openssl_iostream_more () from
/usr/lib64/dovecot/libssl_iostream_openssl.so
No symbol table info available.
#4 0x00007fa198d49247 in ?? () from
/usr/lib64/dovecot/libssl_iostream_openssl.so
No symbol table info available.
#5 0x00007fa19b694862 in client_unref () from
/usr/lib64/dovecot/libdovecot-login.so.0
No symbol table info available.
#6 0x00007fa19b698adc in ?? () from
/usr/lib64/dovecot/libdovecot-login.so.0
No symbol table info available.
#7 0x00007fa19b699aca in ?? () from
/usr/lib64/dovecot/libdovecot-login.so.0
No symbol table info availa...
2010 Jul 14
1
Problems with Dovecot + imaptest
...client.h:94: error: syntax error before "clients"
client.h:94: warning: data definition has no type or storage class
client.h:95: error: syntax error before "stalled"
client.h:95: warning: data definition has no type or storage class
client.h:98: error: syntax error before "client_unref"
client.h:98: error: syntax error before "bool"
client.h:98: warning: data definition has no type or storage class
client.h:114: error: syntax error before "ATTR_FORMAT"
client.h:114: warning: data definition has no type or storage class
client.h:116: error: syntax error be...