https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283747

--- Comment #17 from Gleb Smirnoff <gleb...@freebsd.org> ---
My current theory is that telegraf closes active connection somehow different
than other applications, which creates conditions to hit this bug.  Otherwise
we would see this panic with all kinds of software.  The 30-60 period that you
see is the TCP 2MSL timeout, and that matches the stack trace that you have.
It happens in garbage collecting of TCP connections in timewait.

If you have possibility, can you please intentionally panic a machine, but
first run ktrace on the telegraf.  Assuming telegraf PID is 6666, the command
would be 'ktrace -p 6666'.  It will write to ktrace.out that would be located
in the current directory, so make sure it is not /tmp or other directory that
is cleansed on startup.  Since you are going to intentionally panic the machine
anyway, would be also very helpful if you write kernel crashdump that can be
later shared with me and Mark.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to