Re: disabling crash recovery

2016-07-28 Thread Don Lewis
On 27 Jul, Marcus wrote: > Am 07/27/2016 08:00 PM, schrieb Don Lewis: >> Is there any way of disabling the automagic crash recovery? I'm >> attempting to debug a crash and the crash recovery / restart seems to be >> confusing gdb. Just letting SIGSEGV take its natural course of action >> would be

Re: disabling crash recovery

2016-07-27 Thread Don Lewis
On 27 Jul, Marcus wrote: > Am 07/27/2016 08:00 PM, schrieb Don Lewis: >> Is there any way of disabling the automagic crash recovery? I'm >> attempting to debug a crash and the crash recovery / restart seems to be >> confusing gdb. Just letting SIGSEGV take its natural course of action >> would be

Re: disabling crash recovery

2016-07-27 Thread Marcus
Am 07/27/2016 08:00 PM, schrieb Don Lewis: Is there any way of disabling the automagic crash recovery? I'm attempting to debug a crash and the crash recovery / restart seems to be confusing gdb. Just letting SIGSEGV take its natural course of action would be fine. are you looking for this [1]