Mohan
> hi, assume my program is running , is there a way I can dump its core
> in solaris, in linux i think u can use gcore
kill -QUIT pid
--
Måns Rullgård
m...@inprovide.com
Send it a signal that will cause it to dump core (and hope that you have
enabled coredumps via ulimit). Man 7 signal for the default situation.
"C" signifies dump core. You or someone else may have modified the
defaults, of course.
Peter
Mohan
"Peter T. Breuer" <p...@lab.it.uc3m.es> wrote in message
news:5tgai2-...@news.it.uc3m.es...
Those Linux and Solaris systems I have access to
all have a gcore command. On Fedora Core it is a
script that calls gdb and let gdb do the hard
work.
--
Kasper Dupont
http://www.daimi.au.dk/~kasperd/comp.os.linux.development.faq.html#sigabrt
Thank you for pointing out that that possibility
exists.
--
Kasper Dupont