Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object.
This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Just spent some time... on a crash, without understanding it. That's a classic: Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x00000010 Which leads me to a memory issue, addressing the invalid adress 0x10 What bothers me is that I have crash report and stack trace, which differ: -------------------------------------------------------------------------------- The [...] read more
My app uses background location for GPS updates. I've registered it for background location updates, and while it's running in background, it always crashes like this. Since I haven't written most of this code, I really have no idea what happened. I have checked the memory allocations and there doesn't [...] read more
I am trying to figure out what is causing this crash. I have built and given the app to our testers but we cannot seem to reproduce this reliably. It just happens sometimes... Thread 0 Crashed: 0 libobjc.A.dylib 0x000027da objc_msgSend + 18 1 Foundation 0x00032896 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 62 2 [...] read more
I can't reproduce the error I'm getting in the Apple crash reports. I have 4 apps using the same codebase already approved and now I have had 2 rejected with the same errors that I have never come across. Below is the crash report that I got back from my [...] read more
This is a crash report - its from an ad-hoc tester and I cannot find the error. As far as I can see there is an array which is outstepping its bounds (I'm looking for an objectAtIndex:x when the array only has y objects - where y<x). However this only [...] read more
iPhone application is crashing on launch in the iOS 4.1 but working in later versions and iOS 4.0. This is the crash log got from the device, I am not able to point out the issue Incident Identifier: F3B50401-19DE-4E41-BFB4-C0D904D73C06 CrashReporter Key: 7df1d68c8b14e4afa43c08cf96c7221621953e69 Hardware Model: iPhone3,1 Process: POCNew [1592] Path: /var/mobile/Applications/2E4FF8FF-2AB1-4F1F-86B8-231029FB4E1D/POCNew.app/POCNew [...] read more
Looks like its related to NSURLConnection, but not sure how I can diagnose? Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x1ab98c00 Crashed Thread: 0 Thread 0 Crashed: 0 libobjc.A.dylib 0x000027da objc_msgSend + 18 1 CFNetwork 0x00010fcc ClientContextHolder<CFURLConnectionClient_V4>::forget() + 60 2 CFNetwork 0x00010f86 URLConnectionClient::releaseClientLocked() + 34 3 CFNetwork 0x00004a2e URLConnectionClient::processEvents() [...] read more
I am using AdWhirl in my app and got a suspicious crash mid-game. It appears to crash in the animationDidStop:finished: function which I didn't create. Could this be a bug in AdWhirl? I can't find this file referenced in the log: (MMHTMLAdView.m:123) This is the log: Date/Time: 2010-10-21 09:54:14.861 +0200 [...] read more
My app runs fine when I don't have iAds. As soon as I display an iAd the system shuts down my app because the iAd can't resume in time. How do I resolve this? Elapsed total CPU time (seconds): 1.380 (user 0.880, system 0.500), 14% CPU Elapsed application CPU time [...] read more
I am facing an issue in myApp that i am developing. I am using CCSpriteSheet for objects that move around the screen, the objects move randomly and after some time get removed from the screen. The crash usually occurs when the state is heavy when lots of objects are coming [...] read more
I'm getting a lot of complaints from people using 4.1 about my app crashing. I was finally able to track down a device with 4.1 and get the crash logs from it (by the way, is there a way that I can use the simulator with 4.1?) and I'm not [...] read more
I'm experience an occasional crash of my iPhone application where I'm getting the following exception NSGenericException', reason: '*** Collection <CALayerArray: 0x26f6b0> was mutated while being enumerated. With the stack trace on the crashing thread of Thread 0 Crashed: 0 libSystem.B.dylib 0x00078ac8 __kill + 8 1 libSystem.B.dylib 0x00078ab8 kill + 4 [...] read more
Whenever I deploy "CoreDataBooks" Apple iOS sample application to my jailbroken device with self signed certificate and run it - it crashes at line where core-data persistent store is added to persistent store coordinator: line 178: if (![persistentStoreCoordinator addPersistentStoreWithType:NSSQLiteStoreType configuration:nil URL:storeUrl options:options error:&error]) { // Update to handle the error [...] read more
I have an app of sending free text MSG .. While i select a contact i got my application crash and from crash log i didn't get solution of it .. Can any one tell me how to solve crash log with proper stapes .. Here is my Crash Log [...] read more