bustos 2005-06-03
A customer saw
init.c:3316: scf_instance_add_pg() failed with unexpected error 1012. Aborting.
This means that scf_intsance_add_pg() failed with SCF_ERROR_NO_RESOURCES. init
should handle that error instead of abort()ing.
xxxxx@xxxxx.com 2005-06-03 23:36:28 GMT
|