Search results for

LLDB crash

29,559 results found

Post

Replies

Boosts

Views

Activity

Reply to How stable is 10.11?
The first beta release of El Capitan has so far been the most unstable version of OS X I've ever seen. Far worse on my system (2009 MacBook Pro) than Yosemite. It locks up hard just about once a day, and I have no idea what is locking it up. Graphics corruption in various places, mostly seen in Safari, embedded videos and such. I really wouldn't recommend any early beta versions of OS X to anyone that only has one machine available or anyone that doesn't have multiple full backups to restore from. That's my 2 cents so far. Hopefully all my crashing is helping Apple find some of the bugs.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to New iOS 9 beta 2
Battery life much better so far, and as a consequence phone temperature is back to normal.Citi Bank App crashing. Tryed app re-installing, iphone fresh install, but now luck.I'know this is a beta and then some apps might not be prepared, but please share any suggestions you may have for app crashing.Thanks in advance
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Phone
I'm having the same problem - Phone app crashes whenever I select it. (I must've been on the Favorites tab the last time I used it pre-OTA). It won't stay open long enough for me to switch tabs or get away from Favorites. Killing the app doesn't help, and rebooting doesn't help. Originally an OTA update so I'm going to try restoring via iTunes.iPhone 6+, Beta 2.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Trouble getting Photos editing extension up and running
I decided to start experimenting with the new Photos editing extension stuff that's now in Xcode 7 beta 2, but have been having trouble getting even a basic extension to load properly in Photos. I started out by creating a new project, then adding a new target using the Photo Editing Extension template. I read the part in the release notes about the template still having iOS class names (e.g. UIViewController), so I replaced that stuff and was able to get the extension to compile just fine. The extension does get listed in Photos (and the Extensions pane in System Preferences), but I run into trouble when trying to actually load the extension from within Photos.Initially, I would get an exception thrown somewhere in the exension internals, with a stack trace looking like this:Application Specific Information: Crashing on exception: *** setObjectForKey: object cannot be nil (key: <__NSConcreteUUID 0x7fc7b20210d0> 6B0D50C3-FB4F-4AB5-B90D-022ADE140FAF) Application Specific Backtrace 1: 0 CoreFound
8
0
1.5k
Jun ’15
performSegueWithIdentifier
Hi,I have a crash in my app when try to do a performSegueWithIdentifier in iOS 9, somebody know if it is a bug or if I need to change code, this is my code, that works pretty well in iOS 8.+- (void) do_segue: (NSString*) segue_name{ BOOL is_picker_open = [self get_global_bool_data:@is_picker_open]; BOOL doing_segue = [self get_global_bool_data:@doing_segue]; if(doing_segue) { Log(@Error doing segue because doing segue before...); return; } if(is_picker_open) { Log(@Error doing segue because picker is open...); return; } [self doing_segue_to:segue_name]; if(loading_segue == NO || [self.title is_equal_to_string:@xxxx]){ loading_segue = YES; [[volume_scanner sharedManager:nil] disable_for_one_second]; execute_main_thread(^{ begin_ignoring_events(); @try { [self performSegueWithIdentifier:segue_name sender:self]; } @catch (NSException *exception) { loading_segue = NO; Log(@segue exception catched: [%@] on class %@,exception, NSStringFromClass([self class])); } }); check_point(string_with_format(@Segue to
2
0
5.3k
Jun ’15
Reply to Logins not working in ios9
Same issue for yahoo mail. Any work arounds yet? iPad completely cannot access yahoo mail. Even deleted and tried to setup yahoo mail from scratch, but mail setup crashes when trying to setup new mail account. iPhone is able to send and receive yahoo mail, but I regularly receive a prompt that states it cannot access yahoo mail, go to settings and re-enter password. Hoping beta 2 has some fixes in place for this one.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iTunes freezing iOS 9, OS X 10.11
I am experiencing this with iOS9 Beta 2 as well.I think I may have identified a trigger, when I first installed the beta it synced fine, but as soon as I disabled iCloud Music Library, iTunes started freezing as soon as I clicked on the icon.I took the advice of someone easlier in this thread, and can sync/backup using the menu bar.But I can now not change any settings at all.This also crashes iTunes if I plug my iPhone into my Windows PC, so I think it is an issue with iOS9 on the phone.Can any of you confirm if you also disabled iCloud Music Library?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to FCPX Issues in El Capitan
I was using it ok yesterday with the first beta. I installed the 15A204h update that came out today and now it crashes on startup. I'm wondering if it's just me. It's possible that my machine shut down uncleanly and corrupted a file, but I've already tried nuking the usual suspects. If others are having the same problem, I can stop messing with it and wait for the next release.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to 10.11 beta2 fcpx crash
Yes. I just posted in a different thread. It crashes with*** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive version (-1)I think the relevant stack isThread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff90f5d096 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff9587a5cd pthread_kill + 90 2 libsystem_c.dylib 0x00007fff90f1483b abort + 129 3 com.apple.Flexo 0x00000001068e95d2 FFApplicationHandleExceptionThatShouldNotBeIgnored + 498 4 com.apple.CoreFoundation 0x00007fff9831d33b __handleUncaughtException + 731 5 libobjc.A.dylib 0x00007fff92df13d0 _objc_terminate() + 94 6 libc++abi.dylib 0x00007fff95fe419e std::__terminate(void (*)()) + 8 7 libc++abi.dylib 0x00007fff95fe4213 std::terminate() + 51 8 libobjc.A.dylib 0x00007fff92df1172 objc_terminate + 9 9 libdispatch.dylib 0x00007fff8c64a779 _dispatch_client_callout + 28 10 libdispatch.dylib 0x00007fff8c64a65d dispatch_once_f + 67 11 com.apple.Flexo 0x00000001069bfdaa +[FFPTPDownlo
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15