Closed staticfloat closed 4 years ago
Can you check with the 1.14.0 release to see if it still occurs?
Ah, I permuted the latest release in my head and thought I already have it! Confirmed that the latest release doesn't have this segfault. Thanks!
I have
telegraf v1.10.4
running inside of a docker container on anarmv7l
board, and it reliably segfaults after a few minutes of collecting stats.Relevant telegraf.conf:
System info:
Telegraf version:
v1.10.4
OS: Debian 9 Hardware: Firefly RK3328-CC Kernel:v4.4.114
Docker
The docker-compose setup is available here: https://github.com/staticfloat/julia-docker/tree/master/telegraf
Steps to reproduce:
I just run the docker container, and it eventually segfaults. Here is an example log file: https://gist.github.com/staticfloat/68ccde0c51274ff01bae3c3535992f07
I note that I have two other identical machines (
firefly2
andfirefly3
) that do not exhibit this behavior, and all three are running identical software configurations. Thestrconv.bigFtoa
in the stack trace leads me to believe that there's some kind of malformed float that is getting converted, perhaps, so this may be data/sensor-dependent.