Hello Julien, I've separated gnocchi-api from gnocchi-metricd, and moved the metricd daemon to a new separate host. I applied patch set 3, configured gnocchi.conf with 1 worker and 1 aggregation_workers_number. Had gnocchi-metricd running (ps shows 3 processes) and it is segfaulting: [570576.585198] gnocchi-metricd[30778]: segfault at 24 ip 0000000000558077 sp 00007fffd296c2d0 error 6 in python2.7[400000+2bc000] [570576.733338] Core dump to |/usr/share/apport/apport 30778 11 0 30778 pipe failed [570578.384777] init: gnocchi-metricd main process ended, respawning [571985.831013] gnocchi-metricd[9803]: segfault at 24 ip 0000000000537388 sp 00007fff8e8c5880 error 6 in python2.7[400000+2bc000] [571985.832969] gnocchi-metricd[9802]: segfault at 24 ip 0000000000558077 sp 00007fff8e8c4de0 error 6 in python2.7[400000+2bc000] [571985.956518] Core dump to |/usr/share/apport/apport 9803 11 0 9803 pipe failed [571987.323898] init: gnocchi-metricd main process ended, respawning The coredump left on /usr/share/apport/apport is as follows: --- #!/usr/bin/python3 # Collect information about a crash and create a report in the directory # specified by apport.fileutils.report_dir. # See https://wiki.ubuntu.com/Apport for details. # # Copyright (c) 2006 - 2011 Canonical Ltd. # Author: Martin Pitt