Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!agate!garnet.berkeley.edu!ked From: ked@garnet.berkeley.edu (Earl H. Kinmonth) Newsgroups: comp.unix.questions Subject: Re: What to do with core dumps? Message-ID: <25588@agate.BERKELEY.EDU> Date: 18 Jun 89 16:13:52 GMT References: <4016@silver.bacs.indiana.edu> <147@cerc.wvu.wvnet.edu.edu> Sender: usenet@agate.BERKELEY.EDU Reply-To: ked@garnet.berkeley.edu (Earl H. Kinmonth) Organization: University of California, Berkeley Lines: 7 >> what can you do with a core dump? If the dump is from a stripped executable not very much. If the executable was not stripped, you can use adb (RTFM) and determine where (to the routine level) the programme tossed its cookies. With luck you might even see the bad parameter by using the stack backtrace command.