0

I have a long running (kiosk display application) WPF vb.NET App which is crashing after about 15 hours.

I've tested it twice, it's crashed almost at the exact same time.

I have no idea where to start. Any tips?

Thanks Ben

4
  • 1
    First check the event log - does it contain anything related to your app? Commented Dec 5, 2011 at 8:38
  • 1
    Use WinDBG msdn.microsoft.com/en-us/windows/hardware/gg463009 Commented Dec 5, 2011 at 9:13
  • Unfortunately the EventLog isn't showing anything!. I'm currently running the app through WinDBG but I don't really know what I'm doing with it. Thomas - any commands/options you recommend with WinDBG? Commented Dec 5, 2011 at 9:18
  • You're not catching exceptions and ignoring them (e.g. with an empty catch block), are you? Commented Dec 5, 2011 at 18:14

1 Answer 1

2

Your app might be getting "out of memory". You can watch the memory footprint of you application using Task manager/perfmon or memory profilers to find out if that is the case.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.