5
votes
6answers
160 views
Have program recognize it crashed last time?
What is the best way to have a (Java) program recognize it crashed last time it ran and show a message along the lines of "it looks like this program crashed on you last time. Repo …
0
votes
1answer
47 views
iPhone - crash logs not generated on Windows
Hi
I have some users testing my app on Windows and Mac platforms. The app crashes at some points but the Windows users cannot get any crash logs. Here's what they do
Run the app …
0
votes
1answer
40 views
Is this kind of crash report useless?
I tried use "PLCrashReport" to collect the crash info then make the app more stable, but turns out that the report is like this(dont even has a call stack,how am I suppose to use i …
2
votes
3answers
126 views
Can I identify a jailbroken phone from the crash logs?
A number of the hardest to track-down problems I've come across with my iPhone application have only exposed themselves on jailbroken handsets. Is there a way to detect these hands …
0
votes
2answers
179 views
What is a “Symbolication warning”?
I've got a user reporting crashes in my Mac OS X application, and their console logs report the following:
Symbolication warning: error parsing FDE at 0x100052649 in:\n
Does any …
0
votes
2answers
57 views
app crashes on cellForRowAtIndexPath
Hi All,
I keep posting crash logs i receive from the client and It's good to know that I have been able to learn a lot and resolve these issues as well.
Here is another one down …
1
vote
3answers
93 views
App crashes after launching on OS 3.1
Hi folks!
I need help to understand the crash log i received from the client. The app works fine on my phone but it crashes with him. I have OS 3.0 installed here while my client …
0
votes
3answers
130 views
EXC_BAD_ACCESS in UIWebView
I just downloaded the crash reports for one of my iPhone apps from iTunes Connect. The most common crash has a trace like the following:
Exception Type: EXC_BAD_ACCESS (SIGSEGV) …
0
votes
2answers
310 views
iPhone App crashes on device with OS 3.1 not in simulator
The app crashes on the tester's device (with OS 3.1) but does well on the simulator and my device with OS 3.0.
I have the crash log but I am finding it difficult to understand the …
0
votes
1answer
84 views
App Crashes when NavigationController is popped!
Hi, Below is what I copy/pasted from the Crash Log sent by the client. I am unable to understand what does that mean :s
Apparently it looks like the app crashed when navigating ba …
0
votes
1answer
36 views
Is there a way to disable the crash reporter in Flash CS4?
We are trying automated builds using Flash CS4, and every once in a while the IDE will crash, and we want it to just keep on running then - but instead it halts on the crash report …
3
votes
2answers
405 views
Symbolicating iPhone App Crash Reports
Hey guys,
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 t …
4
votes
8answers
717 views
How to troubleshoot .NET 2.0 Error Reporting messages in the event log?
I work on an open source product called EVEMon written in C# targeting the .NET 2.0 platform, I have one user who is suffering from a strange .NET crash that we have been unable to …
0
votes
2answers
164 views
How to get correct line numbers in symbolicated crash reports (iPhone / Mac)?
When symbolicating crash reports, I noticed that line numbers are off. I tested this with a project in which I deliberately cause a crash. It seems the generated line number do not …
3
votes
4answers
155 views
how do I specify the source code directory in VS when looking at the call stack of a memory dump?
I am analyzing a .dmp file that was created and I have a call stack which gives me a lot of info. But I'd like to double click on the call stack and have it bring me to the source …
