On Wed, Sep 03, 2008 at 10:12:18AM -0700, Adam Leventhal wrote:
> Hi Valdemar,
> 
> Thanks for working with me offline to get this solved. The problem you're
> seeing is that mapped files aren't included in the content of this particular
> core file. You can adjust the core file content using the coreadm(1M) command:
> 
> $ coreadm $$
> 805088: core    default
> $ coreadm -P default+shfile $$
> $ coreadm $$
> 805088: core    default+shfile
> $ coreadm -P all $$
> $ coreadm $$
> 805088: core    all
> 
> As to why then mdb was spewing errors during your libumem investigation,
> I hope that Jonathan Adams is paying attention and opts to weigh in.

If you send me the output of:

        % pmap partial_core > output
        % echo "::umem_debug; ::findleaks -v" | mdb partial_core >> output

I can investigate.

Cheers,
- jonathan

Reply via email to