How to Check Whether Core File complete or truncated

hi

I have a core file from customer and i am looking for a way to know whether its complete or truncated?
I have a procedure to check core file on solaris , is there any way to know whether core is truncated on HP-UX?

from
khan

Crash dumps under HP-UX can be analized with the adb debugger
and the q4 tool.
I have no reference material or system at hands now.
But I would imagine that you will find some tools and docs beneath
/usr/contrib.
You might also want to search http://docs.hp.com/ for q4, adb, crashconv,
savecrash, crash analysis etc.