Comment on Recovering Redis Data with GDBparentComments−EliRivers11yAs I recall,kill -SIGQUIT process_idwill force a core dump (with the various caveats etc), at which point you can use GBD to run around the various thread stacks at that point.
Comments
As I recall,
kill -SIGQUIT process_id
will force a core dump (with the various caveats etc), at which point you can use GBD to run around the various thread stacks at that point.