crash-dumps Questions
1
Solved
I'm currently writing a JNI project where I'm getting the following error log when trying to run my Java code. It tells me that the problematic frame is a jvm.dll one, and in trying to isolate the ...
Irreformable asked 17/8, 2010 at 7:51
2
Solved
For my work, I need to create a service that will detect an abnormal program termination and, instead of displaying a message to the user (default behavior), send the generated core dump to a remot...
Sandwich asked 26/5, 2010 at 8:3
4
If I use a class/method like the one described here how can I get the description/address of the call at the top of the stack?
Basically I want some value I can use in a call to our bug tracking s...
Harrus asked 1/3, 2010 at 21:39
5
Solved
I want to create a core dump whenever my process crashes. Currently I am following this approach:
Build a special "debug" version of the program using "-g" of gcc/g++.
Execute "ulimit -c unlimite...
Sieve asked 12/2, 2010 at 11:22
1
Solved
A production server has an application running 24x7, and sometimes it starts consuming near 50% of CPU. I couldn't reproduce it locally, but I did a Memory Dump with adplus.
The server has Windows ...
Keeter asked 10/2, 2010 at 0:12
3
Solved
I have a .net 2.0 web application that is running on Windows server 2003 Standard x64, using IIS 6.
The application pool for our website started crashing recently and I can't determine why. It sta...
Sewel asked 2/6, 2009 at 14:43
2
Solved
The software that I write (and sell) is compressed and encrypted before I distribute it. Everytime I release a new build, I keep all the .map files and the generated binaries including the exe befo...
Surra asked 9/12, 2009 at 18:58
3
I have a minidump crashed from a .NET application. Is there any way to know the CLR version (e.g. version of mscorwks.dll) of the fault machine (which generates the crash dump) using either Windbg ...
Walcoff asked 23/3, 2009 at 14:18
1
Solved
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 on x64 platform.
I have using the ...
Maynord asked 12/10, 2009 at 6:34
1
Solved
I am using WinDbg to load a crash dump from managed code (C#, a console application built for Any CPU), and a crash dump is created on a x64 platform. I am debugging on a x64 platform. I have put t...
Kizzie asked 12/10, 2009 at 5:52
5
I have an application that sometimes causes a BSOD on a Win XP machine. Trying to find out more, I loaded up the resulting *.dmp file (from C:\Windows\Minidump), but get this message when in much o...
Marj asked 15/8, 2008 at 6:51
2
Solved
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 CPU when maybe there're no us...
Dominquedominquez asked 23/9, 2009 at 18:59
3
Solved
I'm looking for a cross-platform crash handler. Google Breakpad looks promising, but it is sorely lacking any documentation, and requires a reasonable amount of fiddling to actually get going.
Wha...
Yellows asked 2/9, 2009 at 11:23
4
Solved
On a customer machine (WinXP SP2) to which I have no access, I have a Win32 EXE (unmanaged C++) that crashes on startup. I guess the best way to troubleshoot this is to obtain a (mini-)dump and ana...
Canto asked 30/3, 2009 at 9:33
6
Solved
Please let me know what steps I need to follow when my application crashes and closes showing the dialog containing "Don't send" and "Send error report" buttons.
What can I possibly do other than ...
Yellowish asked 28/4, 2009 at 14:24
4
Solved
I'm working with a somewhat unreliable (Qt/windows) application partly written for us by a third party (just trying to shift the blame there). Their latest version is more stable. Sort of. We're ge...
Onomastic asked 16/4, 2009 at 12:10
1
Solved
We have an .NET desktop application that crashed in production. How do we diagnose the error? I'd like to know the type of exception that occurred, the error message, and the stack trace.
Because ...
Hyacinthie asked 2/4, 2009 at 18:32
© 2022 - 2024 — McMap. All rights reserved.