http://bugs.winehq.org/show_bug.cgi?id=29657
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28023 Target Milestone|--- |1.4.0
--- Comment #1 from Jörg Höhle hoehle@users.sourceforge.net 2012-01-21 07:33:03 CST --- Spinlocks in callbacks and undue mid-function unlocks (while e.g. the timer callback is still active) indeed appear to cause the double free as well as random dead-locks during my tests. Now I have to turn my 10 liner test hack into a 100 line submitable patch and lock-free design.