Search results for

LLDB crash

29,539 results found

Post

Replies

Boosts

Views

Activity

lldb crash
I have used Xcode 12.4, lldb in Xcode 12.4 work ok, it can Add Expression or Use p or po in LLDB command Line. but After I upgrade my OS and Xcode, p or po will trigger LLDB RPC server crash .The LLDB RPC server has crashed. You may need to manually terminate your process. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log. lldb-rpc-server_2021-10-28-145717_chenxi.crash OS:macOS Big Sur 11.6 Xcode: 13.0 download from AppStore or 13.2beta download from https://developer.apple.com/download/all/ please refer to the attachment for more details. and tell me how to slove this problem 。 thanks
1
0
1.7k
Oct ’21
XCode 11.5 LLDB crashes on break point (reproducible)
Put this code in a developing pod, set a break point in that pod, you may get:Message from debugger: The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix blah, blahThe same code won't bother XCode 11.3.1, but any xc version above thatPlz fix this, very annoying mistakeI used xcode for more than 8 years, only xcode 3 ~ 4 is something remarkable, after that tons of bugsPlease be reliable, my friendpublic class AppsFlyerService: Service { public static let shared = AppsFlyerService() private var hasHandled = false private override init() { super.init() AppsFlyerTracker.shared().appsFlyerDevKey = AppsFlyerDevKey AppsFlyerTracker.shared().appleAppID = Constants.AppleAppID AppsFlyerTracker.shared().delegate = self AppsFlyerTracker.shared().isDebug = false let idfa = ASIdentifierManager.shared().advertisingIdentifier.uuidString print(idfa) } override public func applicationDidBecomeActive() { AppsFlyerTracker.shared().trackAppLaunch
1
0
752
Jun ’20
iOS app unexpectedly quits
Hi,I have an app in the appstore where the users have reported to me that sometimes the app unexpectedly quits. The app is a shopping list like-app where items are entered into a tableView. I have been trying to replicate the crash but I haven't been able to do it.I know that without any code it would be impossible to identify the issue but I was wondering if there is a common reason as to why apps unexpectedly quit when you are not even entering information.This is how users have described the crash to me...User 1: When the app went blank I wasn't doing anything, I looked up to check soemthing out and when I looked down to see my list it was blank.Any suggestion as to what to look for?
Topic: UI Frameworks SubTopic: UIKit Tags:
5
0
1.5k
Jan ’17
Xcode Quit Unexpectedly
I am running xCode 8.1 with Sierra OS on a MacBook Pro (early 2011) with 16GB ram.When running xCode, if I maximize a window, then minimize it some time later, the program crashes and I get the Xcode quit unexpectedly error message. When I restart xCode, everything reloads correctly and no data seems to be lost. This will happen every time I mazimize, then minimize a window. This problem did not occur with previous versions of xCode.All other programs on the computer seem to work correctly with Sierra.
3
0
1.6k
Oct ’16
UIKitSystem Quit Unexpectedly
Hi,Has anyone gotten the UIKitSystem Quit Unexpectedly error upon installing Mojave Beta 1? Also, won't open any of the UIKit apps that were ported over from iOS. Even if I do not open them up, this error keeps coming up which is annoying. Hoping someone might have insight.Thanks
7
0
2.1k
Jun ’18
MailCompositionService quit unexpectedly
I'm having an issue with mail and iOS 9. I have a button in my app that creates a MFMailCompositionViewController used for submitting feedback via email. This works fine in iOS 8. However, in the iOS 9 simulator, whenever I push this button, a window outside of the simulator pops up saying MailCompositionService quit unexpectedly.Meanwhile, the Xcode console shows the following output:viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 The operation couldn’t be completed. (_UIViewServiceInterfaceErrorDomain error 3.) UserInfo=0x7fa3aaff02b0 {Message=Service Connection Interrupted}However, the app hasn't actually crashed. It continues to work fine. The app only crashes if I try to share something via email using UIActivityItemProvider. And when this crash happens, there's no log output other than (lldb). Is this just an issue with the simulator? I haven't tried running the app on an actual device with iOS 9.
11
0
12k
Jun ’15
Xcode Crashes Over and Over Again: Xcode quit unexpectedly while using the dsc_extractor.bundle plug-in.
Looks like I'm having a bad morning. I'm on 10.11.6 and Xcode 7.3.1.Xcode keeps crashing. When I re-launch Xcode, it restores the window of my open project and crashes again. I rebooted my machine and was able to start working again for about 5 minutes and now it is doing it again.When relaunching I get:Xcode quit unexpectedly while using the dsc_extractor.bundle plug-in.I sent probably 10-15 crash reports to Apple.
11
0
28k
Jul ’16
SafariBookmarksSyncAgent quit unexpectedly.
Safari / El Capitain 10.11.6Yesterday ended up downloading Safari 11 for Sierra in error - Strangely it allowed installation - but obviously didnt run-long story short I was able to get Safari 11/El Capitain pre release beta to overwite via Pacafist ( installer wouldnt work as it saw Safari as newer)and all working , except now I get :SafariBookmarksSyncAgent quit unexpectedly every 10 seconds.It goes away if I remove SafariBookmarksSyncAgent ( which along with other files in the bundle has a mod date 08/09/17 so hasnt been updated) I have El capiatin 10.11.6 OS final image /Safari EC beta image and the Safari 11 Sierra image.Anyone know what files I can swap over to sort this out.Any advice much appreciated.Some details..more if needed :Dyld Error Message: Symbol not found: _OBJC_CLASS_$_WBSAnalyticsLogger Referenced from: /System/Library/CoreServices/SafariSupport.bundle/Contents/MacOS/SafariBookmarksSyncAgent (which was built for Mac OS X 10.12) Expected in: /System/Library/PrivateFramewo
9
0
33k
Oct ’17