http://bugs.winehq.org/show_bug.cgi?id=44827
--- Comment #23 from Armonius manicat@outlook.com --- Sir Bernard U(In reply to Bernhard Übelacker from comment #21)
Created attachment 79563 [details] notes of a debugging attempt
Looks like FL64.exe and ilbridge.exe synchronize their communication via events "{...}1_0_reader_evt_signal" and "{...}1_2_writer_evt_reader".
Because of that many threads and events, and at some places it waits for multiple events, I cannot point to something specific missing.
Because of the "TMethodImplementationIntercept" showing up in backtraces, FL64.exe and its Dlls seem to be written in Delphi.
how do you manage to attach lldb.exe to FL64? everytime i attach it, the program immediately terminates.... Please let me know what you did. I would liek to trace the owner of the thread that blocked the other one.