Verify the Agent Exclusions are present in any installed third-party security applications (e.g. antivirus, firewall, real-time scanner, vulnerability scanner, etc.).
If the issue persists
Collect the following items & details before opening a case with Support
Full OS version and build
Agent version being used
List of any/all other security software installed
Confirmation of whether the issue can be recreated or not, and if so how
Use Terminal to collect and zip the crash dump files that are written by default to: /var/crash and /var/log
sudo tar cvfz /var/tmp/$HOSTNAME-CrashLogs.tgz /var/crash
sudo tar cvfz /var/tmp/$HOSTNAME-SystemLogs.tgz /var/log
If the vmcore files are missing, please verify that the Kdump service is active using steps in this KB
Check if the default path for writing crash logs has been modified in the config file: /etc/kdump.conf
Collect the Agent Historical Logs:
cd /opt/bit9/bin
sudo ./b9cli --capture /var/tmp/$HOSTNAME-AgentLogs.tgz
Output of the kernel version:
uname -r
macOS:
Use Terminal to collect the System Logs:
system_profiler -detailLevel full > ~/Desktop/`hostname`-sysinfo.txt
tar -cvf ~/Desktop/`hostname`-DiagnosticReports.tar /Library/Logs/DiagnosticReports
Use Terminal to collect the Agent Historical Logs:
cd /Applications/Bit9/Tools
./b9cli --capture ~/Desktop/`Hostname`-AgentLogs.zip