OpenSolaris

Printable Version Enter a New Search
Bug ID 6749082
Synopsis assert failure at line 11432 ASSERT(!(ssc->ssc_flags & SSC_FLAGS_NEED_ASSESSMENT));
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:driver-sd-fixed
Keywords scsifma | xen
Responsible Engineer Xiao L
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_100
Fixed In snv_100
Release Fixed solaris_nevada(snv_100)
Related Bugs 6660663
Submit Date 16-September-2008
Last Update Date 16-October-2008
Description
I see an assert failure while booting the HVM domain domu-221. The assert failure is at
line 11432 in sd.c i.e. it trips at the following assert
  ASSERT(!(ssc->ssc_flags & SSC_FLAGS_NEED_ASSESSMENT));

 This code was added to snv_99 by the following putback
	6660663 SD driver need to be hardened for serial SCSI interface

 It is unclear if this is a bug specific to this particular machine or is a generic issue affecting HVM domains. If the latter it is a P1 and needs to be fixed ASAP.

 For access to the HVM domain please contact John Levon.
FYI: you can find the relevant emulation code for HVM here:

/ws/xvm-gate/xen.hg/tools/ioemu/hw/
Work Around
N/A
Comments
N/A