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.
My app crashes, it is a problem that arises from the AddressBook API, it only happens with some contacts. Here is the log: Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x00000102, 0x316ebd38 Crashed Thread: 0 Thread 0 Crashed: 0 CoreFoundation 0x00001cfe CFRetain + 90 1 AddressBook 0x00004b2c ABCMultiValueCopyValueAtIndex + 28 2 [...] read more
A tester sent this crash file: Not sure what an EXC_CRASH is. UPDATE: I can randomly replicate it on device (never in simulator) when rotating my phone. Here is my rotation code: // Override to allow orientations other than the default portrait orientation. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { if (interfaceOrientation == UIInterfaceOrientationLandscapeLeft [...] read more
GOAL Use Python-trained (keras) model in c/c++. See section work-around for c-work-around. Compile Tensorflow from source (rev 1.0 or 1.2.1) following the instructions from https://www.tensorflow.org/install/install_windows (tensorflow already is installed via pip in python3, but I need to use it from c++, so installing from source seems mandatory) SYSTEM * win7(64) [...] read more
My app seems to crash sometimes when I rotate the phone. ViewControllerA has a UISearchDisplayController. ViewControllerA pushes ViewControllerB onto the nav stack. Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0x000791d0 __kill + 8 1 libSystem.B.dylib 0x000791c0 kill + 4 2 libSystem.B.dylib [...] read more
import sys import pandas as pd import numpy as np import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D def plot(simulation, thresholds, simtime): fig1, (ax1, ax2, ax3) = plt.subplots(3, 1, sharex=True) fig1.set_size_inches(8, 6, forward=True) fig1.show() I tried this simple code in order to open a plot in python. But everytime I [...] read more
I have an application that is communicating to a device through the accessory port. When the device is spitting data (at a rate of one 13-byte packet every 20 ms, so not very quickly) to the iPhone, if I press the home button to send the app to the background, [...] read more
I have an app that only crashes for one of my tester’s - no one else’s. But it crashes consistently for her. It’s very odd. Details: She has in iPhone 4 and an iPhone 3Gs The app crashes on all OSes on BOTH phones The app crashes with all contacts [...] read more
My app crashes when I do [self.navigationController popViewControllerAnimated:YES]. It crashes more on Device than on Simulator. Please suggest how to fix this? Date/Time: 2010-11-09 10:51:41.325 +0800 OS Version: iPhone OS 4.0.1 (8A306) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000 Crashed Thread: 0 Thread 0 Crashed: [...] read more
I get following crash when I open a URL consecutively for 3 to 4 times in my app inside a webView. Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: EXC_ARM_DA_ALIGN at 0x0062006f Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0x0000576c OSAtomicCompareAndSwap32 + 0 1 libobjc.A.dylib 0x000066ce changeInfo(class_t*, unsigned int, unsigned int) [...] read more
I am working on an app that tracks a users location. After about 20 minutes it seems that the app always crashes, and I am not sure why. Device logs show: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x069f6000 Crashed Thread: 0 Thread 0 Crashed: 0 Ride 0x00012e00 -[Route [...] read more
I have a problem with my iPhone app, I have a crash log from a tester that i ran through symbolicatecrash but I'm still not sure what could be causing it. The crash only happens on one tester's device and I am unable to reproduce it on my device. Hardware [...] read more
When I load a page that contains embedded YouTube clips in a UIWebView managed by a modal UIViewController then I crash out with this stack trace: OS Version: iPhone OS 4.0.2 (8A400) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000 Crashed Thread: 0 Thread 0 Crashed: [...] read more