"C. Bergstr?m" writes: > sh: line 2: 7024: Memory fault(coredump)
You're not trying to debug that 'sh' core dump, are you? That won't tell you much about the memory allocation in svccfg. > I also changed the makefile to include > > LD_PRELOAD=libumem.so UMEM_DEBUG=default \ > > and I don't see any messages to stdout about any leaks so maybe that's > not it.. It doesn't print to stdout when there are leaks -- leaking is something that can only be determined after the fact. You have to examine a core dump from the process itself. (If the process goes out of its way to be unfriendly, you may need to force a dump by changing the code.) -- James Carlson, Solaris Networking <james.d.carlson at sun.com> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677