http://bugs.winehq.org/show_bug.cgi?id=16941
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #5 from Jörg Höhle hoehle@users.sourceforge.net 2009-03-24 05:16:58 --- When I wrote the bug report, I was convinced that it would show up in every application so I did not write down where I observed it. Now I've scanned gigabytes of logs from various applications and could not find its trace anymore, even in releases older than Alexandre's patch. I'm sorry for that ;-) So I hope this patch plugs any remaining holes and close this issue. I agree with Alexandre that line buffered mode should prevent this bug from showing up, even though the log file is written to using 2 different API layers -- fprintf(stderr) and write(2) -- from all threads.