[osol-discuss] Coredump!!

2006-12-07 Thread eric wang
How to investigate the coredump in shell programm:
./tmp.sh[2]: 5614 Illegal Instruction(coredump) ???
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Coredump!!

2006-12-07 Thread James Carlson
eric wang writes:
 How to investigate the coredump in shell programm:
 ./tmp.sh[2]: 5614 Illegal Instruction(coredump) ???

Mdb and dbx might be helpful here.  But if you're not actually
interested in wading through the shell source code as well to debug
the problem, I'd suggest filing a bug on it instead.  Assuming this is
just a script, there ought to be nothing reasonable that the script
can do to cause a dump like that.

(For what it's worth, that's the sort of dump that occurs when someone
opens and overwrites a shared library or executable while the object
is in use.)

-- 
James Carlson, KISS Network[EMAIL PROTECTED]
Sun Microsystems / 1 Network Drive 71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org