crash-dumps

Windows Crash Dump call stack only shows wow64

喜欢而已 提交于 2019-12-07 06:49:37
问题 Problem I have a Windows application that we developed for in house use. Thanks to Windows Error Handling, the window stays open and I can easily generate a crash dump from the task manager. I have used crash-dumps on linux through eclipse once before, but this is the first time on Windows. Hardware The server is Windows 2012, and my development machine is Windows 7. Windbg When I load the crash dump in Windbg, load my symbols, then choose to look at the call stack, the only listings are: How

how to resolve “failed to resume in time” on iOS

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-07 01:53:28
Incident Identifier: A664D7F0-B508-4D77-8052-3D15B7612921 CrashReporter Key: cc6fa311f4d178cd2a1c946ced641fab87e0181d Hardware Model: iPhone2,1 Process: iPORTALs [4155] Path: /var/mobile/Applications/EFCD0F88-675F-47E2-AFA9-9EC4D918881F/iPORTALs.app/iPORTALs Identifier: iPORTALs Version: ??? (???) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2011-01-24 18:58:22.908 +0700 OS Version: iPhone OS 4.1 (8B117) Report Version: 104 Exception Type: 00000020 Exception Codes: 0x8badf00d Highlighted Thread: 0 Application Specific Information: iPORTALs failed to resume in time Elapsed

Determine version of Eclipse from crash dump

旧街凉风 提交于 2019-12-06 12:42:10
I have a crash dump of Eclipse and want to report a bug. For the bug report, I'd like to specify the version of Eclipse that crashed, since it might be related to the problem. Unfortunately, my usual way does not work, lm vm does not show version information: 0:048> lm vm eclipse start end module name 00000000`00400000 00000000`0044f000 eclipse (deferred) Image path: C:\Program Files\eclipse\eclipse.exe Image name: eclipse.exe Timestamp: Wed Feb 04 14:12:28 2015 (54D21ABC) CheckSum: 00050686 ImageSize: 0004F000 File version: 0.0.0.0 Product version: 0.0.0.0 File flags: 0 (Mask 0) File OS: 0

How to debug System.ExecutionEngineException in a framework code of a managed application

 ̄綄美尐妖づ 提交于 2019-12-06 10:34:17
I have an application running as service. The application crashes time to time. The application is written in vb.net and runs its tasks at new thread (one at time). I have collected crash dumps and started analyzing. From analyze of log file created by the application (analysis of dump supports it) it seems that a crash occurs when no task is running and application is waiting for a next System.Timers.Timer event. First I loaded a .dmp file to VS2010: Process Architecture: x86 Exception Code: 0xC0000005 Exception Information: The thread tried to read from or write to a virtual address for

How do identify STATUS_INVALID_CRUNTIME_PARAMETER exception

左心房为你撑大大i 提交于 2019-12-06 07:31:12
Platform is Windows 7 SP1. I recently spent some time debugging an issue that was caused because a code was passing an invalid parameter to one of the "safe" CRT functions. As a result my application was aborted right away with no warning or anything -- not even a crash dialog. At first, I tried to figure this out by attaching Windbg to my application. However when the crash happened, by the time the code broke into Windbg pretty much every thread had been killed save for ONE thread on which Windbg had to break into. There was no clue as to what was wrong. So, I attached Visual Studio as a

A process serving application pool '{0}' suffered a fatal communication error with the Windows Process Activation Service. How to get crash dump?

半腔热情 提交于 2019-12-06 02:09:31
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 the day, I get the above error. This may occur once per day, or more. Often when it occurs, it will occur two or three times in relatively quick succession. Looking at processes and logs leading up to the crash there appears to be no real pattern or specific scenario causing it. From searches, most recommendations appear to be to get a crash dump and analyse it, however I am struggling to get one. I

capturing dump on Windows Phone 8.1

萝らか妹 提交于 2019-12-06 00:37:23
I am developing a Windows Phone 8.1 app. I want to add a functionality that whenever the app crashes a memory dump is captured and written to a log . I want to know if there is any way to log the crash dump while the user is using the app on his phone and it crashes. I found this question which is similar to mine but is for Windows 8 . It says that we can use the 'Application_UnhandledException' method in App.xaml.cs to obtain the dump. But is this method supported in Windows Phone 8.1 too because I didn't see this in the auto-generated content of App.xaml.cs(which is generated by Visual

Crash reporting watchdog for when my application locks up on a customer's machine

拈花ヽ惹草 提交于 2019-12-05 19:45:25
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 getting fewer reports of crashes, but we're getting lots of reports of it just hanging and never coming back. The circumstances are varied, and with the little information we can gather, we haven't been able to reproduce the problems. So ideally, I'd like to create some sort of watchdog which notices that the application has locked up, and offers to send a crash report back to us. Nice idea, but there

private symbol loaded but no line number displayed?

江枫思渺然 提交于 2019-12-05 19:22:36
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 following command to load private symbol of my application. Here are what the commands I am using in Windbg. (set symbol path and copy FooService.pdb pdb file to local symbol path D:\Debug) 0:016> .reload /f .*** WARNING: Unable to verify checksum for FooService.exe DBGHELP: FooService.pdb- private symbols & lines D:\Debug\FooService.pdb 0:016> lm start end module name 00000000`00400000 00000000

Where does Internet Explorer 8 store its crash dumps?

孤人 提交于 2019-12-05 17:02:05
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 whatever) that IE8 leaves after a crash. Google and Microsoft searches gave me nothing. Where does Internet Explorer 8 store its crash dumps? It definetely sends something to Microsoft after a crash, how can I see it? Aaron M There is a post here that will show you how to generate a mini dump http://www.vistax64.com/windows-updates/227276-mshtml-dll-internet-explorer-8-crash-3.html To generate a minidump: Download and