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.

Adam

On Mon, Aug 25, 2008 at 02:28:37PM -0700, Valdemar Moreira Pavesi wrote:
> Adam Leventhal,
> 
> The core is complete , I can reproduce the full core all the time .
> 
> Do you know if a corruption can cause it ?
> 
> 
> Thanks!
> Valdemar
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> mdb-discuss mailing list
> mdb-discuss at opensolaris.org

-- 
Adam Leventhal, Fishworks                     http://blogs.sun.com/ahl

Reply via email to