|
Try ktrace'ing the process to see where it's dying. Read the man page for ktrace. Just be aware that running ktrace on a process will write to a dump file. You then have to run kdump to read it. Also note that you must explicitly stop the trace, or you will fill your disk quite quickly.
|