mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #2765] [APP BUG]: SIGSEGV: address not mapped to object (fault address: 0x0) #895
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#895
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 (Apr 9, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2765
Checklist
Describe the Bug
Reproduction Steps
Expected Behavior
No response
Specify OS Version
FreeBSD 14.2-RELEASE amd64
@squidbus commented on GitHub (Apr 9, 2025):
I’m not sure if we support FreeBSD, but it seems this issue is happening inside SDL?
@Martinfx commented on GitHub (Apr 9, 2025):
Can i be the maintainer for FreeBSD? I've been researching it for 2 days. It is inside SDL3
@squidbus commented on GitHub (Apr 9, 2025):
You are free to submit fixes for FreeBSD if you wish, yes.
@Martinfx commented on GitHub (Apr 10, 2025):
topis for this problem https://discourse.libsdl.org/t/sdl3-sigsegv-address-not-mapped-to-object-fault-address-0x0/59162/3
@squidbus commented on GitHub (Apr 10, 2025):
Based on the discussion there so far regarding threading, you can try extending the
__APPLE__path here to also be taken for FreeBSD: https://github.com/shadps4-emu/shadPS4/blob/main/src/qt_gui/main_window.cpp#L1202-L1212@Martinfx commented on GitHub (Apr 10, 2025):
Thank you.
@Martinfx commented on GitHub (Apr 10, 2025):
so it is still problem;
@Martinfx commented on GitHub (Apr 11, 2025):
After a discussion on the SDL forum, i created an issue https://github.com/libsdl-org/SDL/issues/12799
@Martinfx commented on GitHub (Jun 25, 2025):
@Hermiten maybe this label is bad becuase this bug is on freebsd
@Martinfx commented on GitHub (Aug 27, 2025):
SDL fixed bug in
github.com/libsdl-org/SDL@10458f2cac@StevenMiller123 commented on GitHub (Aug 27, 2025):
@Martinfx Could you confirm if the original issue is still present, now that the SDL bug is fixed?
@Martinfx commented on GitHub (Aug 28, 2025):
Shas must update SDL repo to fix SDL
@squidbus commented on GitHub (Aug 28, 2025):
Yes but have you confirmed at all by updating it yourself whether the issue is actually gone with the latest SDL?
@Martinfx commented on GitHub (Aug 28, 2025):
Yes. it falls in another part shadps4