Tagged Questions

0
votes
5answers
49 views

Deliberately crashing an external process under Windows

I would like to synthesise a native code fault. This is so that we can see where in particular some debugging output gets put when that occurrs. Pskill (from Sys-Internals) causes …
2
votes
3answers
71 views

Crash within CString

Hi I am observing a crash within my application and the call stack shows below mfc42u!CString::AllocBeforeWrite+5 mfc42u!CString::operator=+22 No idea why this occuring. Th …
0
votes
1answer
40 views

Is this kind of crash report useless?

I tried use "PLCrashReport" to collect the crash info then make the app more stable, but turns out that the report is like this(dont even has a call stack,how am I suppose to use i …
0
votes
3answers
31 views

How can I take a dump file for Winforms application

Hi, I have a C# application which is crashing for unknown reason. For understanding the issue, i want to take a dump file for it. How can i do it? many thanks, Oz.
0
votes
1answer
28 views

What are some ways to debug a core dump?

I'm using an ASIC simulator (vcs) that takes a bunch of different languages (Verilog, VHDL, Vera, C and Tcl in our case) and compiles them all into a C executable. Which is all gr …
0
votes
2answers
52 views

WinDbg showing different call stacks when attached to process when compared to crash dump

I'm analysing a deadlock that's occurring when using a native library alongside managed code. I'm using WinDbg to debug the problem with the intention of saving a dump such that t …
11
votes
10answers
467 views

What would cause ANY .NET application to crash immediately… except a project I create and Debug inside Visual Studio?

My software recently got deployed to a customer who said that the application was crashing immediately after it started. After some initial debugging, the customer provided me rem …
1
vote
1answer
75 views

private symbol loaded but no line number displayed?

Hello everyone, I am using Windbg to load a crash dump from managed code (C#, a console application built for Any CPU), and crash dump is created on x64 platform. I am debugging o …
0
votes
1answer
72 views

symbol issue when debugging C# code

Hello everyone, I am using Windbg to load a crash dump from managed code (C#, a console application built for Any CPU), and crash dump is created on x64 platform. I am debugging o …
0
votes
1answer
50 views

How to get crash dump on Handled Exception?

Hi all, My dll is used by a module which dirtily catch all exceptions and just log it in to a file. My issue is that there is an access violation in a customer site which is repr …
0
votes
2answers
217 views

ASP.NET: High CPU usage under no load

Hi everyone, I´m facing a huge problem since a couple weeks. I´ve an asp.net application hosted under IIS7 (W2008 SP1), and every a couple hours it starts consuming near 50% of the …
0
votes
3answers
126 views

How can my Windows customers send me a crash log?

If my application crashes at a customer site I'd like them to be able to send me a crash log with the minimal amount of hassle on their part. On OS X it's very easy: I can tell th …
0
votes
1answer
88 views

Where does Internet Explorer 8 store its crash dumps?

I am fighting a bug which does not reproduce on my machine, but repeats every time on my client's machine. I've tried everything, and now I am looking for any debug data (or whatev …
3
votes
3answers
145 views

cross platform crash handler

I'm looking for a cross-platform crash handler. Google breakpad looks promising, but it sorely lacking any documentation, and requires a reasonable amount of fiddling to actually g …
1
vote
1answer
29 views

Where can I find technical information on IE internal methods and objects?

I am an html coder, and I am still fighting a hard-to-reproduce crash in IE 8. Okay, I managed to get a crash dump out of it and I unpacked (decoded? deciphered?) it. Now I have a …

1 2 3 next
15 30 50 per page