Running lots of lsof commands causing kernel panics?
*lsof -i tcp -i udp +c 20 | awk '{print $1"\t"$5"\t"$8"\t"$9}' | column -t*
The problem is that this activity is causing lots of kernel panics. After having this command running every 20 seconds for maybe an hour or so (sometimes a bit longer, sometimes a bit less) a kernel panic will most definitely occur. The stack traces I'm seeing in the crash report dialog that shows up upon reboot are not very clear either -- the crashes don't seem to be occurring in lsof (it's always something different) but I have a feeling that it's the culprit here.
Does anyone have any insight on this?
MacBook, Mac OS X (10.5.4)