-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi panic: runtime error: invalid memory address or nil pointer dereference #1704
Comments
looks like it's the |
Hello! Same situation on Ubuntu 14.04. Telegraf worked for a few months but yesterday it failed with panic:
|
does it means currently there is not any working telegraf for raspberry? anyway for me the above problem seems to be a little bit different, but can be the cause of the same problem...:-( |
Please submit a PR for telegraf if you have the resources, I do not have a raspberry Pi to test and can't fix this myself. from what I can tell it is only panicking on raspberry, and not on other ARM systems. |
the packaging problem is only the minor problem, the real problem is the segfault. anyway I don't know the way the arm tar.gz created so I can't fix it:-( |
What packaging problem? what does that have to do with this? |
see #2337 |
it gets created in scripts/build.py |
just change this line: |
is there any debug version or anything else we can help with this issue? |
nope, sorry, right now I'm hoping someone will take this on and submit a PR |
ok i found another bug since form the arm tar.gz the /etc/telegraf/telegraf.d missing it's also missing on my machine too. and since the service file start the service as after that i comment out all inputs section from the config file which also cause another segfault without any usable error message. these should have to be fixed or at least reported. |
Is anyone still having an issue with this? I'm running telegraf a RPi3 with raspbian lite and I'm not seeing any issues. I'm using telegraf 1.12.5 using swap, system, cpu, disk, diskio, kernel, mem, and processes input plugins and outputting to influxDB_v2 on my local machine. |
I'll bet many of the arm specific bugs in Go have been worked out over the years. Let's close this one and if anyone still has related problems please open a new issue. |
Hello :
I'm using Raspberry PI 2B+,and the OS is
Raspbian
, theTelegraf
isStandalone Binaries (ARM)
but when I run
telegraf
,I get the error:What can I do ?
The text was updated successfully, but these errors were encountered: