SN-3179 已核对来源,附原文与上下文。
我唯一能想到的,是看看能不能弄到其他版本的 mingwm10.dll。mingwm10.dll 是随 MinGW 编译器附带的一个小小的 DLL,多线程构建时需要它。我不确切知道它干什么,但它大概只是在对 Windows 说「好了好了,你看,我在一个 DLL 里,如你所愿」。
The only thing I can think of is to see if there are other versions of mingwm10.dll you can get. mingwm10.dll is a tiny little DLL that came with the MinGW compiler that you need when you build for multi-thread. I don't know exactly what it does, but it probably just says something like "yes Windows, see I'm in a DLL like you insisted."
你 debug.log 文件的末尾可能会显示它崩溃前在做的最后一件事。
The end of your debug.log file might show the last thing it was doing before it crashed.