Brad Murray
Brad Murray
I just noticed I'm hitting this error as well, which is breaking debugging in GoLand for me. If you need any additional information I'm happy to help.
`go test -gcflags="all=-N -l" -c ./path/to/package -o out && otool -l out | grep debug -A 10` ``` sectname __zdebug_line segname __DWARF addr 0x0000000106ddf000 size 0x00000000001d73d1 offset 99237888 align 2^0...
I was using golang installed from homebrew, but the issue persists when I just download the package installer from https://go.dev/dl/ ``` /usr/local/go/bin/go version go version go1.24.0 darwin/arm64 clang --version Apple...
Can reproduce with this repository here: https://github.com/mautrix/signal/ It's got a native rust dependency in a submodule, so initialize the submodule and then run `DBG=1 ./build.sh`. This will build the rust...