trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

FreeBSD has deprecated procfs(5). traffic_crashlog should use libprocstat(3) and kvm(3)

Open yannk opened this issue 11 months ago • 0 comments

traffic_crashlog assumes /proc provides the information it needs, in reality this is the case on FreeBSD only if procfs(5) is installed, and it's also a deprecated method.

yannk avatar Jan 31 '25 00:01 yannk