C Runtime Error R6017 (original) (raw)

unexpected multithread lock error

Remarks

Note

If you encounter this error message while running an app, the app was shut down because it has an internal problem. There are several possible reasons for this error, but often it's caused by a defect in the app's code.

You can try these steps to fix this error:

Information for Programmers

The process received an unexpected error while trying to access a C runtime multithread lock on a system resource. This error usually occurs if the process inadvertently alters the runtime heap data. However, it can also be caused by an internal error in the runtime library or operating-system code.

To fix this issue, check for heap corruption bugs in your code. For more information and examples, see CRT debug heap details. Next, check that you are using the latest redistributables for your app deployment. For information, see Deployment in Visual C++.