Quoth Ben Duncan:
Is there a way to do a "core" image/snapshot of a running program?
Probably. I don't quite understand what you mean, though.
Assuming that you have 'ulimit -c unlimited' for the session that the binary was started in and the binary is compiled with debugging symbols, then sure:
kill -15 <PID>
you'll get a core dump.
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ L. Friedman [EMAIL PROTECTED] Linux Step-by-step & TyGeMo: http://netllama.ipfox.com
7:25pm up 7 days, 1:53, 1 user, load average: 0.16, 0.16, 0.09
_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
