[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, 04 Mar 2025 23:01:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281964
jp_ambriz@hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Closed
Resolution|--- |FIXED
--- Comment #4 from jp_ambriz@hotmail.com ---
The file core/debugger/remote_debugger.cpp has two lines:
mutex.lock(); at 438
mutex.unlock(); at 440
that have been removed in 4.3 and later.
That was the cause.
--
You are receiving this mail because:
You are the assignee for the bug.