Tagged Questions

0
votes
0answers
37 views

HELP! “The custom error module does not recognize this error.”

(Please consider this a courtesy more so than a question, but still, please add your advice!) If you hit "The custom error module does not recognize this error" in Outlook Web Acc …
0
votes
3answers
57 views

Memory leak in transition from PHP 4 to 5 - any hints?

I am porting a large web application to a shared web hosting environment. The app was written in PHP 4. The new environment has PHP 5.2. For some reason, the application is leak …
3
votes
4answers
155 views

how do I specify the source code directory in VS when looking at the call stack of a memory dump?

I am analyzing a .dmp file that was created and I have a call stack which gives me a lot of info. But I'd like to double click on the call stack and have it bring me to the source …
5
votes
1answer
236 views

How to analyze dump file from delphi dll ?

Hi all, I'm an escalation engineer on a product which use both c# and delphi 2006 code. In most cases c# issues are debugged with windbg and delphi 2006 issues with eurekalog. B …
0
votes
1answer
210 views

Dump Analysis with Source, using Visual Studio 2008 Express?

Is there any way to analyze app-crash minidumps (e.g. created by SetUnhandledExceptionFilter, or minidumpwritedump()) with source, using Visual Studio 2008 Express? I generally …
2
votes
3answers
122 views

How can I report to users what is consuming the process address space of a windows application while they’re running it?

I'm writing the memory manager for an application, as part of a team of twenty-odd coders. We're running out of memory quota and we need to be able to see what's going on, since w …
2
votes
5answers
246 views

Is creating a memory dump at customer environment good ?

I am facing a severe problem with my program, which gets reproduced only in the customer place. Putting logs, are not helping as I doubt the failure is happening in a third party d …
1
vote
1answer
209 views

.Net Memory Dump: !eeheap -gc: where do the GC generations start and end?

I think I'm missing some fundamentals here so hopefully this post can clarify this. I've taken a dump and am looking at the managed heap and am interested in looking specifically …
0
votes
2answers
355 views

Visual Studio 2008 Pro does not open DMP files. What could be wrong?

Microsoft documentation on Visual Studio states, that in order to open dump file, you need to do "File -> Open -> Project" routine. However, for some reason, in my case VS 2008 do …
11
votes
6answers
756 views

Tool for analyzing .Net app memory dumps

Can somebody suggest a good free tool for analyzing .Net memory dumps other than Adplus/windbg/sos ?
1
vote
3answers
721 views

C++ Exception code lookup

Knowing an exception code, is there a way to find out more about what the actual exception that was thrown means? My exception in question: 0x64487347 Exception address: 0x1 The …
5
votes
4answers
863 views

User Initiated Kernel dump in Windows XP

I remember watching a webcast from Mark Russinovich showing the sequence of keyboard keys for a user initiated kernel dump. Can somebody refresh my memory on the exact order of the …
2
votes
2answers
1k views

Finding the crash dump files for a C# app

An app I'm writing always crashes on a clients computer, but I don't get an exception description, or a stack trace. The only thing I get is a crash report that windows wants to se …