Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626338 - games-emulation/fceux-2.2.2: segfault
Summary: games-emulation/fceux-2.2.2: segfault
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-27 09:31 UTC by Raymond Jennings
Modified: 2017-07-28 19:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raymond Jennings 2017-07-27 09:31:08 UTC
Initializing video...Initializing with OpenGL (Disable with '--opengl 0').
scalers not compatible with openGL mode.
Stack trace (most recent call last):
#7    Object "", at 0xffffffffffffffff, in 
#6    Source "../sysdeps/x86_64/start.S", line 118, in _start [0x40f3d8]
#5    Source "../csu/libc-start.c", line 289, in __libc_start_main [0x7fc488e7864f]
#4    Source "src/drivers/sdl/sdl.cpp", line 918, in main [0x40ed2a]
#3    Source "src/drivers/sdl/sdl.cpp", line 289, in DoFun [0x4c6bff]
#2    Source "src/drivers/sdl/sdl.cpp", line 409, in FCEUD_Update [0x4c6a0c]
#1    Source "/usr/src/debug/media-libs/libsdl-1.2.15-r9/SDL-1.2.15/src/video/SDL_video.c", line 1536, in SDL_GL_SwapBuffers [0x7fc48b874767]
       1533: 	SDL_VideoDevice *video = current_video;
       1534: 	SDL_VideoDevice *this = current_video;
       1535: 
      >1536: 	if ( video->screen->flags & SDL_OPENGL ) {
       1537: 		video->GL_SwapBuffers(this);
       1538: 	} else {
       1539: 		SDL_SetError("OpenGL video mode has not been set");
Segmentation fault (Address not mapped to object [0x250])

No core dump was generated
Comment 1 Raymond Jennings 2017-07-27 09:34:12 UTC
I attempted to enable opengl while the "scale2x" filter was enabled
Comment 2 Jonas Stein gentoo-dev 2017-07-28 19:12:50 UTC
Thank you for the report. 

Please update and retry with games-emulation/fceux-2.2.2-r1

Please attach the logfiles also
https://wiki.gentoo.org/wiki/Bugzilla/Bug_report_guide#Report_a_build-time_bug_.28emerge_failed.29
and reopen this ticket (Status:unconfirmed).