mcim 发表于 2020-8-15 20:24

易语言软件异常崩溃问题

异常模块:user32.dll异常代码:0xc000041d

各位大佬知道这个是什么问题吗,或者说有什么方法可以找到问题源头,我试了东灿的异常捕获,没捕获到。。

tsf475050491 发表于 2020-8-15 21:13

小非凡 发表于 2020-8-15 21:17

mcim 发表于 2020-8-15 21:22

tsf475050491 发表于 2020-8-15 21:13
看进程占用内存是不是不断变大

嗯我看过了,内存不会不断变大

wyd66 发表于 2020-8-15 23:21

多线程的问题较多

mcim 发表于 2020-8-16 11:17

windbg调试出来的,有没有大佬帮我分析分析。。最后一个异常代码可能信息不全

(ecc.d38): Stack overflow - code c00000fd (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
*** ERROR: Symbol file could not be found.Defaulted to export symbols for USER32.dll -
USER32!CallNextHookEx+0x16f:
77018f2f 6858900177      push    offset USER32!CallNextHookEx+0x298 (77019058)
0:000:x86> g


(ecc.d38): Unknown exception - code c000041d (!!! second chance !!!)
USER32!CallNextHookEx+0x16f:
77018f2f 6858900177      push    offset USER32!CallNextHookEx+0x298 (77019058)



(ecc.d38): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
*** ERROR: Symbol file could not be found.Defaulted to export symbols for ntdll.dll -
ntdll_777b0000!RtlActivateActivationContextUnsafeFast+0x18:
777f94a8 56            push    esi
页: [1]
查看完整版本: 易语言软件异常崩溃问题