James G. Sack (jim) wrote: > > gdb attach PID > > generate-core-file /tmp/coredump
And here's another way cd /tmp gcore PID This creates a file core.PID Note: all along, 'PID' is the _pid number_ of your email client, eh? (Also NOTE: The dump may be 50 MB -- substiture someplace else for /tmp, as might be appropriate for your system.) If you don't have gdb, you won't have gcore, either. You would need to install the gdb package. Regards, ..jim -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
