[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Core



On Thu, Mar 01, 2001 at 11:56:14AM -0600, Indraneel Majumdar wrote:
> check out the debuggers
> eg
> man gdb

Specifically,

gdb ls ls.core
(gdb) bt

if the core file was from ls.

	-Arun