Skip to content

Debugging broken after Mac OS Sonoma Update #3538

Closed
@tfnaylor

Description

Delve Version: 1.21.1
Go Version: go1.21.3
XCode Version: 15.01
VSCode Version: : 1.83.1

2019 Macbook Pro (intel)

After installing Mac OS Sonoma, I get the following terminal output when attempting to debug:

*** START OUTPUT ***
runtime: g 23: unexpected return pc for runtime.sigpanic called from 0x2e16009
stack: frame={sp:0xc000083c88, fp:0xc000083cb8} stack=[0xc000083000,0xc000084000)
0x000000c000083b88: 0x00000000010413be <runtime.panicmem+0x000000000000003e> 0x000000c000083c68
0x000000c000083b98: 0x000000c00051f6c0 0x0000000000000000
0x000000c000083ba8: 0x000000c000083c58 0x000000000104293f <runtime.gopanic+0x000000000000015f>
0x000000c000083bb8: 0x0000000000000018 0x000000000000000d
0x000000c000083bc8: 0x000000000000000d 0x000000000000000d
0x000000c000083bd8: 0x000000c0003d5a00 0x0000000000000000
0x000000c000083be8: 0x0000000002053cc0 0x0000000000000000
0x000000c000083bf8: 0x0000000000000000 0x0000000000000000
0x000000c000083c08: 0x0000000000000000 0x000000c00051f6c0
0x000000c000083c18: 0x0000000002bb8070 0x0000000000000000
0x000000c000083c28: 0x0000000002053cc0 0x0000000002bb8070
0x000000c000083c38: 0x0000000000000000 0x0000000000000000
0x000000c000083c48: 0x0000000000000000 0x0000000000000000
0x000000c000083c58
2023-10-24T11:29:35-06:00 error layer=dap runtime error: EOF
Unable to retrieve goroutines: write tcp 127.0.0.1:50488->127.0.0.1:50489: write: broken pipe
Detaching and terminating target process
*** END OUTPUT ***

At this point debugging is paused and must be manually terminated (using VSCode IDE widget).

I have tried the xcode-select --install command, which has worked in the past with Mac OS updates, but it just tells me the command line tools are already installed and does not resolve the problem.

I would think that a lot of people are running into this but I did not see anything in current issues so I created this one.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions