https://issues.apache.org/bugzilla/show_bug.cgi?id=48606
--- Comment #1 from Aleksey Midenkov <[email protected]> 2010-01-25 06:19:02 UTC --- Also, take into account, that operation *conn = worker->cp->conn; worker->cp->conn = NULL; is not atomic and not thread safe. We potentially can get same conn for two threads. This also happens in trunk version. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
