crash-dumps Questions

2

How does one prevent passwords and other sensitive data submitted to and received from ASP.NET web pages in IIS/ASP.NET dump files? Steps to reproduce Using Visual Studio 2010, create a ASP.NET...
Occlude asked 1/4, 2012 at 12:12

3

Solved

I've got a java application that half the time just hangs, and the other half the JVM crashes. Is there a tool I can use to see what's going on that makes it hang and/or crash? I'm using CentOS 5.6...
Duhamel asked 23/3, 2012 at 2:46

4

Solved

My iPhone app was recently rejected from the App Store "because it crashes on launch". However, I cannot reproduce this crash. The app works perfectly on both the simulator and a device with the sa...

1

I want to parse the full crash dump (*.dmp) file and get the private bytes data. I know that VMMap of SysInternals can tell me how much my private bytes, heap etc are all but what I need is if I ha...
Sisto asked 3/2, 2011 at 11:15

1

Solved

Starting from Windows Vista, now one can generate a process dump right from task manager. Typically I generate a process dump either by using Adplus or right from Windbg. If I use one of these opti...
Tannie asked 9/12, 2011 at 16:17

2

We have an embedded version of Linux kernel running on a MIPs core. The Programme we have written runs a particular test suite. During one of the stress tests (runs for about 12hrs) we get a seg fa...
Defoliate asked 24/11, 2011 at 4:46

2

Solved

My Android webview is crashing and the error dump from adb logcat tells me that libwebcore.so is the library causing the segmentation fault. How do you troubleshoot this? My initial research took...
Dynode asked 4/10, 2011 at 18:18

2

I'm using the following code to get crash reports from my iOS application: void *frames[128]; int i,len = backtrace(frames, 128); char **symbols = backtrace_symbols(frames,len); NSMutableString *...
Aftershaft asked 24/8, 2011 at 4:20

1

I got such crash log in one of Qt application, Any idea how qt application is implemented to get such good crash report ? //===================================================== Crash Time: Fri Au...
Olympie asked 10/8, 2011 at 13:3

14

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 remote access to one ...
Heartsease asked 22/9, 2009 at 19:6

0

I have a live standalone server running Windows Server 2008 SP2 (64bit) and IIS7. It is running an ASP.NET website built against .NET 3.5 in its own application pool. Randomly at different times of...
Cnut asked 21/7, 2011 at 8:0

3

Solved

I am doing an snprintf and getting a seg fault. when I loaded the core file on gdb like this: gdb my_executable core ; and did bt to get the backtrace, I got following: Program terminated with si...
Socialite asked 17/7, 2011 at 19:14

3

Solved

How can I reproduce EXCEPTION_STACK_OVERFLOW error in Java. PS: I am not talking of StackOverflowError Error in Java which gracefully shuts the JVM. I am talking of EXCEPTION_STACK_OVERFLOW in err...
Hafiz asked 8/7, 2011 at 11:9

1

Solved

I downloaded symbols for windows2003 server from here http://msdn.microsoft.com/en-us/windows/hardware/gg463028 I did what is described here - http://blogs.msdn.com/b/johan/archive/2007/11/13/gett...
Quinze asked 27/5, 2011 at 14:43

3

Solved

First some background: I have a multi-threaded WinForms application that is doing interop to native dlls. This application crashes sometimes with unhandled exception and we are trying to investigat...
Paulino asked 24/5, 2011 at 18:19

1

Are there any cross platform crash reporters for C++ besides google-break pad? I have seen google-breakpad but it has very very limited documentation, and I have nothing seen very much mentio...
Patristic asked 18/4, 2011 at 18:36

3

Solved

The code below produces a crash dump when I run it in Azure development fabric, but not when I deploy it to the cloud. I have: Followed Microsoft's instructions (see below) Tested the credentials...
Veliavelick asked 20/4, 2011 at 8:44

1

Solved

Does anyone have any examples of configurations for google breakpad? I can build it just fine, however, there is limited documentation. I would like to see examples, such as how to modify where cra...
Merriment asked 18/4, 2011 at 5:40

1

I'm working on a 32 bit application which sometimes causes a certain 64 bit Windows 7 machine to crash. I've generated a dump file of the crash using the ProcDump utility from Sysinternals. (I used...
Copernicus asked 18/2, 2011 at 9:54

2

I am working with a legacy VB6/COM application which sometimes causes Windows 7 to crash. I have now generated a .dmp file of one of these crashes using the ProcDump tool from Sysinternals. However...
Fulgent asked 14/2, 2011 at 13:32

2

Solved

I'm trying to discover the WinDbg tool to analyze a crash dump we have on our production server. When I run !analyze -v, I get: 0:000> !analyze -v *********************************************...
Prodrome asked 21/1, 2011 at 15:23

3

Solved

We have received a native (full) crash dump file from a customer. Opening it in the Visual Studio (2005) debugger shows that we had a crash caused by a realloc call that tried to allocate a ~10MB b...
Stalk asked 19/1, 2011 at 12:17

2

Solved

The long (boring) story Currently i have an application that leads to an exception on only one pc. After some digging around i could encapsulate the problem with a small sample application, but th...
Sloane asked 24/1, 2011 at 9:55

2

I am trying to use MiniDumpWriteDump() API to dump a crashed process B from another process A. I am doing this because MSDN said so: MiniDumpWriteDump should be called from a separate process i...
Brina asked 4/11, 2010 at 9:4

2

Solved

Im looking for a way to generate minidump files in my applications simular to what ProcDump does but prefarably with code and not having to extract a 3dparty tool to do it. The main reasons for no...
Upset asked 20/9, 2010 at 22:38

© 2022 - 2024 — McMap. All rights reserved.