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

REDRIVER2 still crashes when restarting #163

Closed
melroy89 opened this issue Dec 23, 2021 · 1 comment
Closed

REDRIVER2 still crashes when restarting #163

melroy89 opened this issue Dec 23, 2021 · 1 comment
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@melroy89
Copy link

Describe the bug

Driving around until you die (backspace can speed up that progress).
Pressing the restart option will sometimes crash the game. Try at least to restart 3x for example.

See gdb output below.

To Reproduce
Steps to reproduce the behavior:

  1. Play & die
  2. Restart
  3. CRASH . sig abort.

Expected behavior
No crashes.

Environment and game (please complete the following information):

  • Game version: RC1
  • Operating System: Linux Mint 20 (Ubuntu based)
  • CPU model : AMD Ryzen 7 2700
  • GPU model: Sapphire NITRO+ Radeon RX Vega64 (using the amdgpu kernel driver)

Additional context

I tried running gdb (too bad the dev executable does NOT HAVE debug symbols?).

Anyway, here is the output of gdb:

[Psy-X] Running CD thread...
[Psy-X] CD: 'CdlReadS' at 10912
[Psy-X] CD: 'CdlPause'
*** %n in writable segment detected ***
--Type <RET> for more, q to quit, c to continue without paging--

Thread 73 "CDSpooler" received signal SIGABRT, Aborted.
[Switching to Thread 0xd87ffb40 (LWP 37131)]
0xf7fcf549 in __kernel_vsyscall ()

(gdb) bt 30
#0  0xf7fcf549 in __kernel_vsyscall ()
#1  0xf780e4c6 in raise () from /lib/i386-linux-gnu/libc.so.6
#2  0xf77f63f7 in abort () from /lib/i386-linux-gnu/libc.so.6
#3  0xf78534ac in ?? () from /lib/i386-linux-gnu/libc.so.6
#4  0xf785350c in __libc_fatal () from /lib/i386-linux-gnu/libc.so.6
#5  0xf7840a17 in ?? () from /lib/i386-linux-gnu/libc.so.6
#6  0xf78efcb6 in __printf_chk () from /lib/i386-linux-gnu/libc.so.6
#7  0x5662314a in ?? ()
#8  0x5660b2ee in ?? ()
#9  0xf7d408fa in ?? () from /lib/i386-linux-gnu/libSDL2-2.0.so.0
#10 0xf7daf37c in ?? () from /lib/i386-linux-gnu/libSDL2-2.0.so.0
#11 0xf779e635 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#12 0xf78e18fa in clone () from /lib/i386-linux-gnu/libc.so.6
@melroy89 melroy89 added the bug Something isn't working label Dec 23, 2021
@SoapyMan SoapyMan added the duplicate This issue or pull request already exists label Dec 23, 2021
@SoapyMan
Copy link
Contributor

SoapyMan commented Dec 23, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants