Hi
I'm 99% certain I've caused this, but if someone can give some pointers on how to debug it that would be most appreciated. Someone suggested libumem, but I'm pretty green in this field and http://blogs.sun.com/quenelle/entry/using_dbx_and_libumem_to doesn't seem to exactly what I'm looking for... ------------- (dbx) dump emsg_nores = 0x45d6b8 "svc.configd is out of resources.\n" annotation_set = 1 cbdata = RECORD cookie = 0xfffffd7fffdfe6a0 inst = (nil) svc = (nil) flags = 4U result = 0 filename = 0x4a5fa0 "../milestone/global.xml" bndl = 0x4a5f10 insts = 0xfffffd7fff344fbf old_dpt = 0xfffffd7fff348853 emsg_nomem = 0x45d6a8 "Out of memory.\n" r = 0 for m in ../milestone/boot-archive.xml ../milestone/devices-local.xml ../milestone/global.xml ../milestone/identity.xml ../milestone/local-fs.xml ../milestone/manifest-import.xml ../milestone/minimal-fs.xml ../milestone/multi-user.xml ../milestone/name-services.xml ../milestone/network-initial.xml ../milestone/network-loopback.xml ../milestone/network-physical.xml ../milestone/restarter.xml ../milestone/root-fs.xml ../milestone/single-user.xml ../milestone/usr-fs.xml ../../dlmgmtd/dlmgmt.xml ../../rpcbind/bind.xml; do \ echo $m; \ SVCCFG_DTD=../dtd/service_bundle.dtd.1 \ SVCCFG_REPOSITORY=/usr/local/src/onnv-gate/usr/src/cmd/svc/seed/common.db \ SVCCFG_CONFIGD_PATH=../configd/svc.configd \ ../svccfg/svccfg -v import $m; \ done ../milestone/boot-archive.xml svccfg: Taking "initial" snapshot for svc:/system/boot-archive:default. svccfg: Taking "last-import" snapshot for svc:/system/boot-archive:default. svccfg: Could not refresh svc:/system/boot-archive:default (backend access denied). svccfg: Successful import. ../milestone/devices-local.xml svccfg: Taking "initial" snapshot for svc:/system/device/local:default. svccfg: Taking "last-import" snapshot for svc:/system/device/local:default. svccfg: Taking "initial" snapshot for svc:/milestone/devices:default. svccfg: Taking "last-import" snapshot for svc:/milestone/devices:default. svccfg: Could not refresh svc:/system/device/local:default (backend access denied). svccfg: Could not refresh svc:/milestone/devices:default (backend access denied). svccfg: Successful import. ../milestone/global.xml svccfg_libscf.c:1884: scf_transaction_commit() failed with unexpected error -1. Aborting. sh: line 2: 5031: Abort(coredump) *** Error code 6 make: Fatal error: Command failed for target `common.db' Current working directory /usr/local/src/onnv-gate/usr/src/cmd/svc/seed *** Error code 1 The following command caused the error: cd seed; pwd; make -e install make: Fatal error: Command failed for target `seed' --- Cheers, ./C