应用程序发生异常0xc0000095_0xc0000142

应用程序发生异常0xc0000095_0xc0000142Hi,Imadeanexewhichisforsystemtray,thisexetogetsystemeventnotificationas(logoff&Shutdown)..itsworkingfinefor1-2hoursbutafterthatthisexeisgoingtocrashIamunable…

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE稳定放心使用

应用程序发生异常0xc0000095_0xc0000142

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.

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/188054.html原文链接:https://javaforall.net

(0)
上一篇 2026年4月17日 下午7:13
下一篇 2026年4月17日 下午7:19


相关推荐

  • 折半查找法

    折半查找法1 折半查找法是一种在有序数组中查找某一特定元素的搜索算法 若无序需先将其排序 2 首先确定好左 left 中 mid 右 right 3 个位置 一般情况下中间位置 mid left right 2 但如果查找的范围非常庞大 left right 的数值会超过程序所承受的范围 导数据致溢出泄露这时我们可以采取平均划分的办法来进行运算 对其数值较大的一方减去最小的一方得到他们之间所相差数 将相差数进行平均划分给 2 方 从而就可以得到相应的中间数 mid left right left 2

    2026年3月20日
    1
  • kettle中实现动态SQL查询

    kettle中实现动态SQL查询详细说明kettle中两者方式实现动态查询,分别是占位符和变量方式,示例使用H2数据库,方便学习。

    2022年6月23日
    211
  • Linux服务器tomcat部署war包「建议收藏」

    Linux服务器tomcat部署war包「建议收藏」一、web项目处理1、本地pom.xml文件改造去除springboot自带的tomcat(有两种方式),并且依赖servlet-api;方法一:<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId><exclusions> <exclus

    2022年6月6日
    41
  • mysql5.7主从同步配置 centos7(简洁步骤)

    mysql5.7主从同步配置 centos7(简洁步骤)

    2021年5月13日
    217
  • Android面试题之Service

    Android面试题之Service1.service是否在mainthread中执行,service里面是否能执行耗时的操作?默认情况,如果没有service所运行的进程,Service和Activity是运行在当前app所在进程中的mainthread里面service里面不能执行耗时的操作(网络请求,拷贝数据库,大文件)特殊情况,可以在清单文件中配置service所在的进程,让service在另外的进程中执行。

    2022年5月21日
    26
  • flashfxp v3.7 注册码[通俗易懂]

    flashfxp v3.7 注册码[通俗易懂]——–FlashFXPRegistrationDataSTART——–FLASHFXPvwBW1S4QvwAAAAC5W5MNJwXnsl73i3CxcVAAvAyagFtExUcOWnIM1FYIUWjoO864ApVwUjN7ZuK5qwgR7kCAvUx9/VBvgu360l+0BAP/CBrVoELRqaE0EF53hlNn2bsqL44DOQEJjG6O5X…

    2022年7月26日
    13

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号