Displaying 4 results from an estimated 4 matches for "db_ldap_request_queue_next".
2011 Apr 26
1
possible bug leading to lmtp crashes
...that abrt seems to say that environment is
> empty/corrupted. I am attaching more backtraces to the Fedora bug
> (https://bugzilla.redhat.com/show_bug.cgi?id=697325).
I think this is a generic bug in LDAP code when using SASL authentication. It just shouldn't be crashing here:
> #6 db_ldap_request_queue_next (conn=0x1c6ed90) at db-ldap.c:343
That code around it looks a bit weird.. I'll look at it closer tomorrow.
2009 Aug 03
1
Bug - dovecot-auth hangs in ldap query. 1.1.16 (also in 1.2.2)
dovecot-auth hangs when many (>128) LDAP queries are submited
simultaneously.
(for example via pop3 benchmarking tool).
Bug is in src/auth/db-ldap.c:db_ldap_request_queue_next
if (queue_size > DB_LDAP_MAX_PENDING_REQUESTS) {
/* wait until server has replied to some requests */
return FALSE;
}
(queue_size is total queue size, not only queries sent to LDAP server.)
I think this condition should be:
if (conn->pen...
2011 Apr 26
2
possible bug leading to lmtp crashes
On 04/25/2011 09:12 AM, Trever L. Adams wrote:
>
> As I look at the code in the hg reference above, I think there is a bug.
> If HOME should be preserved as first, and some of these others may be
> critical to proper operation, they should be preserved automatically, no
> matter what the configuration says. This seems to be contrary to the
> code and to the top of the page
2011 Apr 30
0
possible bug leading to lmtp crashes
...say that environment is
>> empty/corrupted. I am attaching more backtraces to the Fedora bug
>> (https://bugzilla.redhat.com/show_bug.cgi?id=697325).
> I think this is a generic bug in LDAP code when using SASL authentication. It just shouldn't be crashing here:
>
>> #6 db_ldap_request_queue_next (conn=0x1c6ed90) at db-ldap.c:343
> That code around it looks a bit weird.. I'll look at it closer tomorrow.
>
>
By chance were you able to isolate and fix this bug?
Thank you,
Trever
--
"Women reason with the heart and are much less often wrong than men who
reason with the he...