I'm running dbx in ddd on Solaris. The attached process has crashed and I can examine the stack in the debugger.
I want to save this core dump to disk for later.
Google shows me several ways to create a core dump but none of them are ddd/dbx commands. gcore can't grab the process because dbx is already holding it.
So how do I do this? Thanks.
gcore -F(force even if process is attached to a debugger) ? – FrankH. Sep 27 '11 at 12:14