[melodie@bento64:/tmp]$ gdb volumeicon
GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9
Copyright (C) 2015 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-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 volumeicon...(no debugging symbols found)...done.
(gdb) bt full
No stack.
(gdb) run
Starting program: /usr/bin/volumeicon
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL HDA NVidia
volumeicon: alsa_backend.c :86 : asound_get_volume: l'assertion « m_elem != ((void *)0) » a échoué.
Program received signal SIGABRT, Aborted.
0x00000032f6835267 in raise () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt full
#0 0x00000032f6835267 in raise () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00000032f6836eca in abort () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2 0x00000032f682e03d in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#3 0x00000032f682e0f2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000407806 in ?? ()
No symbol table info available.
#5 0x00000000004046fc in ?? ()
No symbol table info available.
#6 0x00000032f6820a40 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#7 0x0000000000404922 in ?? ()
No symbol table info available.
(gdb)