crash

Apple rejected my app due to crash, can't reproduce it

☆樱花仙子☆ 提交于 2019-12-22 07:08:13
问题 I just uploaded an app to the appstore, it was developed for ios7. They rejected the app because of a crash I can't reproduce... They sent me this crash report: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000008 Triggered by Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libobjc.A.dylib 0x000000018e0501c8 objc_msgSend + 8 1 UIKit 0x000000018493e940 __97-[UITabBarController transitionFromViewController

UIImagePickerController crashes on rapid scrolling, slower than photos app

瘦欲@ 提交于 2019-12-22 07:00:03
问题 Most of the time, my image picker works perfectly (iOS 4.2.1). However, if I scroll very rapidly up and down about 4-6 times through my camera roll of about 300 photos, I get a crash. This never happens with the "photos" app on the same iPhone 3Gs. Also, I'm noticing that the stock "photos" app scrolls much more smoothly than my image picker. Has anyone else noticed this behavior? I'd be interested if others could attempt this in their own apps and see if they crash. I don't think it's

com.apple.NSURLSession-work EXC_BAD_ACCESS Crash debugging

断了今生、忘了曾经 提交于 2019-12-22 06:48:02
问题 I'm seeing the following crash report, but it's not reproducible. How would I go about debugging it? Is this an AFNetworking issue? I'm using version 2.4.1. Crashed: com.apple.NSURLSession-work EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0x0000000000000000 Thread : Crashed: com.apple.NSURLSession-work 0 CoreFoundation 0x0000000184aad978 CFDictionaryGetValue + 56 1 Foundation 0x0000000185aa9300 _NSSetLongLongValueAndNotify + 72 2 Foundation 0x0000000185aa9300 _NSSetLongLongValueAndNotify + 72 3

Does Visual Studio 2010 create backup files?

雨燕双飞 提交于 2019-12-22 05:10:39
问题 Just got a random bsod on my machine and Form1.cs is suddenly empty, any way to restore the code? thanks.. 回答1: You could check C:\Documents and Settings\UserName\My Documents\Visual Studio 2010\Backup Files\ (or the equivalent on your system). Files will be placed there if auto-recover is enabled, which I believe it is by default. If you want to check that feature is enabled, follow the steps here: http://blogs.msdn.com/b/zainnab/archive/2010/06/30/autorecover-vstipenv0019.aspx Another top

How do I find out which missing DLL is making my .NET application crash on startup?

淺唱寂寞╮ 提交于 2019-12-22 04:26:08
问题 When dependencies on 3rd party assemblies are added to a typical .NET application it's very easy to forget to add them to the installer. This problem tends to reveal itself only after the application is installed, and in the form of a crash on startup with little helpful information readily available. What are the best tools and techniques to find out which assemblies need to be added to the installer? 回答1: Fully automated builds help reduce the human component and therefore the error. If it

Program crash with System.ObjectDisposedException

我与影子孤独终老i 提交于 2019-12-22 04:22:08
问题 I'm having a weird problem with my program. I'm developing a windows form application. When I debug it through Visual Studio (F5) it works perfectly correctly, but when I run its executable it crashes and gives me "An unhandled exception of type 'System.ObjectDisposedException' occurred in mscorlib.dll". I tried to put a top level (on my outermost function) try/catch for catching this exception, but still the program crashes. What am I missing here? I didn't upload the code because I had to

Crash reporting in Library module

旧街凉风 提交于 2019-12-22 04:20:52
问题 I have already tried crashlytics but it is not supported. this is the reply i got from their team Thanks for reaching out on this and Crashlytics, or any part of Fabric, cannot be included in any SDK that is distributed to external apps. As you mentioned, this will cause conflicts for both the SDK and app. With that said, we do hope to support this in the future and if you'd like, I can keep you updated on that. I have tried to set my own UncaughtExceptionHandler for this but the problem with

Test Flight Beta Testing: Xcode 6.3 Beta 4 does not show crashes

橙三吉。 提交于 2019-12-22 03:45:30
问题 I'm focusing on the new Test Flight procedure. I developed an application (that I submitted through Xcode to the iTunes Connect portal) that crashes if a UIButton is tapped. Since, the application is available for Beta Testing to Internal Testers, I would expect to see a crash log within the new Crashes section of Xcode 6.3 Beta 4 (see Crashes Organizer Help). But nothing. No crashes available. Is there any particular reason for that? Is this related to the type of testers I'm using? I'm

Test Flight Beta Testing: Xcode 6.3 Beta 4 does not show crashes

不问归期 提交于 2019-12-22 03:45:12
问题 I'm focusing on the new Test Flight procedure. I developed an application (that I submitted through Xcode to the iTunes Connect portal) that crashes if a UIButton is tapped. Since, the application is available for Beta Testing to Internal Testers, I would expect to see a crash log within the new Crashes section of Xcode 6.3 Beta 4 (see Crashes Organizer Help). But nothing. No crashes available. Is there any particular reason for that? Is this related to the type of testers I'm using? I'm

Crashed: WebThread - EXC_BAD_ACCESS KERN_INVALID_ADDRESS

主宰稳场 提交于 2019-12-22 03:09:48
问题 Since November 8, 2016, we've seen a sudden increase in crashes from WebThread. We don't know what is causing the crash. We do have web articles and ads in the app. We did not have any App Release. There were no significant changes on the web or ads. Since crashes are happening on screens without articles, we are thinking it is happening on ads. Is anyone else seeing this? Any thoughts, ideas, anything? Stack trace: Crashed: WebThread 0 WebCore 0x184b7e47c WTF::HashMap<WTF::String, WebCore: