You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a crash (segmentation fault or assertion failure) with certain programs. I first encountered it trying to run pcem, but I can also reproduce it with utils/simplestgame. The strange thing is, the crash only happens when I am using the XMonad window manager. With XFCE or another desktop environment, pcem and the other programs work.
In the cases I have seen, the function SDL_RenderPresent is present in the stack trace; however I don't know if that function is the immediate cause.
Below are instructions to reproduce the segmentation fault using a Debian live CD. You can download an image from https://www.debian.org/CD/live/ and run it in a VM (e.g. kvm -m 3G -cdrom debian-live-11.6.0-amd64-xfce.iso). First, we'll run libTAS under XFCE and see that it works; then we'll install XMonad and see the crash.
I get a crash (segmentation fault or assertion failure) with certain programs. I first encountered it trying to run pcem, but I can also reproduce it with utils/simplestgame. The strange thing is, the crash only happens when I am using the XMonad window manager. With XFCE or another desktop environment, pcem and the other programs work.
In the cases I have seen, the function
SDL_RenderPresent
is present in the stack trace; however I don't know if that function is the immediate cause.Below are instructions to reproduce the segmentation fault using a Debian live CD. You can download an image from https://www.debian.org/CD/live/ and run it in a VM (e.g.
kvm -m 3G -cdrom debian-live-11.6.0-amd64-xfce.iso
). First, we'll run libTAS under XFCE and see that it works; then we'll install XMonad and see the crash.Username: user
Password: live
When I Launch with GDB, this is the stack track in simplestgame I see after the crash:
This is the stack trace of pcem:
The text was updated successfully, but these errors were encountered: