On Sun, Aug 17, 2025 at 5:34 AM Dilip Modi <[email protected]> wrote:
> Thanks Nick. > I could not able to fix this issue at the moment and need your help to fix > this. How we can avoid this crash during load condition and while cleanup > is happening? > > I'm not sure I understand. In the section below you say: > *Analysis and Troubleshooting Steps Taken* >>> >>> Our investigation points towards a memory corruption issue, likely a >>> race condition exposed by the high rate of connection setup and teardown. >>> The logs around the time of the crash show many "Handshake failed, >>> 'connect' instruction was not received" errors, indicating this high churn. >>> >>> We have progressively identified and fixed several bugs: >>> >>> 1. *Incorrect Cleanup Order:* Initially, we found >>> that freerdp_disconnect() was called before gdi_free(), which we >>> corrected. >>> >>> >>> It sounds to me like you have located and corrected the issue. I'm asking if you can submit a Jira issue and a pull request for the fix to this issue so that we can merge it in? -Nick
