crash-dumps

Google Chrome - Crash Dump Location

醉酒当歌 提交于 2019-12-05 11:13:10
问题 I'm trying to debug a page in a web app that keeps crashing Chrome ("Aw, snap!" error). I've enabled/disabled automatic crash reporting, tried logging with google-chrome --enable-logging --v=1 , (as well as various levels of verbosity), and all I get is a "crash dump ID" in the chrome_debug.log chrome://crashes Shows all of the dump IDs, but no actual dump file I see other questions referring to reading the dump files, but I can't find the dump files themselves (just the ID). Grepping for the

Exception Access Violation Java?

柔情痞子 提交于 2019-12-05 07:48:30
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 problem, I'm trying to work out where exactly my problem is (in the JVM vs. my native code) I've attached the thread section of the log, and can append the rest if needed. I also tried reinstalling the JVM. A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8fefb5, pid=720, tid=3128 JRE version: 6.0_21-b07 Java VM: Java HotSpot(TM)

Auto upload crashlogs iPhone

旧时模样 提交于 2019-12-05 07:18:58
问题 Quick question for you. Will I have any issues with the Appstore approval process if my app periodically checks for crashlogs and uploads it to a server? Is this even possible? If not, can I have something like a global exception handler and make my app terminate gracefully, while being able to upload exception messages to the server? Thanks, Teja 回答1: For apps distributed through the App Store, Apple will deliver the crash logs to you through iTunes Connect. For Ad-Hoc builds, you will need

How can I change a module's checksum in a minidump?

断了今生、忘了曾经 提交于 2019-12-05 01:14:40
问题 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 before it is compressed and encrypted. When it crashes on a client's machine I get a minidump back. I open these minidumps in Visual Studio and explore them there. I have made good use of these minidumps by searching for addresses in the .map files. This will typically get me in the correct area of the

How to capture iOS crashes in MonoTouch application

偶尔善良 提交于 2019-12-05 00:55:22
问题 We have logging in place for any .Net Framework exceptions that occur in our iPad MonoTouch application and can get these back to our support department to help analyze and resolve issues. However, if the application crashes due to an iOS error (i.e. sigsev), we are unsure how to capture that information or tell our very unsophisticated users how to obtain and provide it to us. Can anyone offer any guidance on this? 回答1: Crashes will often (but not always, e.g. out-of-memory) create crash

Diagnosing CLR errors in Windows Event Viewer

佐手、 提交于 2019-12-04 08:00:42
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 the exception wasn't handled by our code, we received the "This application has encountered a problem and needs to close" Windows message box. The only option was to close, there was no debug button. This MSDN article suggested looking in the Windows Event registry. I checked there, and here's the information inside it: Faulting application Initect.Server.UI.exe, version 0.12.9084.90, time stamp

installing debugging tools to analyse minidumps on windows 7

狂风中的少年 提交于 2019-12-04 04:48:41
I've been trying to install the 'Debugging Tools', in order to try to analyse the dump file a server-crash (Windows Server 2008 R2). I used to do this in the past, but I cannot find how to install / locate the Debugging Tools for Windows 7. I've read this KB article: http://support.microsoft.com/kb/315263 . I've then tried to download the 'Debugging Tools for Windows' from the following article ( http://msdn.microsoft.com/en-us/windows/hardware/gg463009.aspx ). I chose the 'Install Debugging Tools for Windows as a Standalone component', downloaded the file and installed. It did install

iPhone Crash with “No Backtrace”

烈酒焚心 提交于 2019-12-04 04:40:58
问题 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 same hardware and software Apple tested it on (iPhone 3.1 running iOS 4). The crash logs they sent me say "No Backtrace Available", so I have nowhere to look in my code. Here's an example: Incident Identifier: [...] CrashReporter Key: [...] Hardware Model: iPhone3,1 Process: [MyApp] [1172] Path: /var

Workaround for Java bug which causes crash dump

怎甘沉沦 提交于 2019-12-04 03:43:10
A program that I've developed is crashing the JVM occasionally due to this bug: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8029516 . Unfortunately the bug has not been resolved by Oracle and the bug report says that there are no known workarounds. I've tried to modify the example code from the bug report by calling .register(sWatchService, eventKinds) in the KeyWatcher thread instead, by adding all pending register request to a list that I loop through in the KeyWatcher thread but it's still crashing. I'm guessing this just had the same effect as synchronizing on sWatchService (like

Is WinDbg supposed to be so excruciatingly slow?

怎甘沉沦 提交于 2019-12-04 01:38:25
问题 I'm trying to analyze some mini crash dumps. I'm using Windows 10 Pro Build 1607 and WinDbg 10.0.14321.1024. I have my symbol file path set to SRV*C:\SymCache*https://msdl.microsoft.com/download/symbols Basically, whenever I load up a minidump (all < 1 MB .dmp files), it takes WinDbg forever to actually analyze them. I understand the first run can take long, but it took mine almost 12 hours before it would let me enter a command. I assumed that, since the symbols were cached, it wouldn't take