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 asteroid.zip #87

Open
dankcushions opened this issue Jun 21, 2021 · 0 comments
Open

Segfault in asteroid.zip #87

dankcushions opened this issue Jun 21, 2021 · 0 comments

Comments

@dankcushions
Copy link
Contributor

Using RPi4 (ARMv8) 32-bit, RA 1.9.4:

Thread 1 "retroarch" received signal SIGSEGV, Segmentation fault.
0xaef7a0e0 in clever_mark_dirty () at src/vidhrdw/vector.c:796
796	src/vidhrdw/vector.c: No such file or directory.
(gdb) bt
#0  0xaef7a0e0 in clever_mark_dirty () at src/vidhrdw/vector.c:796
#1  0xaef7a484 in vector_vh_update (bitmap=0x9cd288, full_refresh=0) at src/vidhrdw/vector.c:853
#2  0xaef7ac40 in vector_vh_screenrefresh (bitmap=0x9cd288, full_refresh=0) at src/vidhrdw/vector.c:966
#3  0xaef16f40 in draw_screen (_bitmap_dirty=0) at src/mame.c:568
#4  0xaef16e2c in updatescreen () at src/mame.c:538
#5  0xaef5ca28 in cpu_vblankcallback (param=0) at src/cpuintrf.c:2042
#6  0xaef6ae7c in timer_schedule_cpu (cpu=0x9dd484, cycles=0xafb79968 <cycles_running>) at src/timer.c:514
#7  0xaef588ec in cpu_run () at src/cpuintrf.c:809
#8  0xaef172f0 in run_machine () at src/mame.c:665
#9  0xaef15b34 in run_game (game=1610) at src/mame.c:158
#10 0xaf64a684 in run_thread_proc () at src/libretro/libretro.c:374
#11 0xaf657f58 in co_switchPython Exception <class 'gdb.MemoryError'> Cannot access memory at address 0xfffffff0: 
(gdb) 

according to compatibility lists this has worked on lesser Pis in the past, but I bisected back to 9ab5058 and the same error (bt is for this that commit)

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

Successfully merging a pull request may close this issue.

1 participant