def _check_vmcore(self, filename):
     '''
     Will create a VMCore object from a given core file
     or throw an exception if crash has a problem inspecting the
     core file for OSRELEASE.
     '''
     self.vmcore = VMCore(filename)