You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GDB's backtrace output:
#0 0x00007ffff7b6ac12 in SDL_FillRect () from /usr/lib/libSDL-1.2.so.0 #1 0x000055555555a123 in ?? () #2 0x00005555555593e0 in ?? () #3 0x00005555555560d4 in ?? ()
#4 0x00005555555552ec in ?? ()
#5 0x00007ffff77a9f6a in __libc_start_main () from /usr/lib/libc.so.6
#6 0x000055555555552a in ?? ()
build using the AUR PKGBUILD "pom1"
The text was updated successfully, but these errors were encountered:
GDB's output after rebuild with debug symbol:
#0 0x00007ffff7b6ac12 in SDL_FillRect () from /usr/lib/libSDL-1.2.so.0 #1 0x000055555555b67b in redrawScreen () at screen.c:224 #2 0x000055555555a2c2 in inputLoop (str=, func=0x55555555ae80 ) at options.c:133 #3 0x0000555555555e8e in handleInput () at keyboard.c:130
#4 0x00005555555595fa in main (argc=, argv=) at main.c:127
GDB's backtrace output:
#0 0x00007ffff7b6ac12 in SDL_FillRect () from /usr/lib/libSDL-1.2.so.0
#1 0x000055555555a123 in ?? ()
#2 0x00005555555593e0 in ?? ()
#3 0x00005555555560d4 in ?? ()
#4 0x00005555555552ec in ?? ()
#5 0x00007ffff77a9f6a in __libc_start_main () from /usr/lib/libc.so.6
#6 0x000055555555552a in ?? ()
build using the AUR PKGBUILD "pom1"
The text was updated successfully, but these errors were encountered: