On Sat, Jul 24, 2004 at 03:37:41AM +0900, Gennady wrote:
> Hi, guys

Hi, guy :)

> (...)
> Now the question ;-). Does anybody know how to generate a core file from 
> within a process without terminating it on Linux or Solaris?

gcore(1).

Should be there on Solaris and *BSD; for linux ? Well, throw a 100-sided die,
if the number is prime, it'll be there. Else fetch the source & compile :)

Regards,

-Martin