From d141086b2407471b26ba98abdbddf204bf3b9d21 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 4 Oct 2010 22:55:44 +0200 Subject: [PATCH] Add a step to INSTALL to type 'run' in gdb. --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index af519fb0..63ce3662 100644 --- a/INSTALL +++ b/INSTALL @@ -39,6 +39,8 @@ Make sure you have installed 'gdb', the GNU Debugger. Run Midori as 'gdb _build_/default/midori/midori'. +Inside gdb, type 'run'. + Try to reproduce a crash that you experienced earlier, this time Midori will freeze at the point of the crash. Switch to your terminal, type bt ('backtrace') and hit Return.