crash-reports

Exception Types in iOS crash logs

懵懂的女人 提交于 2019-11-26 15:06:19
问题 I've seen a few different types of crash logs since I begin learning iOS development. I know that: Exception Type: EXC_BAD_ACCESS (SIGSEGV) mean we are accessing a released object. but don't know about: Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Type: EXC_CRASH (SIGABRT) Exception Type: EXC_BREAKPOINT (SIGTRAP) Do you know how many Exception Types in iOS crash logs and what do they mean? 回答1: I know that: Exception Type: EXC_BAD_ACCESS (SIGSEGV) mean we are accessing a released object.

Crashlytics is not sending Crash report from iPhone

无人久伴 提交于 2019-11-26 13:50:07
问题 I've setup the Crashlytics in my one iOS application and installed the application on a real device. My Crashlytics Dashboard is displaying that, I've successfully added the app. However, it's not sending crash report. My internet speed is not so good. But I can check my emails from this device. Can anybody guess, where is the problem? 回答1: Xcode debugger does NOT allow Crashlytics to process crash reports. Yeah, that seem weird even to me when I read that first time but it is a fact (Source)

How do I disable the 'Debug / Close Application' dialog on Windows Vista?

蹲街弑〆低调 提交于 2019-11-26 12:42:28
When an application crashes on Windows and a debugger such as Visual Studio is installed the following modal dialog appears: [Title: Microsoft Windows] X has stopped working A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. [Debug][Close Application] Is there a way to disable this dialog? That is, have the program just crash and burn silently? My scenario is that I would like to run several automated tests, some of which will crash due to bugs in the application under test. I don't want these dialogs stalling the

How to get iPhone crash log from customers?

假装没事ソ 提交于 2019-11-26 12:38:58
问题 Does anyone knows how to get crash logs from customers? Instead of manually asking them to sync and go to this directory and this directory and send it. Is there any automatic way to do send a crash report to our server? 回答1: You can perform your own crash-logging with PLCrashReporter. Typically, you write the crash log to a file and then send it to a server the next time the app starts. In order to prevent an infinite crash-reporting loop (there was one in an early version), you want to do

Java VM: reproducible SIGSEGV on both 1.6.0_17 and 1.6.0_18, how to report?

為{幸葍}努か 提交于 2019-11-26 09:56:51
问题 EDIT : This reproducible SIGSEGV happens on a Linux machine with more than one proc and more than 2GB of mem, so Java is defaulting to the -server mode. Interestingly enough if I force \"-client\" there\'s no crash anymore... (I\'m still not too sure what to do with my reproducible SIGSEGV but it\'s interesting nonetheless). First note that this is a bit related but not identical to the following because in our case it\'s only a SIGSEGV that happens, and we can reliably trigger it: JVM

Windows does not produce full crash dumps even though registry is set correctly

青春壹個敷衍的年華 提交于 2019-11-26 07:47:33
问题 My client are experiencing software crashes with a VB6 program I wrote. I had set up the registry to produce full crash dumps, and I saw it working correctly with other programs that crashed on their system, but for some reason, for my program, it stil creates the simple crash dumps in a totally different directory. My program is 32 bit running on an x64 computer. I have setup the registry as shown in the picture, both for SOFTWARE\\Microsoft and SOFTWARE\\Wow6432Node\\Microsoft. Still doesn\

Eclipse JUNO doesn't start

僤鯓⒐⒋嵵緔 提交于 2019-11-26 06:56:48
问题 When I launch Eclipse, it does not start. An error appears and tells me to see the log file. \"See the log file: /Users/max/work/projects/.metadata/.log\" OS: MacOS 10.7.4 Eclipse: 4.2 Juno ADT: 20 My old version of Eclipse starts without issue. !SESSION 2012-07-03 16:22:48.261 ----------------------------------------------- eclipse.buildId=I20120608-1400 java.version=1.6.0_33 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=ru_RU Framework arguments: -product

Symbolicating iPhone App Crash Reports

喜欢而已 提交于 2019-11-26 05:47:51
问题 I\'m looking to try and symbolicate my iPhone app\'s crash reports. I retrieved the crash reports from iTunes Connect. I have the application binary that I submitted to the App Store and I have the dSYM file that was generated as part of the build. I have all of these files together inside a single directory that is indexed by spotlight. What now? I have tried invoking: symbolicatecrash crashreport.crash myApp.app.dSYM and it just outputs the same text that is in the crash report to start

How do I disable the 'Debug / Close Application' dialog on Windows Vista?

不想你离开。 提交于 2019-11-26 03:04:29
问题 When an application crashes on Windows and a debugger such as Visual Studio is installed the following modal dialog appears: [Title: Microsoft Windows] X has stopped working A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. [Debug][Close Application] Is there a way to disable this dialog? That is, have the program just crash and burn silently? My scenario is that I would like to run several automated tests, some

iOS crash reports: atos not working as expected

本秂侑毒 提交于 2019-11-26 00:17:52
问题 I\'m looking at a crash report provided by Apple Hardware Model: iPhone4,1 Version: ??? (???) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2012-11-18 16:03:44.951 -0600 OS Version: iOS 6.0.1 (10A523) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x51fe5264 Crashed Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libobjc.A.dylib 0x352925b0 objc_msgSend + 16 1 MYAPP 0x0006573a -