操作解锁未锁定的互斥锁
我经常遇到以下错误,这会导致STM32CubeIDE崩溃。这种情况通常发生在我打开".ioc"文件时。Attempt to unlock mutex that was not locked有时我还会看到以下错误消息,然后程序崩溃。 Unknown sequence number while processing reply Most likely this is a multi-threaded client and XInitThreads has not been called Aborting, sorry about that.java: ../../src/xcb_io.c:639: _XReply: Assertion `!xcb_xlib_threads_sequence_lost' failed.
检查代码中的锁管理,更新IDE,禁用冲突插件。 通过环境变量强制单线程或禁用硬件加速,或切换显示协议。 查看崩溃时的详细日志。 重置IDE配置。 用调试模式启动IDE。
页:
[1]