Telegraf service crash (v1.2.1)

Dear Community Members,

I am new to telegraf/Influx and experiencing telegraf service crash with below backtrace:

#0 runtime.raise () at /usr/local/go/src/runtime/sys_linux_amd64.s:110
#1 0x0000000000443527 in runtime.raisebadsignal (sig=11, c=0xc42012fa20) at /usr/local/go/src/runtime/signal1_unix.go:248
#2 0x0000000000443954 in runtime.badsignalgo (sig=11, c=0xc42012fa20) at /usr/local/go/src/runtime/signal1_unix.go:348
#3 0x000000000046046c in runtime.call32 () at /usr/local/go/src/runtime/asm_amd64.s:479
#4 0x000000000040659d in runtime.cgocallbackg1 (ctxt=0) at /usr/local/go/src/runtime/cgocall.go:283
#5 0x0000000000406374 in runtime.cgocallbackg (ctxt=0) at /usr/local/go/src/runtime/cgocall.go:170
#6 0x0000000000461ed4 in runtime.cgocallback_gofunc () at /usr/local/go/src/runtime/asm_amd64.s:728
#7 0x0000000000462fd1 in runtime.goexit () at /usr/local/go/src/runtime/asm_amd64.s:2086
#8 0x0000000000000000 in ?? ()

Is this something has been addressed in newer release? I am using telegraf v1.2.1 and influxdb v1.1.1.

Thanks

I think this is likely to be fixed in a newer version of Telegraf as the newer releases are compiled with a newer version of the Go compiler.

Thank you Daniel for quick response, I will upgrade the version to latest and put under observation.