From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out3.iol.cz ([194.228.2.91]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1HJyUF-0003L4-00 for ; Wed, 21 Feb 2007 15:54:52 -0500 Received: from antivir5.iol.cz (unknown [192.168.30.212]) by smtp-out3.iol.cz (Postfix) with ESMTP id 24D98654A9 for ; Wed, 21 Feb 2007 21:54:17 +0100 (CET) Received: from localhost (antivir5.iol.cz [127.0.0.1]) by antivir5.iol.cz (Postfix) with ESMTP id B224C66C008 for ; Wed, 21 Feb 2007 21:54:16 +0100 (CET) X-Virus-Scanned: amavisd-new at iol.cz Received: from antivir5.iol.cz ([127.0.0.1]) by localhost (antivir5.iol.cz [127.0.0.1]) (amavisd-new, port 10224) with LMTP id mV-o6xH6mv-D for ; Wed, 21 Feb 2007 21:54:16 +0100 (CET) Received: from smtp-out3.iol.cz (mta-out3 [192.168.30.28]) by antivir5.iol.cz (Postfix) with ESMTP id 74D6866C007 for ; Wed, 21 Feb 2007 21:54:16 +0100 (CET) Received: from [192.168.2.101] (77.93.broadband2.iol.cz [83.208.93.77]) by smtp-out3.iol.cz (Postfix) with ESMTP id 2428257D77 for ; Wed, 21 Feb 2007 21:54:15 +0100 (CET) Subject: Re: Running Speech-dispatcher inside of GDB From: Hynek Hanke To: "Speakup is a screen review system for Linux." In-Reply-To: <000601c755e3$63e61a30$6401a8c0@YOUR3ADE1B78A3> References: <000601c755e3$63e61a30$6401a8c0@YOUR3ADE1B78A3> Content-Type: text/plain Date: Wed, 21 Feb 2007 21:52:11 +0100 Message-Id: <1172091132.3288.32.camel@chopin> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2007 20:54:52 -0000 Keith Hinton writes: > How do I run Speech-dispatcher in GDB for debugging purpuses? Hi Keith, thanks a lot for your interest in helping. Any backtrace from crash of speechd-up or speech-dispatcher is appreciated. You must run gdb speech-dispatcher (or preferably from the speech-dispatcher/src/server with gdb ./speech-dispatcher so that you are sure you are executing the right binary) and then type in run -s If it crashes, type thread apply all bt and save the output and send it to me. The same (including the option -s) applies to speechd-up. With regards, Hynek Hanke