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

DISPMANX segfault on switching to emulation #1832

Closed
ghost opened this issue Jun 20, 2015 · 2 comments
Closed

DISPMANX segfault on switching to emulation #1832

ghost opened this issue Jun 20, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 20, 2015

Since the driver rewrite, Menus work fine, but when i start emulation retroarch Segfaults
I'm compiling at 4045080

using the latest dispmanx_gfx commit at #1823

Program received signal SIGSEGV, Segmentation fault.
0x000a6854 in dispmanx_set_aspect_ratio ()
(gdb) bt
#0 0x000a6854 in dispmanx_set_aspect_ratio ()
#1 0x000268b4 in video_driver_set_aspect_ratio ()
#2 0x0001ac60 in event_command ()
#3 0x00060f1c in menu_load_content ()
#4 0x00017d9c in rarch_main_set_state ()
#5 0x0001a214 in event_command ()
#6 0x00060fd4 in menu_common_load_content ()
#7 0x00080314 in action_ok_file_load ()
#8 0x000658f4 in menu_entry_action ()
#9 0x00086d84 in action_iterate_main ()
#10 0x00065760 in menu_entry_iterate ()
#11 0x000612a8 in menu_iterate ()
#12 0x0001cb80 in rarch_main_iterate ()
#13 0x00013c88 in rarch_main () at frontend/frontend.c:335
#14 0x76a8081c in __libc_start_main () from /lib/arm-linux-gnueabihf/libc.so.6
#15 0x00011018 in _start ()

Using the dispmanx_gfx.c at #1808

Program received signal SIGSEGV, Segmentation fault.
0x000a9eb4 in dispmanx_surface_setup ()
(gdb) bt
#0 0x000a9eb4 in dispmanx_surface_setup ()
#1 0x000aa6e8 in dispmanx_set_aspect_ratio ()
#2 0x000269a4 in video_driver_set_aspect_ratio ()
#3 0x0001ac78 in event_command ()
#4 0x00060dd4 in menu_load_content ()
#5 0x00017db4 in rarch_main_set_state ()
#6 0x0003224c in rarch_environment_cb ()
#7 0x00018050 in rarch_playlist_load_content ()
#8 0x000848cc in action_ok_playlist_entry ()
#9 0x0006781c in menu_entry_action ()
#10 0x0008a3b4 in action_iterate_main ()
#11 0x00067688 in menu_entry_iterate ()
#12 0x00061160 in menu_iterate ()
#13 0x0001cba8 in rarch_main_iterate ()
#14 0x00013ca0 in rarch_main () at frontend/frontend.c:335
#15 0x76a8081c in __libc_start_main () from /lib/arm-linux-gnueabihf/libc.so.6
#16 0x00011018 in _start ()

testing with genesisplusgx, fba and fceumm cores on RPI2.

@ghost
Copy link
Author

ghost commented Jun 23, 2015

Tested against #1833
This is still segfaulting on dispmanx_set_aspect_ratio

@ghost
Copy link
Author

ghost commented Jun 27, 2015

fixed at ba69eda
thanks Vanfanel!

@ghost ghost closed this as completed Jun 27, 2015
This issue was closed.
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

0 participants