OpenSolaris

Printable Version Enter a New Search
Bug ID 6756767
Synopsis eversholt no longer accepts ereports with cpu scheme detectors
State 10-Fix Delivered (Fix available in build)
Category:Subcategory fma:eversholt
Keywords
Responsible Engineer Stephen Hanson
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_102
Fixed In snv_102
Release Fixed solaris_nevada(snv_102)
Related Bugs
Submit Date 7-October-2008
Last Update Date 6-November-2008
Description
This is due to a typo in the fix for 6657255 in platform_getpath()
	"strcmp(scheme, FM_FMRI_SCHEME_CPU) != 0"
should be
	"strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0"

Fortunately sparc cpumem is not handled by eversholt and x86 cpumem uses hc scheme detectors in its ereports, so this is of no immediate impact.
Work Around
N/A
Comments
N/A