Search results for

LLDB crash

29,562 results found

Post

Replies

Boosts

Views

Activity

UIPopoverPresentationController Crashes
Anybody else seeing any crashes when using UIPopoverPresentationController? I'm seeing two in my Organizer/Crashes Window of Xcode. Specifically it's crashing on [UIPopoverPresentationController presentationTransitionWillBegin]. My code conforms to the example provided by Apple and I cannot replicate it on the Simulator. I'm charging my iPad now to see if I can replicate it on my iPad.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
659
Feb ’16
Reply to Exception reason in Xcode Organizer
The crash report is attached. Oh, that’s very enlightening. Consider the backtrace of the crashing thread: 0 CoreFoundation … __exceptionPreprocess + 220 … 1 libobjc.A.dylib … objc_exception_throw + 60 … 2 Foundation … _writeJSONNumber + 1244 … 3 Foundation … ___writeJSONObject_block_invoke + 388 … 4 CoreFoundation … __NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK__ + 24 … 5 CoreFoundation … -[__NSDictionaryI enumerateKeysAndObjectsWithOptions:usingBlock:] + 184 … 6 Foundation … _writeJSONObject + 508 … 7 Foundation … ___writeJSONArray_block_invoke + 260 … 8 CoreFoundation … __NSARRAY_IS_CALLING_OUT_TO_A_BLOCK__ + 24 … 9 CoreFoundation … -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 196 … 10 Foundation … _writeJSONArray + 340 … 11 Foundation … ___writeJSONObject_block_invoke + 388 … 12 CoreFoundation … __NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK__ + 24 … 13 CoreFoundation … -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 208 … 14 Foundation … _writeJSONObject + 508 … 15 F
Topic: App & System Services SubTopic: General Tags:
Dec ’21
Frequent crashing
HI all, My system keeps crashing (meaning rebooting...). I had several reports, all marking different threads as crashed. I do not know how to read these reports (i.e. I cannot pinpoint the correct information to spot the problem). Can you help me out? Thanks in advance! Crash report 19 Oct 2021
1
0
650
Oct ’21
Frequent crashing
HI all, My system keeps crashing (meaning rebooting...). I had several reports, all marking different threads as crashed. I do not know how to read these reports (i.e. I cannot pinpoint the correct information to spot the problem). Can you help me out? Thanks in advance! Crash report 19 Oct 2021
1
0
774
Oct ’21
Crash
So I do not know what happened but my Apple Watch 1st gen randomly crashed so can I have help with it the incident code is 72461F64-57B1-4DEC-B49B-E18A913377D4 (I think it is a code I am new to this kind of stuff)
0
0
284
May ’21
Crash: libsystem_kernel.dylib
Hi! I am receiving some crash logs from TestFlight users of my iOS app. It seems that all these crashes are due to libsystem_kernel.dylib but I can't understand what's the reason. You can find one of these logs attached, I hope you can help me understand what's happening. Thanks! 2022-10-28_15-46-40.7880_+0200-0e6b27c97d431f0e5d5aeb6d600550751b08b9a9.crash
1
0
3k
Oct ’22
Reply to Unable to Debug macOS Action Extension: "Attach failed" Error
I sincerely apologise for the delay, was stuck on other projects. The approach you suggested is not exactly solving my problem because I am creating a Finder (Quick Action) extension. Therefore I need to be able to debug it in Finder. As I mentioned, it's not even working in a fresh Apple boilerplate project. I tried the new Xcode beta, but the issue persists, so it's likely not an Xcode bug? I also tried to run sudo DevToolsSecurity -enable but that did not help. I fail to see what has changed since I was able to normally debug before. Some config? Something in my development profile (I didn't change anything). Not really sure. It it an lldb issue? Given that I am able to attach, step over a few times, but more 'heavy' stuff like po or stepping in/out, resuming execution crashes?
Jul ’24
lldb Issue with FBSDK, whenever I put a breakpoint I get an error and I'm unable to print any variable
Whenever I put a breakpoint and try to access any variable I get this error.If I try to print a variable in the console, I get this error:error: Error in auto-import: failed to get module 'Jogabo' from AST context: /Users/pg/Jogabo/app-v2/ios- app/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.h: 21:9: note: while building module 'FBSDKCoreKit' imported from /Users/aziz/ios-app/Pods/ FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.h:21: #import <FBSDKCoreKit/FBSDKButton.h> ^ <module-includes>:1:9: note: in file included from <module-includes>:1: #import /Users/aziz/ios-app/Pods/Target Support Files/Pods-FBSDKCoreKit/Pods-FBSDKCoreKit-umbrella.h ^ /Users/aziz/ios-app/Pods/Target Support Files/Pods-FBSDKCoreKit/Pods-FBSDKCoreKit-umbrella.h:6:9: note: in file included from /Users/aziz/ios-app/Pods/Target Support Files/Pods-FBSDKCoreKit/Pods-FBSDKCoreKit-umbrella.h:6: #import FBSDKAppLinkResolver.h ^ /Users/aziz/ios-app/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSD
0
0
1.1k
Aug ’15
CLConnection crashes
I have an app using Core Location. In the Xcode Organizer I see a series of crashes related to CLConnection. The worst of the crashes happen in:CLConnection::sendMessageInternalCLConnection::sendCachedMessageCLConnection::sendMessageCLNameValuePair::copyInternalAs far as I can tell, these crashes are happening while the app is in the background. According to iTunesConnect's analytics my app is crashing for about 1 out of 10 sessions. I haven't heard any complaints from users and these crashes do not appear in the third-party crash reporting tool I use.I have only found this one thread online related to this subject: http://stackoverflow.com/questions/32698342/crash-on-clconnectionsendmessageinternalHowever, I don't believe this person's fix applies to my code.I only create a CLLocationManager once when the app launches:- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { ... self.locationMa
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
674
Mar ’16
Crash on App.reload
My TVMLKit app has been crashing regularly on tvOS 10 as soon as I doApp.reload();Crashed thread stacktrace is belowThread 13 name: ITMLKitThread 13 Crashed:0 JavaScriptCore 0x0000000186f7baf8 ***::CrashOnOverflow::crash() + 01 JavaScriptCore 0x0000000186f7baf8 ***::CrashOnOverflow::crash() + 02 JavaScriptCore 0x0000000186f09408 JSC::CodeBlock::RareData::~RareData() + 03 JavaScriptCore 0x0000000187133680 JSC::CodeBlockSet::lastChanceToFinalize() + 2004 JavaScriptCore 0x00000001873b3e8c JSC::Heap::lastChanceToFinalize() + 1205 JavaScriptCore 0x0000000187697238 JSC::VM::~VM() + 2206 JavaScriptCore 0x0000000186e5eff0 JSC::JSLockHolder::~JSLockHolder() + 847 JavaScriptCore 0x000000018740ae88 Inspector::InspectorHeapAgent::disable(***::String&) + 3288 JavaScriptCore 0x000000018740ab74 Inspector::InspectorHeapAgent::willDestroyFrontendAndBackend(Inspector::DisconnectReason) + 128......Any idea what could cause this?
3
0
989
Nov ’16
WidgetKit Crash
On the crash reports, I am getting a lot of crashes with this crash report for two iOS 14 Widgets: Foundationtt_NSFileHandleRaiseOperationException .... SwiftUIttt FileArchiveWriter.AppendByes(_size:) .... My Widgetttt closure #1 in MyTimelineProver.getTimeline(in:completion:) When checked within the project, this happens in: func getTimeline(in context: Self.Context, completion: @escaping (Timeline) -> Void) I have one timeline that asked to update every 5 mins.
7
0
3.4k
Oct ’20