Search results for

LLDB crash

29,541 results found

Post

Replies

Boosts

Views

Activity

LLDB RPC Crash in Xcode Playgrounds
Hi, upgraded to Xcode Version 16.3 (16E140) today and now Playground can't execute JSON decoding. The code below is taken from Apple's own JSONDecoder example: struct GroceryProduct: Codable { var name: String var points: Int var description: String? } let json = { name: Durian, points: 600, description: A fruit with a distinctive scent. } .data(using: .utf8)! let decoder = JSONDecoder() let product = try decoder.decode(GroceryProduct.self, from: json) print(product.name) // Prints Durian This use to work in the previous Xcode version. Now I get this error: The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. This file doesn't exist in the location. I've restarted Xcode and the Mac, same error. Any thoughts?
1
0
87
Apr ’25
debugserver quits unexpectedly every time I run a playground
Here is the crash report: ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: debugserver [1466] Path: /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/Resources/debugserver Identifier: com.apple.dt.Xcode Version: 12.5.1 (18212) Build Info: IDEFrameworks-18212000000000000~4 (12E507) App Item ID: 497799835 App External ID: 842555601 Code Type: ARM-64 (Native) Parent Process: lldb-rpc-server [1301] Responsible: Xcode [1287] User ID: 501 Date/Time: 2021-07-16 10:48:03.3698 -0400 OS Version: macOS 12.0 (21A5268h)
2
0
602
Jul ’21
Xcode quit unexpectedly 7.3.1
hii now start work with xcodei get xcode 7.3.1 from app storewhen click on xcode show this messagexcode quit unexpectedlyss: Xcode [1191] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 7.3.1 (10188.1) Build Info: IDEFrameworks-10188001000000000~3 App Item ID: 497799835 App External ID: 817226719 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Xcode [1191] User ID: 503 Date/Time: 2016-05-15 15:01:05.300 +0430 OS Version: Mac OS X 10.90 (14A361p) Report Version: 11 Anonymous UUID: 26157A9A-2819-E118-A11A-842958E9419B Sleep/Wake UUID: 1C9B787C-6AAD-4648-88B7-7BB94A603B98 Time Awake Since Boot: 8500 seconds Time Since Wake: 2900 seconds Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: ProductBuildVersion: 7D1014 ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEInterfaceBuilder/IDEInterfaceBuilder-10117
0
0
738
May ’16
My REST Service APP quits unexpectedly on Big Sur
Since upgrading to Big Sur, if an attempt to connect to the REST service fails, the App quits unexpectedly. For example, this happens if the user does not have WiFi open and tries to connect, or if the user cannot access the server (i.e. if the server is temporarily unavailable). On previous versions of MacOS, the exception was handled correctly inside the App. Is there something I need to add to plist or something? Or has anything network related been phased out? (The App is developed using Delphi 10.3 with TRestRequest and executeasync; on Catalina and earlier the ACompletionHandlerWithError is called and the exception handled there). I believe the error being thrown is Runtime Error 231. (I am very new to Apple Development, so apologies if I have missed an obvious place to search for information on this!)
4
0
343
Dec ’20
Missing elements and LLDB RPC server crashes
I'm having problems getting UI tests to run with XCode 8.the test fails to find a button using app.buttons['someAccessibilityIdentifier'] although the app does have a UIView with button trait and the required accesibilityIdentifier.If I set a breakpoint before the failing query and try to see what buttons are available in the debugger window of the UITest with(lldb) po app.buttonsI get the crash Message from debugger: The LLDB RPC server has crashed. 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.and the debug session goes away. I notice that this message is probably from the debugger session for the app, since I see messages I printed in the app to trace setting the accessibilityIdentifiers. I also notice that when I run the app, and use the debug view hierarchy button that other buttons in the app which have accessibility ids which CAN be fou
2
0
3.2k
Sep ’16
LLDB RPC Server Crashed (Xcode 12)
We have some developers on our team experiencing a crash while trying to debug. Message from debugger: The LLDB RPC server has crashed. 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. Fatal error: Invalid position SourceEditorPosition: line: 244, col: 38 with line length 26 : file /Library/Caches/com.apple.xbs/Sources/SourceEditor/SourceEditor-17136/SourceEditor/SourceEditor/CoreEditor/Model/SourceEditorDataSource.swift, line 2710 This is happening with breakpoints in specific spots in our mostly C++ codebase. It is happening in Xcode 12.0.1 and did not happen in the same version of Xcode in our branch without the Widget Extension added. Is there anything we can do? We've reported it with Apple Feedback and heard nothing back. We're going to try to reproduce it on Xcode 12.1.1 RC.
6
0
4k
Nov ’20
XCode Quits Unexpectedly When Running Code Through a Second Time.
I am new to coding and I am working on a project that incorporates three files. While running the code on XCode, everything works as expected until I run to completion and attempt to run the code again. Everytime I run through the code all the way, and hit the play button again, the app quits unexpectedly with the following Problem Report. This same code did not have the same problems when I ran it through XCode version 14.3, but always does on XCode on version 15.0. Translated Report (Full Report Below) Process: Xcode [3228] Path: /Applications/Xcode 15.0.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 15.0 (22265) Build Info: IDEApplication-22265000000000000~3 (15A240d) App Item ID: 497799835 App External ID: 859515098 Code Type: ARM-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time: 2023-09-26 16:11:58.5501 -0400 OS Version: macOS 14.0 (23A344) Report Version: 12 Anonymous UUID: 39956118-B5D9-942D-446C-1EB71E28673B Sleep/Wake UUID: 8501A0C3-6A36-4534-A018-F5A
3
0
1.4k
Sep ’23
Xcode 14.2+: lldb-rpc-server has crashed.
I don't know when this started but it's basically brought my development to a standstill. I know it worked fine in macOS 13.2.1, though I didn't try Xcode 14.3 RC 2 in 13.2.1. Basically, Xcode 14.3 RC 2 (14E222b) and also Xcode 14.2 (14C18) (which had been stable up till now) are both unable to launch the app in debug mode. As soon as the launched/debugged app finally starts, the following is printed to Xcode's console: Message from debugger: 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. The crash log is always the same. The full log is at https://gist.github.com/NSGod/5e194900bd6f5a9ac9328b936a26037e. There seems to be an infinite loop in thread 6: Thread 6 Crashed:: <lldb.process.internal-state(pid=30877)> 0 LLDB 0x12030cfb4 ParseTrieEntries(...
11
0
6k
Mar ’23
Xcode quits unexpectedly when I try to open MainMenu.xib
As stated Xcode is quiting unexpectedly when I try to open MainMenu.xib to edit my interface. The project still compiles and runs OK though. I haven't worked on the project for a while and it's been a couple months or so since last opened and Xcode has updated a couple times since. The project was updated to recommended setting when opened, plus I tried cleaning the project but to no avail. Below is the log generated. libobjc.A.dylib seems to be the culprit. Process:ttttttt Xcode [46413] Path:ttttttttt/Applications/Xcode.app/Contents/MacOS/Xcode Identifier:ttttttcom.apple.dt.Xcode Version:ttttttt 12.0.1 (17220) Build Info:ttttttIDEFrameworks-17220000000000000~4 (12A7300) App Item ID:ttttt 497799835 App External ID:ttt 837868483 Code Type:tttttt X86-64 (Native) Parent Process:tttt??? [1] Responsible:ttttt Xcode [46413] User ID:ttttttt 501 Date/Time:tttttt 2020-10-08 08:32:05.228 -0400 OS Version:ttttttMac OS X 10.15.7 (19H2) Report Version:tttt12 Bridge OS Version:tt 4.6 (17P6610) Anonymous U
1
0
459
Oct ’20
Reply to Debug Failed in Xcode Simulator
macOS 15.4 + Xcode 16.x – Breakpoints completely broken, LLDB crashes Just upgraded to macOS 15.4 and started running into a serious issue with breakpoints in Xcode 16.2 (also tested 16.1 and 16.3). Basically, whenever a breakpoint is hit, Xcode fails with this error: Couldn't find the Objective-C runtime library in loaded images. Message from debugger: 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. After this, the build just stops, no breakpoint is hit, and no stack trace is shown. Debugging becomes completely unusable. I’ve confirmed this happens consistently across multiple Xcode versions after upgrading to macOS 15.4. Seems like the update broke something deep in the debugger/LLDB internals. Workaround The only way I’ve been able to get around it is to run th
Apr ’25
lib++abi unexpectedly quits on Mac OS13.1
I am running a complex robot platform built with Python3.9 on a Mac OS Ventura13.1. So far this has been working fine but due to Ventura I had to update Xcode to version 14.2 and now it crashes on lib++abi, which I believe comes with Xcode14.2: libc++abi: terminating I read that this library may raise exceptions that are not caught. Since it is complex code with many layers and dependencies I do not know where it is called and how to fix it.
0
0
300
Feb ’23