FS#66844 - Launching snes9x-gtk gives segfault

Attached to Project: Community Packages
Opened by Felix Fung (felixfung) - Sunday, 31 May 2020, 02:28 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 31 May 2020, 02:50 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Launching snes9x-gtk gives segfault

Name : snes9x-gtk
Version : 1.60-6


GNU gdb (GDB) 9.1
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from snes9x-gtk...
(No debugging symbols found in snes9x-gtk)
(gdb) r
Starting program: /usr/bin/snes9x-gtk
warning: File "/usr/lib/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
add-auto-load-safe-path /usr/lib/libthread_db-1.0.so
line to your configuration file "/home/felix/.gdbinit".
To completely disable this security protection add
set auto-load safe-path /
line to your configuration file "/home/felix/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
info "(gdb)Auto-loading safe path"
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
[New LWP 1769]
[New LWP 1770]
[New LWP 1771]
[New LWP 1772]

Thread 1 "snes9x-gtk" received signal SIGSEGV, Segmentation fault.
0x00007ffff7ffcd90 in ?? () from /lib64/ld-linux-x86-64.so.2
(gdb) bt
#0 0x00007ffff7ffcd90 in () at /lib64/ld-linux-x86-64.so.2
#1 0x00007ffff7fdc9a8 in () at /lib64/ld-linux-x86-64.so.2
#2 0x00007ffff7fdcc21 in () at /lib64/ld-linux-x86-64.so.2
#3 0x00007ffff7fde7e4 in () at /lib64/ld-linux-x86-64.so.2
#4 0x00007ffff7fe5f1b in () at /lib64/ld-linux-x86-64.so.2
#5 0x00007ffff7f1d2d8 in _dl_catch_exception () at /usr/lib/libc.so.6
#6 0x00007ffff7fe58ff in () at /lib64/ld-linux-x86-64.so.2
#7 0x00007ffff5f8015c in () at /usr/lib/libdl.so.2
#8 0x00007ffff7f1d2d8 in _dl_catch_exception () at /usr/lib/libc.so.6
#9 0x00007ffff7f1d3a3 in _dl_catch_error () at /usr/lib/libc.so.6
#10 0x00007ffff5f808df in () at /usr/lib/libdl.so.2
#11 0x00007ffff5f801ea in dlopen () at /usr/lib/libdl.so.2
#12 0x00007ffff1389450 in glPrimitiveBoundingBox ()
at /usr/lib/libGLX_mesa.so.0
#13 0x00007ffff13761d3 in () at /usr/lib/libGLX_mesa.so.0
#14 0x00007ffff137ec0f in () at /usr/lib/libGLX_mesa.so.0
#15 0x00007ffff136ada9 in () at /usr/lib/libGLX_mesa.so.0
#16 0x00007ffff1366143 in () at /usr/lib/libGLX_mesa.so.0
#17 0x00007ffff1366bc2 in () at /usr/lib/libGLX_mesa.so.0
#18 0x00007ffff13c7a79 in glXChooseFBConfig () at /usr/lib/libGLX.so.0
#19 0x00005555558c10c4 in ()
#20 0x00005555558c4b22 in ()
#21 0x00005555557d75ed in ()
#22 0x000055555558f375 in main ()
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 31 May 2020, 02:50 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Caused by glibc-git

Loading...