Comment 36 for bug 1533793

Revision history for this message
Julien Danjou (jdanjou) wrote :

Try that:

1. Disable apport with /etc/init.d/apport stop
2. Stop gnocchi-metricd
3. Run gnocchi-metricd in foreground with gdb: gdb --args /usr/bin/python2.7 /usr/bin/python/gnocchi-metricd --debug
4. (gdb) run
5. Wait for it to crash :)
6. When it segfaults, at the (gdb) prompt type: bt full

The program might be slower while running with gdb.