mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[GH-ISSUE #3585] [APP BUG]: Thread 53 "shadPS4:Log" received signal SIGBUS, Bus error. #1067
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1067
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Martinfx on GitHub (Sep 12, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3585
Checklist
Describe the Bug
Hi,
I have a problem on FreeBSD 14-RELEASE amd64. Version is 0.10.0
Reproduction Steps
Compile from source code https://github.com/Martinfx/FreeBSD-Ports/tree/master/shadps4
Expected Behavior
good boot
Specify OS Version
FreeBSD 14.3-RELEASE amd64
CPU
AMD Ryzen 9 5900XT 16-Core Processor
GPU
NVIDIA GeForce GTX 1060 6GB
Amount of RAM in GB
32
@Niram7777 commented on GitHub (Oct 1, 2025):
I guess the first block is the log file (and the second is the terminal) ?
I think we should either call
StopBackendThreadon the destructor of Impl or movestd::jthread backend_thread;above the others variables to be thread safe.What is weird is that normally
assert_fail_implalready callsLog::Stop(StopBackendThread).Also the emulator log to the console before to the file. 🤔