Comment 37 for bug 1533793

Revision history for this message
Nicolas Vila (nvlan) wrote :

Hello Julien,

Still no luck. I've followed your last steps but gdb still says no stack:

root@gnocchi-metricd:~# gdb --args /usr/bin/python2.7 /usr/local/bin/gnocchi-metricd --debug
GNU gdb (GDB) 7.6.2
Copyright (C) 2013 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-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python2.7...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/python2.7 /usr/local/bin/gnocchi-metricd --debug
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
2016-01-20 13:50:15.543 23251 DEBUG gnocchi.service [-] ******************************************************************************** log_opt_values /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2367
(...)
2016-01-20 13:50:16.672 23264 DEBUG gnocchi.storage [-] Processing new and to delete measures process_background_tasks /usr/local/lib/python2.7/dist-packages/gnocchi/storage/__init__.py:182
[Inferior 1 (process 23251) exited normally]
(gdb) bt full
No stack.
(gdb)

I'm going to deploy a fresh metricd host just to be 100% sure this issue is reproducible, will update when confirmed.

Many thanks, regards.