https://bugs.winehq.org/show_bug.cgi?id=41452
Bug ID: 41452 Summary: apparent Wine Debug race condition with log file Product: Wine Version: 1.6.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: brewmanz@gmail.com Distribution: ---
Created attachment 55819 --> https://bugs.winehq.org/attachment.cgi?id=55819 Log snippet of apparent race condition
It looks like line '608' is orphaned from somewhere, and mid-line text '208.037:0016:Ret ntdll.RtlAcquireResourceExclusive()' should start a new line.
https://bugs.winehq.org/show_bug.cgi?id=41452
--- Comment #1 from brewmanz brewmanz@gmail.com --- PS I've also noticed some log lines reversed (Ret before Call) - no evidence attached ATM. I can live with out-of-order lines, but not interleaved!
https://bugs.winehq.org/show_bug.cgi?id=41452
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- You need to use 2>> redirection to enable append mode.
https://bugs.winehq.org/show_bug.cgi?id=41452
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Austin English austinenglish@gmail.com --- (In reply to Alexandre Julliard from comment #2)
You need to use 2>> redirection to enable append mode.
FYI, this is also documented on the FAQ: https://wiki.winehq.org/FAQ#How_do_I_get_a_debug_trace.3F
https://bugs.winehq.org/show_bug.cgi?id=41452
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.