Iain Curtain wrote: > more info from the "truss zlogin linux1"
It looks like it's a child that's dying (makes sense.)
Try doing a "truss -f -o <filename> zlogin linux1."
The "-o <filename>" will redirect the output to a file of your choice.
Then examine the tail end of the resulting file and you should get a better
idea
of what's causing your core dump.
You may also want to run "pstack" on the core file from the global zone and see
if it shows any useful information.
William Kucharski
