Changes between Version 2 and Version 3 of Ticket #21628, comment 2


Ignore:
Timestamp:
Dec 18, 2013, 3:29:33 AM (11 years ago)
Author:
loic84

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21628, comment 2

    v2 v3  
    1 As @aaugustin pointed out in a github comment, these functions used to be implemented as normal reentrant threads and that caused deadlocks (#18251).
     1As @aaugustin pointed out in a github comment, we used to have normal reentrant threads locking instead of calling these functions and that caused deadlocks (#18251).
    22
    33It seems the behavior of those functions changed in 3.3 as well, dunno if the change affected us:
Back to Top