Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault in VOSF #262

Open
DMJC opened this issue Jul 19, 2022 · 3 comments
Open

Segfault in VOSF #262

DMJC opened this issue Jul 19, 2022 · 3 comments

Comments

@DMJC
Copy link

DMJC commented Jul 19, 2022

Compiled on Linux Debian 11 with GCC 12. Options were ./configure' '--enable-sdl-video' '--enable-sdl-audio' '--disable-vosf' '--with-x also tried with --enable-vosf. Both compile but crash on run.

@rickyzhang82
Copy link
Contributor

Follow this guide: https://github.com/cebix/macemu/wiki/Basilisk-II-Compilation-Guide#64bit-fedora-linux-on-intel

Use SDL2. It always works great in Mac and Linux.

@DMJC
Copy link
Author

DMJC commented Jul 20, 2022

I rebuilt following your instructions, sadly getting the same results.

GDB Output:
Thread 1 "BasiliskII" received signal SIGSEGV, Segmentation fault.
0x00000000780db813 in video_vosf_profitable (duration_p=0x0, n_page_faults_p=0x0) at ./../CrossPlatform/video_vosf.h:251
251 addr[0] = 0; // Trigger Screen_fault_handler()
(gdb)

@DMJC
Copy link
Author

DMJC commented Jul 21, 2022

I ended up grabbing the sourcecode from another repository and was able to build it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants