kernel panic when compiling

Hi I was compiling from the standard ports tree and my system kernel panicked. I have included the screen grab in this post. Thanks, nedry.

crash.png
 
Looks like disk issues. LLVM is a pretty hard build, it's going to push things to the limit. You may want to check your da0 for errors with smartclt(1).

As this looks like a VMWare virtual machine (assuming it's configured with an emulated LSI controller) you could have problems with VMWare itself. If the emulated controller timed out passing the disk access to the host.

[Mod: moved this to Emulation and Virtualization because it appears to be a VMWare issue]
 
nedry how is the VM configured? How many cores, memory, etc. And how much does the host have (cores, memory, etc)?
 
Assigning too many vCPUs to a VM typically kills performance as the guest needs to wait for all those cores to become available on the host. This can lead to stalls in the VM. Not sure based on the current information but that looks like it could be a reason for the "spin lock held too long" panic.

Article refers to ESXi but this "too many vCPUs" issue crops up with any kind of virtualization. It's a common problem with new virtualization users, their first instinct is to add as many cores as possible.
https://4sysops.com/archives/vmware-performance-the-worst-configuration-mistakes/#oversized-vms
 
nedry Do you have crash dump ? Would it be possible to share ?
IMO that SCSI command failure (35H) is just victim of the previous issues.
 
I may have it still on the system, however if you look at the screen dump I posted, its huge its 11962mb
 
Back
Top