在夜间Kinect v2中随机崩溃/内存崩溃 [英] Random Crash / Memory Crash during night Kinect v2

查看:56
本文介绍了在夜间Kinect v2中随机崩溃/内存崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

b

我正在为SARAH制作C#/ NodeJS家庭自动化软件,以便在家中听取家人的意见。

I'm working on SARAH a C#/NodeJS Home Automation software listenig to family at home.

我有24/7 Windows 8.1 NUC电脑使用USB设备,如Kinect 2和PQLabs Touch Frame。



- 在夜间似乎是应用程序因内存问题而崩溃。 

- 看看Windows Journal,看来应用程序执行IO File.delete

- 在日志中有与重启有关的东西经理?

- 该应用程序可以全天运行而不会出现错误但可能会在晚上崩溃



我已停止Windows Update和USB设备;待机"但我仍然随机崩溃。



任何想法?我应该在哪里看?它曾经与Kinect 1合作。

I have 24/7 Windows 8.1 NUC computer using USB device like Kinect 2 and PQLabs Touch Frame.

- During the night it seems the application crash with a memory probleme. 
- Looking at Windows Journal it seems the app performs an IO File.delete
- In the journal there is stuff related to Restart Manager ?
- The app can run full day without errors but can crash at night

I have stopped Windows Update, and USB device "standby" but I still have random crash.

Any Idea ? Where should I look at ? It used to work with Kinect 1.

我试着了解它是来自我还是来自夜间运行的东西或类似的东西

I try to understand if it comes from me or from stuff running at night or things like that

推荐答案

将调试器附加到应用程序,然后在崩溃时,您将获得崩溃转储。此外,你可以使用像Sysinternals这样的ProcDump这样的工具,它比调试器更轻量级。

attach a debugger to the application and that way at the point of the crash you will get a crash dump. Additionally, you can use a tool like ProcDump from Sysinternals as a was to do this that is more lightweight than a debugger.

http://technet.microsoft.com/en-us/sysinternals/dd996900.aspx

从崩溃转储你可以分析调用堆栈,看看哪个api导致崩溃。 Kinect不使用FileIO,因此不确定它的来源。有没有任何一点系统睡眠或进入低功率状态,可触发传感器
重启电源?

From the crash dump you can analyze the call stack and see which api is causing your crash. Kinect does not use FileIO so not sure where this is coming from. Is there any point the system sleeps or gets into a low power state that can trigger the sensor to power cycle?


这篇关于在夜间Kinect v2中随机崩溃/内存崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆