大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE稳定放心使用
Hi,
I made an exe which is for system tray, this exe to get system event notification as (log off & Shut down)..its working fine for 1-2 hours but after that this exe is going to crash I am unable to get from where that problem is coming when I am seeing in Application log this error showing
Faulting application name: Client.exe, version: 1.0.0.1, time stamp: 0x4eabedf6
Faulting module name: Client.exe, version: 1.0.0.1, time stamp: 0x4eabedf6
Exception code: 0xc0000005
Fault offset: 0x0001d5ce
Faulting process id: 0x898
Faulting application start time: 0x01cc99f249ae325d
Faulting application path: C:\Windows\System32\Client.exe
Faulting module path: C:\Windows\System32\Client.exe
Report Id: 06896f3e-05ec-11e1-a23a-7071bca3c6d8
please tell me….
Thanks
解决方案Well the only thing we can tell you is that you have a memory access exception somewhere in your code. Round about offset 0x0001d5ce, although that may not be where the bug is. You need to do some work analysing your code, running it through the debugger, and adding some trace data, in order to find out where it is happening.
If possible, run in debug mode with the debugger attached.
Otherwise, the line Fault offset: 0x0001d5ce gives you the location in the raw assembly. I cannot think of a way which is easy to explain, unless you are familiar with reverse engineering.
Another possibility is to add a crash handler. See MSDN[^].
If no one else can suggest a better solution let me know and I can give more help with finding the cause.
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/188054.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...