[Bug 281964] devel/godot-tools debugger crashes
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 281964] devel/godot-tools debugger crashes"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Oct 2024 01:50:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281964 --- Comment #3 from Shane <FreeBSD@ShaneWare.Biz> --- I would go with an issue using lldb. Do you have an llvm pkg installed? Check that it matches the base system version. Try `where lldb` is there a /usr/local/bin/lldb and /usr/bin/lldb? does `lldb --version` match `clang --version`? Being c++ I wonder if the pkg build is using the same versions as you have installed? You could try building godot from ports so it links with the libs you have in place. -- You are receiving this mail because: You are the assignee for the bug.