On Fri, 2004-07-23 at 21:37, Gennady wrote: > Now the question ;-). Does anybody know how to generate a core file from > within a process without terminating it on Linux or Solaris? If a stack trace of relevant process threads, instead of a full core dump would be good enough, Solaris has a very valuable little utility called pstack - it dumps stack traces for all threads to stdout. Maybe you can call it from your exception c'tor. Beware, pstack freezes the process for several hundred msec. Best reqards, Alexey Verkhovsky