Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
129 views

How to recognize where the application crashes?

Incident Identifier: 48A73A33-A035-4B2D-8CBB-AD513D96A9B3 Hardware Model: iPod4,1 Process: Locally [599] Path: ...
2
votes
1answer
103 views

how do I understand what's causing app to crash from crash log?

This is my crash log: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0xd1e5501b Crashed Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 ...
2
votes
1answer
354 views

I am learning iOS dev and have a crashing MapKit app. Need help understanding this crash log

I am working on and app called whereami from the "BNR Guide to iOS programming" chapter 5. I have the app working and left it on my phone to show the wife and family I am learning stuff. It is ...
2
votes
1answer
3k views

How to read crash log? How to find why the app crashes in system library? What means EXC_CRASH (SIGABRT)?

I got an crash logs from a customer to figure why my app crash on her iPhone. Here some info from crash log: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed ...
2
votes
2answers
5k views

iPhone App Quits on Launch Without Crash Log

My application runs fine on 3.0 devices and on 3.1 devices when launched via Xcode, but crashes on startup when run on a 3.1 device when installed via iTunes. It leaves no crash log behind, but puts ...
1
vote
2answers
117 views

Xcode 4.2 Simulator Crash Log

Is there a crash log generated by apps that crash on the simulator. I want a text-based version of what I see in the debugger equivalent to crash reports generated by applications crashing on a device ...
1
vote
1answer
121 views

how to set location of jvm crash log files

I need to configure where the jvm crash logs are created. I like the name they have (hs_err_pid.log) but I want them created in an specific folder. In here you can see that you can use the ...
1
vote
2answers
288 views

Symbolicate iOS Crashlog of Development Version

I've compiled and run an app on the iPad (Build Configuration is Debug). Then I've quit the app and disconnected the iPad. Then I started the app on the iPad again, and somewhen a crash happened. In ...
1
vote
2answers
359 views

iPhone sdk read crash files programmatically?

I want to read crash files programmatically. How can I do this? I am allowed to do this? Will my application be rejected if I do this? Any advice, link, tutorial is well come.
0
votes
1answer
50 views

What's going wrong in this crash log

So i have this crash log from my application. I don't have much experience in reading such logs :( Could someone please help me? Thanks CrashLog: Process: SoundCloud Downloader [15495] Path: ...
0
votes
2answers
64 views

iPhone crash only when device not connected to xcode, how to understand the crash log?

On a device running ios 5 my app works great, but on a device running ios 4.2.1 i get this crash. The strange thing is that the device crash only when NOT connected to xcode. When run from xcode it ...
0
votes
1answer
123 views

UIApplication _preferredInterfaceOrientationGivenCurrentOrientation: SIGABRT

My app continues to crash on startup with this odd error: -[UIApplication _preferredInterfaceOrientationGivenCurrentOrientation:]: unrecognized selector sent to instance 0x23b5f0. The ...
0
votes
2answers
205 views

Help with crash log

My app is crashing on Lion when it awakes from sleep. The problem seems to be with a background thread that is looking for weather info. I'm not sure but I think the crash log is telling me that the ...
0
votes
1answer
300 views

Application Crash Log within iOS simulator

Right now I am testing the application by coping the application binary in ~/Library/Application Support/iPhone Simulator/4.3.2/Applications folder. Is there anyway to get the crash log of application ...
0
votes
0answers
132 views

app works fine on devices but crashes at Apple review process with no crash log

I have an app I've submitted for review but I'm getting some strange feedback. I've tested and retested my app on devices with ad hoc provisioning, but Apple review keeps insisting that the app ...
0
votes
1answer
355 views

iOS app crashing in Core Location callback machinery

I have problems analyzing my crashlog. The iPhone crashes sometimes, when I click on the app icon to start the app. The app is already "running" in background, but it's not active. This is the ...
0
votes
2answers
503 views

submit crash logs to Apple via iTunes Connect

How can I force an iPhone or iPod Touch to send/update its crash logs to Apple? I can crash an app within my device. When I visit iTunes Connect, I don't see any crash logs.
0
votes
2answers
488 views

iPhone: what does this Crash Log mean?

My app crashes - unfortunately, it's not reproducable - this is a crash log I got, but I cannot read anything that would help me. Perhaps someone of you? Would be reeeeeeeeally great... 0 ...