$ gdb gxine GNU gdb (Gentoo 7.3.1 p1) 7.3.1 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/gxine...done. (gdb) run Starting program: /usr/bin/gxine [Thread debugging using libthread_db enabled] [New Thread 0x7ffff7fec700 (LWP 19642)] [New Thread 0x7ffff7fae700 (LWP 19643)] [New Thread 0x7ffff7f8d700 (LWP 19644)] [New Thread 0x7fffe94b7700 (LWP 19645)] [New Thread 0x7fffe8678700 (LWP 19646)] [New Thread 0x7fffe7185700 (LWP 19647)] [New Thread 0x7fffe6984700 (LWP 19648)] [New Thread 0x7fffe5b5e700 (LWP 19649)] [New Thread 0x7fffe4f74700 (LWP 19650)] [New Thread 0x7fffdffff700 (LWP 19651)] [New Thread 0x7fffd352d700 (LWP 19652)] [New Thread 0x7fffe4051700 (LWP 19653)] [New Thread 0x7fffd235c700 (LWP 19654)] [New Thread 0x7fffd1b5b700 (LWP 19655)] [New Thread 0x7fffd135a700 (LWP 19656)] [New Thread 0x7fffd0b59700 (LWP 19657)] [New Thread 0x7fffd0358700 (LWP 19658)] warning: configuration item media.audio_cd.cddb_cachedir points to a non-existent location /home/ssuominen/.xine/cddbcache warning: configuration item media.capture.save_dir points to a non-existent location warning: configuration item media.dvb.channels_conf points to a non-existent location /home/ssuominen/.xine/channels.conf warning: configuration item media.dvd.raw_device points to a non-existent location /dev/rdvd warning: configuration item media.dvd.css_cache_path points to a non-existent location /home/ssuominen/.dvdcss/ warning: configuration item subtitles.separate.font_freetype points to a non-existent location Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7bbe184 in lexer_finalize_r () from /usr/lib64/libxine.so.1 (gdb) bt #0 0x00007ffff7bbe184 in lexer_finalize_r () from /usr/lib64/libxine.so.1 #1 0x00007ffff7bbf95c in xml_parser_finalize_r () from /usr/lib64/libxine.so.1 #2 0x000000000042abc9 in playlist_load (fname=0x1829e00 "/home/ssuominen/.config/gxine/playlist") at playlist.c:529 #3 0x000000000042d95c in playlist_init () at playlist.c:2588 #4 0x000000000042019a in main (argc=1, argv=0x7fffffffddf8) at main.c:747 (gdb) quit A debugging session is active. Inferior 1 [process 19639] will be killed. Quit anyway? (y or n) y