From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26774 invoked by alias); 20 Apr 2014 16:58:33 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 26756 invoked by uid 89); 20 Apr 2014 16:58:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=ham version=3.3.2 X-HELO: mail.wh-stuttgart.net Received: from mail.wh-stuttgart.net (HELO mail.wh-stuttgart.net) (141.70.126.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 20 Apr 2014 16:58:31 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.wh-stuttgart.net (Postfix) with ESMTP id 08A93180EA8 for ; Sun, 20 Apr 2014 18:58:28 +0200 (CEST) Received: from mail.wh-stuttgart.net ([127.0.0.1]) by localhost (mail.selfnet.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id KsYtk2gAW8xK for ; Sun, 20 Apr 2014 18:58:27 +0200 (CEST) Received: from roundcube.wh-stuttgart.net (localhost [127.0.0.1]) by mail.wh-stuttgart.net (Postfix) with ESMTPSA for ; Sun, 20 Apr 2014 18:58:27 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 20 Apr 2014 16:58:00 -0000 From: Tillmann Karras To: gdb-patches@sourceware.org Subject: Re: [PATCH v2 00/36] Guile extension language for GDB Message-ID: X-Sender: tillmann@selfnet.de User-Agent: Roundcube Webmail/0.9.4 X-SW-Source: 2014-04/txt/msg00396.txt.bz2 Hi. This commit series (ed3ef33944c39d9a3cea72b9a7cef3c20f0e3461) breaks "gdb -ex r gdb" for me. The child gdb seems to hang without getting to the prompt. It works when compiling current master (8b5c7890e8bfa3360339c303599fe5b0c9faa848) with --with-guile=no. I'm on Arch Linux testing x86_64 using the gdb-git AUR package with options=(!libtool debug !strip). Cheers, Tillmann