From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: adamw@Safe-mail.net Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Oct 2011 18:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: help-gnu-emacs@gnu.org, 9839@debbugs.gnu.org X-Debbugs-Original-To: help-gnu-emacs@gnu.org, bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.131930825119569 (code B ref -1); Sat, 22 Oct 2011 18:31:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Oct 2011 18:30:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RHgLK-00055X-HK for submit@debbugs.gnu.org; Sat, 22 Oct 2011 14:30:51 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RHgHg-0004zE-MD for submit@debbugs.gnu.org; Sat, 22 Oct 2011 14:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHgGH-0007LA-HW for submit@debbugs.gnu.org; Sat, 22 Oct 2011 14:25:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:41486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHgGH-0007L6-G0 for submit@debbugs.gnu.org; Sat, 22 Oct 2011 14:25:37 -0400 Received: from eggs.gnu.org ([140.186.70.92]:51503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHgGG-0001mk-K5 for bug-gnu-emacs@gnu.org; Sat, 22 Oct 2011 14:25:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHgGF-0007Kv-E0 for bug-gnu-emacs@gnu.org; Sat, 22 Oct 2011 14:25:36 -0400 Received: from tamar.safe-mail.net ([213.8.161.229]:45054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHgGC-0007K4-MB; Sat, 22 Oct 2011 14:25:32 -0400 Received: by tamar.safe-mail.net with Safe-mail (Exim 4.66) (envelope-from ) id 1RHgFz-0000iW-H7; Sat, 22 Oct 2011 14:25:19 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=N1-0105; d=Safe-mail.net; b=c5WFnHTsQSxQrkjg6sf1aWDQBxJe3geq06YYfvYNibTEXxWjfwARVpEqDZt5p1pj WnN6EcKN2/YbflYx7P5gWuPjXLMDvQMPN0n/xCRPiyjrZXYY18bDwG1vEhk8iTwZ rPh6Rm8DpojOqZmcowWe5fWEZfO8bg6zF+1LDWMCHhA=; Received: from pc ([89.45.202.93]) by Safe-mail.net with https Date: Sat, 22 Oct 2011 14:25:19 -0400 From: adamw@Safe-mail.net X-SMType: Regular X-SMRef: N1B-Nk48Yzj02j Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SMSignature: 0j7XJIwg6Usu3gG+uXcCVEHF8o0qYlgxZ3WDUJdk+OnIRa+3lg1YMHHJYMvqQ0lA kOhT42B6N5q586+NkQU/98lqmfpzQ9vnEMS6yV8ZdtmOaJmYgOCdQexDi3OoQBXS BLHTlsObmVysuQQi6BSQGM72y7xkG5II/DdiNncLfZ0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.6 (------) X-Mailman-Approved-At: Sat, 22 Oct 2011 14:30:49 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) I am using emacs pretest on GNU/Linux. I stumbled upon an interesting behaviour today. How to reproduce: emacs -q M-x gdb RET ls RET r # at this point gdb is starting ls M-x compile RET The compile buffer pops up, but there is not the "make: *** No targets specified and no makefile found. Stop. Compilation exited abnormally ..."- output. Is this a bug? If so, how can I work around it? From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Oct 2011 18:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: adamw@Safe-mail.net Cc: 9839@debbugs.gnu.org Received: via spool by 9839-submit@debbugs.gnu.org id=B9839.131930865520174 (code B ref 9839); Sat, 22 Oct 2011 18:38:02 +0000 Received: (at 9839) by debbugs.gnu.org; 22 Oct 2011 18:37:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RHgRq-0005FK-O1 for submit@debbugs.gnu.org; Sat, 22 Oct 2011 14:37:35 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RHgRp-0005FD-Hq for 9839@debbugs.gnu.org; Sat, 22 Oct 2011 14:37:34 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RHgQV-0006w4-7h; Sat, 22 Oct 2011 14:36:11 -0400 From: Glenn Morris References: Date: Sat, 22 Oct 2011 14:36:11 -0400 In-Reply-To: (adamw@safe-mail.net's message of "Sat, 22 Oct 2011 14:25:19 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Please don't cross-post to the help and bug lists, just pick one. Hopefully I have managed to arrange it so that your report only appears on the bug list. Here is the report so that others can see it: I am using emacs pretest on GNU/Linux. I stumbled upon an interesting behaviour today. How to reproduce: emacs -q M-x gdb RET ls RET r # at this point gdb is starting ls M-x compile RET The compile buffer pops up, but there is not the "make: *** No targets specified and no makefile found. Stop. Compilation exited abnormally ..."- output. Is this a bug? If so, how can I work around it? From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Adam Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Oct 2011 15:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9839@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.131947186911097 (code B ref -1); Mon, 24 Oct 2011 15:58:02 +0000 Received: (at submit) by debbugs.gnu.org; 24 Oct 2011 15:57:49 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIMuK-0002sv-Fi for submit@debbugs.gnu.org; Mon, 24 Oct 2011 11:57:48 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RILzs-0001ZI-1q for submit@debbugs.gnu.org; Mon, 24 Oct 2011 10:59:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RILyI-00059n-66 for submit@debbugs.gnu.org; Mon, 24 Oct 2011 10:57:51 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:36737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RILyI-00059i-23 for submit@debbugs.gnu.org; Mon, 24 Oct 2011 10:57:50 -0400 Received: from eggs.gnu.org ([140.186.70.92]:45953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RILyD-0000va-Pj for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 10:57:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RILyC-000597-QV for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 10:57:45 -0400 Received: from nm10-vm0.bullet.mail.bf1.yahoo.com ([98.139.213.147]:31820) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RILyC-00058M-MN for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 10:57:44 -0400 Received: from [98.139.212.152] by nm10.bullet.mail.bf1.yahoo.com with NNFMP; 24 Oct 2011 14:57:40 -0000 Received: from [98.139.213.8] by tm9.bullet.mail.bf1.yahoo.com with NNFMP; 24 Oct 2011 14:57:40 -0000 Received: from [127.0.0.1] by smtp108.mail.bf1.yahoo.com with NNFMP; 24 Oct 2011 14:57:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1319468260; bh=fYfik3qq90ehZa5N1syz+7ca8JmnHURrwZjcw6cLHJ8=; h=X-Yahoo-Newman-Id:Message-ID:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Subject:References:Date:In-Reply-To:MIME-Version:Content-Type; b=xHkaKynMLzj3/S4APgpxk9FsaT0p0UdNtEHY/BbftH4IJVgWrMtjOld27XNeIV145gaaBuLEbTSwrbov+LxBaXAsDst8QD1h4hqOm1wphVOqLSzGNoZnhYuki/c8vpjZA5qpC0pTMKoBHnT/WLmb+Q33gd58Zh6ah6Xi7xhNEMM= X-Yahoo-Newman-Id: 228539.45852.bm@smtp108.mail.bf1.yahoo.com Message-ID: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: iTzXm6cVM1kam.O2qFcgD_GrJmSNSmOHDkOrDF.q1g3NeXi 61CaMYqfjw3LBX1Pae8hDzVuCsHe26oR.oQm.ozJ8LmWQnMHXgJAGBOQFH3l zG8telL6E4Istz3iAAb6xbXCVVVk9_Ba6oR4x3Ke4rFjUW8F9onrye5e._ew X6QF9aXpZC0wIuJHu4rTkofD4JtBpesDWtw_wu6YCC_ibS7pbba0gNufTEL7 9G_FD4dpl2aoyvRTvMrEAsKWCiveRzehXYt87ortN5VvzMYECfAZsG.ZCC34 Ax8_ppLgxfsq645S3D0u7HujUM.p4rXZq5Af8JP91WkwsyUw7gWcnuwLIMlc LQ8bh1p8xXDJnxD9F_Brl3u9xtR0QQ9eERB4nMg-- X-Yahoo-SMTP: Fed9kveswBC.fi0EvcUg6UnufDS8 Received: from this (adam_w67@92.231.13.104 with plain) by smtp108.mail.bf1.yahoo.com with SMTP; 24 Oct 2011 07:57:39 -0700 PDT From: Adam References: Date: Mon, 24 Oct 2011 16:57:38 +0200 In-Reply-To: (Glenn Morris's message of "Sat, 22 Oct 2011 14:36:11 -0400") MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.6 (------) X-Mailman-Approved-At: Mon, 24 Oct 2011 11:57:47 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) Glenn Morris writes: I investigated a little. Somehow the call to the process sentinel (compilation-sentinel) is delayed until the gdb process is quit. Unfortunately I lack the understanding of Emacs internals to debug this annoying issue further. > Please don't cross-post to the help and bug lists, just pick one. > Hopefully I have managed to arrange it so that your report only > appears on the bug list. > > Here is the report so that others can see it: > > I am using emacs pretest on GNU/Linux. I stumbled upon an > interesting behaviour today. How to reproduce: > > emacs -q > M-x gdb RET ls RET > r > # at this point gdb is starting ls > M-x compile RET > > The compile buffer pops up, but there is not the > > "make: *** No targets specified and no makefile found. Stop. > Compilation exited abnormally ..."- > > output. > > Is this a bug? If so, how can I work around it? From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Adam Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Oct 2011 17:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9839@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.131947589917407 (code B ref -1); Mon, 24 Oct 2011 17:05:01 +0000 Received: (at submit) by debbugs.gnu.org; 24 Oct 2011 17:04:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RINxK-0004Wi-62 for submit@debbugs.gnu.org; Mon, 24 Oct 2011 13:04:58 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RINxI-0004WR-0g for submit@debbugs.gnu.org; Mon, 24 Oct 2011 13:04:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RINvc-0005A8-JS for submit@debbugs.gnu.org; Mon, 24 Oct 2011 13:03:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:41673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RINvc-0005A1-Hi for submit@debbugs.gnu.org; Mon, 24 Oct 2011 13:03:12 -0400 Received: from eggs.gnu.org ([140.186.70.92]:36864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RINvb-0004m7-1b for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 13:03:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RINvZ-000595-Po for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 13:03:10 -0400 Received: from nm18.bullet.mail.sp2.yahoo.com ([98.139.91.88]:40953) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RINvZ-00057G-AX for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 13:03:09 -0400 Received: from [98.139.91.62] by nm18.bullet.mail.sp2.yahoo.com with NNFMP; 24 Oct 2011 17:03:04 -0000 Received: from [98.136.185.45] by tm2.bullet.mail.sp2.yahoo.com with NNFMP; 24 Oct 2011 17:03:04 -0000 Received: from [127.0.0.1] by smtp106.mail.gq1.yahoo.com with NNFMP; 24 Oct 2011 17:03:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1319475784; bh=zY2O/6HLQzWxM5geJyWxbu02ItqDn8HbdPtelme7bTY=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Subject:In-Reply-To:Message-ID:References:Mail-Followup-To:Date:MIME-Version:Content-Type; b=IqRUdZU4x/NUT+Ojbhap7mWF0jk/1BEqe0XBhU2R4FmqpyUM7xOIQoWoYCba2ejCxXZCMfZZozpG05Af3y1j1RHTX8ZnMXFNnakaycz5ILLgOzrRy7RFhB13i5f8sgjoq6YsGfrrPNnUkmK3zo3lqAIKhLQF9W4gJYs+OMoM2E8= X-Yahoo-Newman-Id: 80203.70918.bm@smtp106.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 1X4rsHEVM1k5VFRq6ODOoaTw09fCkhFXTqG86jwOhguMyrs eVB_f2o4FbXkB2pMhQkbW4jwxD.lWliU4MptcB9tza0UK6iME2IsYwlcHuTH rqPOGGyTBAmLPa3CytS55Z8eLHsYYcOSo8.qgdRPFRYXvqPJiM03zTPjgqLH 91FhmyomdfjpOhMx1f6SoyzLg5JmCOvpgPHaG7E_HtSImLciQSYvEeNgfT0D A8Ji0fswMWLLJ2RoljwPJtmC7miIHFyjkOgM20yQ.k4nJdWRj53oCAdSwPcz w_RUybKawrrowtQw4S6ajDM6RHoUrtQb.DW3Knzv9vcbvogAkhtS8SLuyizJ v5pgLu3zQaM3EjOpTur_e4zKxFDa2WbfALhAz X-Yahoo-SMTP: Fed9kveswBC.fi0EvcUg6UnufDS8 Received: from this (adam_w67@92.231.13.104 with plain) by smtp106.mail.gq1.yahoo.com with SMTP; 24 Oct 2011 10:03:03 -0700 PDT From: Adam In-Reply-To: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> (Adam's message of "Mon, 24 Oct 2011 16:57:38 +0200") Message-ID: <87y5wagw7s.fsf@earth.home> References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> Mail-Followup-To: bug-gnu-emacs@gnu.org Date: Mon, 24 Oct 2011 19:03:01 +0200 MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.6 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) Yet another pointer: M-x gud-gdb and compilation works fine. AFAICT this issue roots in gdb-mi.el Adam writes: > Glenn Morris writes: > > I investigated a little. Somehow the call to the process sentinel > (compilation-sentinel) is delayed until the gdb process is quit. > > Unfortunately I lack the understanding of Emacs internals to debug this > annoying issue further. > >> Please don't cross-post to the help and bug lists, just pick one. >> Hopefully I have managed to arrange it so that your report only >> appears on the bug list. >> >> Here is the report so that others can see it: >> >> I am using emacs pretest on GNU/Linux. I stumbled upon an >> interesting behaviour today. How to reproduce: >> >> emacs -q >> M-x gdb RET ls RET >> r >> # at this point gdb is starting ls >> M-x compile RET >> >> The compile buffer pops up, but there is not the >> >> "make: *** No targets specified and no makefile found. Stop. >> Compilation exited abnormally ..."- >> >> output. >> >> Is this a bug? If so, how can I work around it? From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Oct 2011 17:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Adam Cc: 9839@debbugs.gnu.org Received: via spool by 9839-submit@debbugs.gnu.org id=B9839.131947701419037 (code B ref 9839); Mon, 24 Oct 2011 17:24:02 +0000 Received: (at 9839) by debbugs.gnu.org; 24 Oct 2011 17:23:34 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIOFK-0004x0-9D for submit@debbugs.gnu.org; Mon, 24 Oct 2011 13:23:34 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIOFI-0004wt-By for 9839@debbugs.gnu.org; Mon, 24 Oct 2011 13:23:33 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIODn-0006OV-E1; Mon, 24 Oct 2011 13:21:59 -0400 From: Glenn Morris References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> X-Spook: target $400 million in gold bullion unclassified Serbian X-Ran: rxAhd@JnW#^M*g9x&7x,ZHuBCD4Cwno=[}OQ>/f`- X-Hue: white X-Attribution: GM Date: Mon, 24 Oct 2011 13:21:59 -0400 In-Reply-To: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> (Adam's message of "Mon, 24 Oct 2011 16:57:38 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Fo me, simply running emacs -Q M-x gdb RET gdb -i=mi ls RET r RET causes Emacs to start using 100% of CPU (but still be usable). This happens on two different systems. From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Oct 2011 19:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Adam Cc: 9839@debbugs.gnu.org, Nick Roberts Received: via spool by 9839-submit@debbugs.gnu.org id=B9839.13194848454173 (code B ref 9839); Mon, 24 Oct 2011 19:35:02 +0000 Received: (at 9839) by debbugs.gnu.org; 24 Oct 2011 19:34:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIQHc-00015F-RA for submit@debbugs.gnu.org; Mon, 24 Oct 2011 15:34:05 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIQHZ-00014q-KP for 9839@debbugs.gnu.org; Mon, 24 Oct 2011 15:34:02 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIQG2-0006qT-Ve; Mon, 24 Oct 2011 15:32:26 -0400 From: Glenn Morris References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> X-Spook: UMTS Area 51 credit card strategic genetic Taiwan SRI X-Ran: &,)R+bv%@y#l,&.Yz1j]sfw*`RQA*]~K|}@^|}1.-U~;=@17Gvr{ze$~TlK]"&h@Rwm6nv X-Hue: blue X-Attribution: GM Date: Mon, 24 Oct 2011 15:32:26 -0400 In-Reply-To: (Glenn Morris's message of "Mon, 24 Oct 2011 13:21:59 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Glenn Morris wrote: > Fo me, simply running > > emacs -Q > M-x gdb RET gdb -i=mi ls RET > r RET > > causes Emacs to start using 100% of CPU (but still be usable). > This happens on two different systems. Sounds like my problem is http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4545 which is also http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5145 Applying the suggestion from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5145#10 fixes both my problem and yours AFAICS. So it seems M-x gdb in Emacs has not been working right for a couple of years, which is a shame. I am merging all these bugs and raising the severity. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 24 15:35:18 2011 Received: (at control) by debbugs.gnu.org; 24 Oct 2011 19:35:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIQIn-00017a-Vz for submit@debbugs.gnu.org; Mon, 24 Oct 2011 15:35:18 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIQIn-00017V-5j for control@debbugs.gnu.org; Mon, 24 Oct 2011 15:35:17 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIQHI-0006vE-7v for control@debbugs.gnu.org; Mon, 24 Oct 2011 15:33:44 -0400 Date: Mon, 24 Oct 2011 15:33:44 -0400 Message-Id: Subject: control message for bug 5145 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) forcemerge 9839 4545 5145 From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Oct 2011 19:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9839@debbugs.gnu.org Received: via spool by 9839-submit@debbugs.gnu.org id=B9839.13194861008975 (code B ref 9839); Mon, 24 Oct 2011 19:55:01 +0000 Received: (at 9839) by debbugs.gnu.org; 24 Oct 2011 19:55:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIQbr-0002Ki-RG for submit@debbugs.gnu.org; Mon, 24 Oct 2011 15:55:00 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIQbq-0002Ka-Jm for 9839@debbugs.gnu.org; Mon, 24 Oct 2011 15:54:58 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIQaL-00087I-1S; Mon, 24 Oct 2011 15:53:25 -0400 From: Glenn Morris References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> X-Spook: Bruxelles CDC North Korea Vince Foster Zachawi George W. X-Ran: \4Us4Q8[foKJePD"DkQ3;EsL"^?-g+k/B*[W#I}Q3M;U70l3:"YkVR,T5n[Q's!$D0^Y1i X-Hue: magenta X-Attribution: GM Date: Mon, 24 Oct 2011 15:53:25 -0400 In-Reply-To: (Glenn Morris's message of "Mon, 24 Oct 2011 15:32:26 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4437 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6623 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6962 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9720 might all be related as well. I hope someone who knows about process.c could look at this... From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Oct 2011 02:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris Cc: 9839@debbugs.gnu.org, Adam , Nick Roberts Received: via spool by 9839-submit@debbugs.gnu.org id=B9839.131950803914520 (code B ref 9839); Tue, 25 Oct 2011 02:01:01 +0000 Received: (at 9839) by debbugs.gnu.org; 25 Oct 2011 02:00:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIWJj-0003m9-1F for submit@debbugs.gnu.org; Mon, 24 Oct 2011 22:00:39 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIWJg-0003lx-De for 9839@debbugs.gnu.org; Mon, 24 Oct 2011 22:00:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmgSAKsWpk5MCrTo/2dsb2JhbABDqAQBgQ6BBoFuAQEEAVYjBQsLDiYSFBgNJIgTCLRtiEAEoTuERQ X-IronPort-AV: E=Sophos;i="4.69,401,1315195200"; d="scan'208";a="144192186" Received: from 76-10-180-232.dsl.teksavvy.com (HELO ceviche.home) ([76.10.180.232]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 24 Oct 2011 21:58:56 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 0788F66158; Mon, 24 Oct 2011 21:58:56 -0400 (EDT) From: Stefan Monnier Message-ID: References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> Date: Mon, 24 Oct 2011 21:58:55 -0400 In-Reply-To: (Glenn Morris's message of "Mon, 24 Oct 2011 15:32:26 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.7 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) > Applying the suggestion from > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5145#10 In the absence of any answer from Nick about it, I think the best option is to revert that change. Stefan From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Oct 2011 07:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: 9839@debbugs.gnu.org, Adam , Nick Roberts Received: via spool by 9839-submit@debbugs.gnu.org id=B9839.131952781113909 (code B ref 9839); Tue, 25 Oct 2011 07:31:01 +0000 Received: (at 9839) by debbugs.gnu.org; 25 Oct 2011 07:30:11 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIbSc-0003cH-Ti for submit@debbugs.gnu.org; Tue, 25 Oct 2011 03:30:11 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIbSa-0003cA-HM for 9839@debbugs.gnu.org; Tue, 25 Oct 2011 03:30:09 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIbR1-0001cg-1D; Tue, 25 Oct 2011 03:28:31 -0400 From: Glenn Morris References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> X-Spook: AIMSX spy Gazprom Al Jazeera UFO covert video digicash X-Ran: S4j"u*kN%MO&l-ljZjl4r-ZhVgc0\N?|C?Tro)[+(8` (Stefan Monnier's message of "Mon, 24 Oct 2011 21:58:55 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.8 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.8 (----) A comment about the change in question is given in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4437#30 This allows the I/O buffer to work when the inferior is restarted but means that status_notify isn't called from wait_reading_process_output because this call is conditioned on select which returns a positive value (presumably because the pty's file descriptor hasn't been cleared). Reverting it means processes aren't left lying around but that leaves the original problem. From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Oct 2011 12:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris Cc: 9839@debbugs.gnu.org, Adam , Nick Roberts Received: via spool by 9839-submit@debbugs.gnu.org id=B9839.131954705412793 (code B ref 9839); Tue, 25 Oct 2011 12:51:01 +0000 Received: (at 9839) by debbugs.gnu.org; 25 Oct 2011 12:50:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIgSz-0003KH-Dm for submit@debbugs.gnu.org; Tue, 25 Oct 2011 08:50:53 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIgSx-0003K2-CP for 9839@debbugs.gnu.org; Tue, 25 Oct 2011 08:50:52 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ak0JAOyupk5MCrTo/2dsb2JhbABDqAWBD4EGgW4BAQQBViMFCwsOJhIUGA0kiBMItGWIQwShPYRF X-IronPort-AV: E=Sophos;i="4.69,404,1315195200"; d="scan'208";a="144278505" Received: from 76-10-180-232.dsl.teksavvy.com (HELO ceviche.home) ([76.10.180.232]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 25 Oct 2011 08:49:08 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 922FA66191; Tue, 25 Oct 2011 08:49:08 -0400 (EDT) From: Stefan Monnier Message-ID: References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> Date: Tue, 25 Oct 2011 08:49:08 -0400 In-Reply-To: (Glenn Morris's message of "Tue, 25 Oct 2011 03:28:31 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.7 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) > A comment about the change in question is given in > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4437#30 > This allows the I/O buffer to work when the inferior is restarted > but means that status_notify isn't called from > wait_reading_process_output because this call is conditioned on > select which returns a positive value (presumably because the pty's > file descriptor hasn't been cleared). Reverting it means processes > aren't left lying around but that leaves the original problem. I don't understand what "allows the I/O buffer to work when the inferior is restarted" means. Stefan From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Oct 2011 16:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: 9839@debbugs.gnu.org, Adam , Nick Roberts Received: via spool by 9839-submit@debbugs.gnu.org id=B9839.131956031132437 (code B ref 9839); Tue, 25 Oct 2011 16:32:01 +0000 Received: (at 9839) by debbugs.gnu.org; 25 Oct 2011 16:31:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIjuo-0008R6-Rn for submit@debbugs.gnu.org; Tue, 25 Oct 2011 12:31:51 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIjum-0008Qz-7X for 9839@debbugs.gnu.org; Tue, 25 Oct 2011 12:31:49 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIjt8-0003Wn-G2; Tue, 25 Oct 2011 12:30:06 -0400 From: Glenn Morris References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> X-Spook: AIMSX AFSPC TELINT Rubin INS USCOI Iran ammunition X-Ran: 3sao?/?8^ZI[69gQ3t-/vrC X-Hue: yellow X-Attribution: GM Date: Tue, 25 Oct 2011 12:30:05 -0400 In-Reply-To: (Stefan Monnier's message of "Tue, 25 Oct 2011 08:49:08 -0400") Message-ID: <7f39eh2fw2.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Stefan Monnier wrote: > I don't understand what "allows the I/O buffer to work when the inferior > is restarted" means. No, me neither. :) The ChangeLog says it slightly differently: * process.c (wait_reading_process_output): Keep the descriptor when pty is used by a non-child process, e.g., in I/O buffer of GDB this allows inferior to be restarted. From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Oct 2011 20:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris Cc: 9839@debbugs.gnu.org, Adam , Nick Roberts Received: via spool by 9839-submit@debbugs.gnu.org id=B9839.131957385519455 (code B ref 9839); Tue, 25 Oct 2011 20:18:02 +0000 Received: (at 9839) by debbugs.gnu.org; 25 Oct 2011 20:17:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RInRH-00053j-CC for submit@debbugs.gnu.org; Tue, 25 Oct 2011 16:17:35 -0400 Received: from relais.videotron.ca ([24.201.245.36]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RInRG-00053c-2V for 9839@debbugs.gnu.org; Tue, 25 Oct 2011 16:17:34 -0400 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from ceviche.home ([173.176.12.77]) by VL-VM-MR002.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0LTN00M0F1CJST90@VL-VM-MR002.ip.videotron.ca> for 9839@debbugs.gnu.org; Tue, 25 Oct 2011 16:09:56 -0400 (EDT) Received: by ceviche.home (Postfix, from userid 20848) id 91A60660D4; Tue, 25 Oct 2011 16:15:50 -0400 (EDT) From: Stefan Monnier Message-id: References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> <7f39eh2fw2.fsf@fencepost.gnu.org> Date: Tue, 25 Oct 2011 16:15:50 -0400 In-reply-to: <7f39eh2fw2.fsf@fencepost.gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-Spam-Score: -2.0 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.0 (--) >> I don't understand what "allows the I/O buffer to work when the inferior >> is restarted" means. > No, me neither. :) The ChangeLog says it slightly differently: > * process.c (wait_reading_process_output): Keep the descriptor > when pty is used by a non-child process, e.g., in I/O buffer of > GDB this allows inferior to be restarted. I saw that as well, but it doesn't help me understand. I strongly suspect that the real problem was elsewhere. Let's revert this change and see what breaks so we can try and fix it "right". Stefan From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Adam Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 27 Oct 2011 16:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9839@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.131973437816905 (code B ref -1); Thu, 27 Oct 2011 16:53:01 +0000 Received: (at submit) by debbugs.gnu.org; 27 Oct 2011 16:52:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJTCL-0004Ob-HT for submit@debbugs.gnu.org; Thu, 27 Oct 2011 12:52:58 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJTCJ-0004OO-05 for submit@debbugs.gnu.org; Thu, 27 Oct 2011 12:52:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJTAR-0004Ol-G7 for submit@debbugs.gnu.org; Thu, 27 Oct 2011 12:51:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:44947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJTAR-0004Ob-Ee for submit@debbugs.gnu.org; Thu, 27 Oct 2011 12:50:59 -0400 Received: from eggs.gnu.org ([140.186.70.92]:36314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJTAQ-00075C-Kz for bug-gnu-emacs@gnu.org; Thu, 27 Oct 2011 12:50:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJTAK-0004NW-Kq for bug-gnu-emacs@gnu.org; Thu, 27 Oct 2011 12:50:58 -0400 Received: from nm23-vm1.bullet.mail.sp2.yahoo.com ([98.139.91.225]:41189) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RJTAK-0004NG-AS for bug-gnu-emacs@gnu.org; Thu, 27 Oct 2011 12:50:52 -0400 Received: from [98.139.91.61] by nm23.bullet.mail.sp2.yahoo.com with NNFMP; 27 Oct 2011 16:50:50 -0000 Received: from [208.71.42.197] by tm1.bullet.mail.sp2.yahoo.com with NNFMP; 27 Oct 2011 16:47:01 -0000 Received: from [127.0.0.1] by smtp208.mail.gq1.yahoo.com with NNFMP; 27 Oct 2011 16:47:01 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1319734021; bh=m0FYa88TJ9AdfJLFjsO2kdZrw2zU16aAN96cn4uSToI=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Subject:In-Reply-To:Message-ID:References:Mail-Followup-To:Date:MIME-Version:Content-Type; b=Up5AEbr1BbwofJu1yHs5FhU9O/vQ1JiG6zdslIjmu1RtVEQWRF81AVZq+5Filsm/9M63VRtp8XV8qr5oJTVf5qOmTSUXAFNn34T4WDm2sB190uKpbIVSASUWg1CnCXTjshyzMHHNkJ7ClAhOV2H+1RV+HZL7GNKVDySxRFc0M6o= X-Yahoo-Newman-Id: 742993.19082.bm@smtp208.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-5 X-YMail-OSG: pVrciFwVM1mq1l_0mYWvt_nOjdBCBlVkkro.54BRCMQShWb YYy7X6gpwGWn9SHF9v9NehTU6to1Npa6eW2N3.ORwT6kbeHx3t9sbX2Xjs1V iTVpVQTHeyibojk2apkMVrvxXkneynEPbcc5pmYc4hGVmXnAOlk6WvvzQ239 L4P5VkhnMdsvwn_OEwGB6jWQd1q_uxX6D6CiHXE.QQWtpciKCNzt7dkpX2.q KFXApr.jX2Jk2PGDxKjYNdXjfej.iyw9woKksv8qyW99wTztZC6278JgVgOB LLcq1iB6uzL8LihSFuFia10clLUB5U0pgSpS2tEFwga0wPbc7xjHZmJ7OaDd CiDEUP1S4zhH0Yc5OMrX6YvFgV7NAxyuddddQ_B5u8K4WskHEGWIEam2QwEe M9WliwOEwtO_mmqisDA-- X-Yahoo-SMTP: Fed9kveswBC.fi0EvcUg6UnufDS8 Received: from this (adam_w67@92.224.172.215 with plain) by smtp208.mail.gq1.yahoo.com with SMTP; 27 Oct 2011 09:47:01 -0700 PDT From: Adam In-Reply-To: (Stefan Monnier's message of "Tue, 25 Oct 2011 16:15:50 -0400") Message-ID: <87aa8mfkmc.fsf@earth.home> References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> <7f39eh2fw2.fsf@fencepost.gnu.org> Mail-Followup-To: bug-gnu-emacs@gnu.org Date: Thu, 27 Oct 2011 18:46:57 +0200 MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.6 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) Stefan Monnier writes: >>> I don't understand what "allows the I/O buffer to work when the inferior >>> is restarted" means. >> No, me neither. :) The ChangeLog says it slightly differently: >> * process.c (wait_reading_process_output): Keep the descriptor >> when pty is used by a non-child process, e.g., in I/O buffer of >> GDB this allows inferior to be restarted. > > I saw that as well, but it doesn't help me understand. I strongly > suspect that the real problem was elsewhere. Let's revert this change > and see what breaks so we can try and fix it "right". ping? I am still experiencing my problem with today's trunk. From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 27 Oct 2011 18:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9839@debbugs.gnu.org Received: via spool by 9839-submit@debbugs.gnu.org id=B9839.131974146527287 (code B ref 9839); Thu, 27 Oct 2011 18:52:02 +0000 Received: (at 9839) by debbugs.gnu.org; 27 Oct 2011 18:51:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJV2e-000763-CN for submit@debbugs.gnu.org; Thu, 27 Oct 2011 14:51:05 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJV2c-00075w-D7 for 9839@debbugs.gnu.org; Thu, 27 Oct 2011 14:51:02 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RJV0q-0001UV-24; Thu, 27 Oct 2011 14:49:12 -0400 From: Glenn Morris References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> <7f39eh2fw2.fsf@fencepost.gnu.org> <87aa8mfkmc.fsf@earth.home> X-Spook: Dateline Syria Manfurov Soviet military DRM NSA NASA X-Ran: #/zBL!`Pt%6UuE'B.S`mLAGI{C\NE&6UxK~f)YykQ+(`Ny/(Ybl&SDaF@@*sg<>!uQ/X51 X-Hue: white X-Attribution: GM Date: Thu, 27 Oct 2011 14:49:11 -0400 In-Reply-To: <87aa8mfkmc.fsf@earth.home> (Adam's message of "Thu, 27 Oct 2011 18:46:57 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Adam wrote: > ping? I am still experiencing my problem with today's trunk. That's because nothing has changed. I will be applying the relevant change in a few days, before the next pretest, if there are no further comments before then. From unknown Sat Aug 09 19:20:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: adamw@Safe-mail.net Subject: bug#9839: closed (Re: bug#9839: compile with gdb running) Message-ID: References: X-Gnu-PR-Message: they-closed 9839 X-Gnu-PR-Package: emacs Reply-To: 9839@debbugs.gnu.org Date: Sat, 29 Oct 2011 00:16:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1319847362-27110-1" This is a multi-part message in MIME format... ------------=_1319847362-27110-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #9839: compile with gdb running which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 9839@debbugs.gnu.org. --=20 9839: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D9839 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1319847362-27110-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 9839-done) by debbugs.gnu.org; 29 Oct 2011 00:15:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJwaS-00072s-8N for submit@debbugs.gnu.org; Fri, 28 Oct 2011 20:15:48 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJwaQ-00072m-La for 9839-done@debbugs.gnu.org; Fri, 28 Oct 2011 20:15:47 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RJwYX-0001Yd-0X; Fri, 28 Oct 2011 20:13:49 -0400 From: Glenn Morris To: 9839-done@debbugs.gnu.org Subject: Re: bug#9839: compile with gdb running References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> <7f39eh2fw2.fsf@fencepost.gnu.org> <87aa8mfkmc.fsf@earth.home> X-Spook: Ft. Meade ASO Agfa BLU-97 A/B Jyllandsposten cracking X-Ran: ujbIm{tSb%{K\q;2#02'h>I^B-mD5zUa,=J=GpK|3,aLeHUr{|TYtlz/s0iM#j~9mBP>Hf X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 28 Oct 2011 20:13:48 -0400 In-Reply-To: (Glenn Morris's message of "Thu, 27 Oct 2011 14:49:11 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9839-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Version: 24.0.91 The 2009-08-30 change to process.c has been reverted, so this should be fixed now in the Emacs trunk, and in the coming 24.0.91 pretest. ------------=_1319847362-27110-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Oct 2011 18:30:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RHgLK-00055X-HK for submit@debbugs.gnu.org; Sat, 22 Oct 2011 14:30:51 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RHgHg-0004zE-MD for submit@debbugs.gnu.org; Sat, 22 Oct 2011 14:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHgGH-0007LA-HW for submit@debbugs.gnu.org; Sat, 22 Oct 2011 14:25:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:41486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHgGH-0007L6-G0 for submit@debbugs.gnu.org; Sat, 22 Oct 2011 14:25:37 -0400 Received: from eggs.gnu.org ([140.186.70.92]:51503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHgGG-0001mk-K5 for bug-gnu-emacs@gnu.org; Sat, 22 Oct 2011 14:25:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHgGF-0007Kv-E0 for bug-gnu-emacs@gnu.org; Sat, 22 Oct 2011 14:25:36 -0400 Received: from tamar.safe-mail.net ([213.8.161.229]:45054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHgGC-0007K4-MB; Sat, 22 Oct 2011 14:25:32 -0400 Received: by tamar.safe-mail.net with Safe-mail (Exim 4.66) (envelope-from ) id 1RHgFz-0000iW-H7; Sat, 22 Oct 2011 14:25:19 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=N1-0105; d=Safe-mail.net; b=c5WFnHTsQSxQrkjg6sf1aWDQBxJe3geq06YYfvYNibTEXxWjfwARVpEqDZt5p1pj WnN6EcKN2/YbflYx7P5gWuPjXLMDvQMPN0n/xCRPiyjrZXYY18bDwG1vEhk8iTwZ rPh6Rm8DpojOqZmcowWe5fWEZfO8bg6zF+1LDWMCHhA=; Received: from pc ([89.45.202.93]) by Safe-mail.net with https Subject: compile with gdb running Date: Sat, 22 Oct 2011 14:25:19 -0400 From: adamw@Safe-mail.net To: help-gnu-emacs@gnu.org, bug-gnu-emacs@gnu.org X-SMType: Regular X-SMRef: N1B-Nk48Yzj02j Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SMSignature: 0j7XJIwg6Usu3gG+uXcCVEHF8o0qYlgxZ3WDUJdk+OnIRa+3lg1YMHHJYMvqQ0lA kOhT42B6N5q586+NkQU/98lqmfpzQ9vnEMS6yV8ZdtmOaJmYgOCdQexDi3OoQBXS BLHTlsObmVysuQQi6BSQGM72y7xkG5II/DdiNncLfZ0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 22 Oct 2011 14:30:49 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) I am using emacs pretest on GNU/Linux. I stumbled upon an interesting behaviour today. How to reproduce: emacs -q M-x gdb RET ls RET r # at this point gdb is starting ls M-x compile RET The compile buffer pops up, but there is not the "make: *** No targets specified and no makefile found. Stop. Compilation exited abnormally ..."- output. Is this a bug? If so, how can I work around it? ------------=_1319847362-27110-1-- From unknown Sat Aug 09 19:20:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Dan Nicolaescu Subject: bug#4545: closed (Re: bug#9839: compile with gdb running) Message-ID: References: <200909240600.n8O60t1l005223@godzilla.ics.uci.edu> X-Gnu-PR-Message: they-closed 4545 X-Gnu-PR-Package: emacs Reply-To: 4545@debbugs.gnu.org Date: Sat, 29 Oct 2011 00:16:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1319847362-27110-3" This is a multi-part message in MIME format... ------------=_1319847362-27110-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #9839: gdb does not show the prompt after the program finishes which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 4545@debbugs.gnu.org. --=20 9839: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D9839 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1319847362-27110-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 9839-done) by debbugs.gnu.org; 29 Oct 2011 00:15:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJwaS-00072s-8N for submit@debbugs.gnu.org; Fri, 28 Oct 2011 20:15:48 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJwaQ-00072m-La for 9839-done@debbugs.gnu.org; Fri, 28 Oct 2011 20:15:47 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RJwYX-0001Yd-0X; Fri, 28 Oct 2011 20:13:49 -0400 From: Glenn Morris To: 9839-done@debbugs.gnu.org Subject: Re: bug#9839: compile with gdb running References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> <7f39eh2fw2.fsf@fencepost.gnu.org> <87aa8mfkmc.fsf@earth.home> X-Spook: Ft. Meade ASO Agfa BLU-97 A/B Jyllandsposten cracking X-Ran: ujbIm{tSb%{K\q;2#02'h>I^B-mD5zUa,=J=GpK|3,aLeHUr{|TYtlz/s0iM#j~9mBP>Hf X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 28 Oct 2011 20:13:48 -0400 In-Reply-To: (Glenn Morris's message of "Thu, 27 Oct 2011 14:49:11 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9839-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Version: 24.0.91 The 2009-08-30 change to process.c has been reverted, so this should be fixed now in the Emacs trunk, and in the coming 24.0.91 pretest. ------------=_1319847362-27110-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 24 Sep 2009 06:02:47 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.0 required=4.0 tests=AWL,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8O62jYj015540 for ; Wed, 23 Sep 2009 23:02:46 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqhPh-0006kr-Eg for bug-gnu-emacs@gnu.org; Thu, 24 Sep 2009 02:02:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqhPc-0006hJ-AN for bug-gnu-emacs@gnu.org; Thu, 24 Sep 2009 02:02:44 -0400 Received: from [199.232.76.173] (port=53029 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqhPc-0006hG-4V for bug-gnu-emacs@gnu.org; Thu, 24 Sep 2009 02:02:40 -0400 Received: from barrelv2.ics.uci.edu ([128.195.1.114]:50725) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MqhPb-0003tJ-Eq for bug-gnu-emacs@gnu.org; Thu, 24 Sep 2009 02:02:39 -0400 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n8O60ts0024215 for ; Wed, 23 Sep 2009 23:00:55 -0700 (PDT) Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n8O60t1l005223; Wed, 23 Sep 2009 23:00:55 -0700 (PDT) Date: Wed, 23 Sep 2009 23:00:55 -0700 (PDT) Message-Id: <200909240600.n8O60t1l005223@godzilla.ics.uci.edu> From: Dan Nicolaescu To: bug-gnu-emacs Subject: gdb does not show the prompt after the program finishes X-Debbugs-No-Ack: yes Lines: 12 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n8O60ts0024215 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) emacs -Q M-x gdb RET /bin/ls RET r the program finishes, the output is shown, but the "(gdb)" prompt is not shown anymore in the *gud-ls* buffer and "top" shows that emacs is taking a lot of CPU time. ------------=_1319847362-27110-3-- From unknown Sat Aug 09 19:20:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Tom Rauchenwald Subject: bug#5145: closed (Re: bug#9839: compile with gdb running) Message-ID: References: <87skbmkbcx.fsf@sec.modprobe.de> X-Gnu-PR-Message: they-closed 5145 X-Gnu-PR-Package: emacs Reply-To: 5145@debbugs.gnu.org Date: Sat, 29 Oct 2011 00:16:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1319847363-27110-5" This is a multi-part message in MIME format... ------------=_1319847363-27110-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #9839: 23.1.50; GDB/CPU-Usage spikes which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 5145@debbugs.gnu.org. --=20 9839: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D9839 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1319847363-27110-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 9839-done) by debbugs.gnu.org; 29 Oct 2011 00:15:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJwaS-00072s-8N for submit@debbugs.gnu.org; Fri, 28 Oct 2011 20:15:48 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJwaQ-00072m-La for 9839-done@debbugs.gnu.org; Fri, 28 Oct 2011 20:15:47 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RJwYX-0001Yd-0X; Fri, 28 Oct 2011 20:13:49 -0400 From: Glenn Morris To: 9839-done@debbugs.gnu.org Subject: Re: bug#9839: compile with gdb running References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> <7f39eh2fw2.fsf@fencepost.gnu.org> <87aa8mfkmc.fsf@earth.home> X-Spook: Ft. Meade ASO Agfa BLU-97 A/B Jyllandsposten cracking X-Ran: ujbIm{tSb%{K\q;2#02'h>I^B-mD5zUa,=J=GpK|3,aLeHUr{|TYtlz/s0iM#j~9mBP>Hf X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 28 Oct 2011 20:13:48 -0400 In-Reply-To: (Glenn Morris's message of "Thu, 27 Oct 2011 14:49:11 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9839-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Version: 24.0.91 The 2009-08-30 change to process.c has been reverted, so this should be fixed now in the Emacs trunk, and in the coming 24.0.91 pretest. ------------=_1319847363-27110-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 7 Dec 2009 16:17:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.2 required=4.0 tests=FOURLA,MDO_DATING14, OBSCURED_EMAIL,WEBMAIL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB7GHEhC014977 for ; Mon, 7 Dec 2009 08:17:16 -0800 Received: from mx10.gnu.org ([199.232.76.166]:51355) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1NHgGv-0000AA-Ol for emacs-pretest-bug@gnu.org; Mon, 07 Dec 2009 11:17:14 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NHgGr-0006vi-RO for emacs-pretest-bug@gnu.org; Mon, 07 Dec 2009 11:17:13 -0500 Received: from mail.gmx.net ([213.165.64.20]:37755) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NHgGq-0006ve-Sc for emacs-pretest-bug@gnu.org; Mon, 07 Dec 2009 11:17:09 -0500 Received: (qmail invoked by alias); 07 Dec 2009 16:17:04 -0000 Received: from 77.118.3.27.wireless.dyn.drei.com (EHLO walter) [77.118.3.27] by mail.gmx.net (mp053) with SMTP; 07 Dec 2009 17:17:04 +0100 X-Authenticated: #10706886 X-Provags-ID: V01U2FsdGVkX19Zju1VXzRZ7kbgeOwUOQZVs47wleSggYIGihlAzd AKwGOA67h1PPZ9 Received: by walter (Postfix, from userid 1000) id 6328842C002; Mon, 7 Dec 2009 17:17:02 +0100 (CET) From: Tom Rauchenwald To: emacs-pretest-bug@gnu.org Subject: 23.1.50; GDB/CPU-Usage spikes Date: Mon, 07 Dec 2009 17:17:02 +0100 Message-ID: <87skbmkbcx.fsf@sec.modprobe.de> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Y-GMX-Trusted: 0 X-FuHaFi: 0.49 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing lis= t. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': emacs -Q Compile the following program with gcc -g test.c -o test ,----[ test.c ] |=20 | int main(int argc, char **args) | { | return 0; | } `---- Run the debugger with M-x gdb RET RET, and type run in the GDB-Buffer. Emacs starts to use 100% cpu for me, although the program has stopped.=20 Also, the Modeline says Debugger:run [unknown] GDB-Version is GNU gdb (GDB) 7.0-debian, my system is a Debian unstable box, Emacs is Emacs from CVS. I ran (gdb-enable-debug) before this testcase, the value of gdb-debug-log follows: ((recv . "13^error,msg=3D\"Invalid thread id: 0\"\n(gdb) \n14^error,msg=3D\= "No registers.\"\n(gdb) \n15^done,BreakpointTable=3D{nr_rows=3D\"0\",nr_col= s=3D\"6\",hdr=3D[{width=3D\"7\",alignment=3D\"-1\",col_name=3D\"number\",co= lhdr=3D\"Num\"},{width=3D\"14\",alignment=3D\"-1\",col_name=3D\"type\",colh= dr=3D\"Type\"},{width=3D\"4\",alignment=3D\"-1\",col_name=3D\"disp\",colhdr= =3D\"Disp\"},{width=3D\"3\",alignment=3D\"-1\",col_name=3D\"enabled\",colhd= r=3D\"Enb\"},{width=3D\"10\",alignment=3D\"-1\",col_name=3D\"addr\",colhdr= =3D\"Address\"},{width=3D\"40\",alignment=3D\"2\",col_name=3D\"what\",colhd= r=3D\"What\"}],body=3D[]}\n(gdb) \n") (send-item "15-break-list" (lambda (&rest args) (with-current-buffer # (apply 'gdb-breakpoints-list-handler args)))) (send-item "14-stack-info-frame" gdb-frame-handler) (send-item "13-data-list-register-names --thread " gdb-register-names-hand= ler) (recv . "=3Dlibrary-loaded,id=3D\"/lib/ld-linux.so.2\",target-name=3D\"/li= b/ld-linux.so.2\",host-name=3D\"/lib/ld-linux.so.2\",symbols-loaded=3D\"0\"= \n(gdb) \n=3Dlibrary-loaded,id=3D\"/lib/i686/cmov/libc.so.6\",target-name= =3D\"/lib/i686/cmov/libc.so.6\",host-name=3D\"/lib/i686/cmov/libc.so.6\",sy= mbols-loaded=3D\"0\"\n=3Dthread-exited,id=3D\"1\",group-id=3D\"22681\"\n=3D= thread-group-exited,id=3D\"22681\"\n*stopped,reason=3D\"exited-normally\"\n= 12^done,threads=3D[]\n(gdb) \n") (send-item "12-thread-info" (lambda (&rest args) (with-current-buffer # (apply 'gdb-thread-list-handler args)))) (recv . "~\"Starting program: /home/sec/projects/test \\n\"\n=3Dthread-gro= up-created,id=3D\"22681\"\n=3Dthread-created,id=3D\"1\",group-id=3D\"22681\= "\n^running\n*running,thread-id=3D\"all\"\n") (mi-send . #("run\n" 0 3 (fontified t))) (recv . "10^done\n(gdb) \n11^done\n(gdb) \n") (send-item "11-enable-pretty-printing" ignore) (send-item "10-gdb-set target-async 1" ignore) (recv . "~\"GNU gdb (GDB) 7.0-debian\\n\"\n~\"Copyright (C) 2009 Free Soft= ware Foundation, Inc.\\n\"\n~\"License GPLv3+: GNU GPL version 3 or later <= http://gnu.org/licenses/gpl.html>\\n\"\n~\"This is free software: you are f= ree to change and redistribute it.\\n\"\n~\"There is NO WARRANTY, to the ex= tent permitted by law. Type \\\"show copying\\\"\\n\"\n~\"and \\\"show war= ranty\\\" for details.\\n\"\n~\"This GDB was configured as \\\"i486-linux-g= nu\\\".\\n\"\n~\"For bug reporting instructions, please see:\\n\"\n~\"...\\n\"\n~\"Reading symbols from /home/s= ec/projects/test...\"\n~\"done.\\n\"\n(gdb) \n1^done\n(gdb) \n2^done\n(gdb)= \n3^done\n(gdb) \n4^done,files=3D[{file=3D\"test.c\",fullname=3D\"/home/se= c/projects/test.c\"},{file=3D\"test.c\",fullname=3D\"/home/sec/projects/tes= t.c\"}]\n(gdb) \n5^done,line=3D\"1\",file=3D\"test.c\",fullname=3D\"/home/s= ec/projects/test.c\",macro-info=3D\"0\"\n(gdb) \n6^done,value=3D\"(gdb) \"\= n(gdb) \n7^error,msg=3D\"No registers.\"\n(gdb) \n8^done,threads=3D[]\n(gdb= ) \n9^done,BreakpointTable=3D{nr_rows=3D\"0\",nr_cols=3D\"6\",hdr=3D[{width= =3D\"7\",alignment=3D\"-1\",col_name=3D\"number\",colhdr=3D\"Num\"},{width= =3D\"14\",alignment=3D\"-1\",col_name=3D\"type\",colhdr=3D\"Type\"},{width= =3D\"4\",alignment=3D\"-1\",col_name=3D\"disp\",colhdr=3D\"Disp\"},{width= =3D\"3\",alignment=3D\"-1\",col_name=3D\"enabled\",colhdr=3D\"Enb\"},{width= =3D\"10\",alignment=3D\"-1\",col_name=3D\"addr\",colhdr=3D\"Address\"},{wid= th=3D\"40\",alignment=3D\"2\",col_name=3D\"what\",colhdr=3D\"What\"}],body= =3D[]}\n(gdb) \n") (send-item "9-break-list" (lambda (&rest args) (with-current-buffer # (apply 'gdb-breakpoints-list-handler args)))) (send-item "8-thread-info" (lambda (&rest args) (with-current-buffer # (apply 'gdb-thread-list-handler args)))) (send-item "7-stack-info-frame" gdb-frame-handler) (send-item "6-gdb-show prompt" gdb-get-prompt) (send-item "5-file-list-exec-source-file" gdb-get-source-file) (send-item "4-file-list-exec-source-files" gdb-get-source-file-list) (send-item "3-gdb-set non-stop 1" gdb-non-stop-handler) (send-item "2-gdb-set height 0" ignore) (send-item "1-inferior-tty-set /dev/pts/7" ignore)) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /usr/local/share/emacs/23.1.50/etc/DEBUG. In GNU Emacs 23.1.50.2 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2009-12-06 on walter Windowing system distributor `The X.Org Foundation', version 11.0.10605000 configured using `configure '--with-x-toolkit=3Dathena' 'CFLAGS=3D-march= =3Dprescott -O3 -pipe -fomit-frame-pointer'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: C value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_AT.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Group Minor modes in effect: shell-dirtrack-mode: t gnus-topic-mode: t gnus-undo-mode: t erc-spelling-mode: t jabber-activity-mode: t jabber-mode-line-mode: t dired-omit-mode: t ido-everywhere: t icomplete-mode: t global-hl-line-mode: t savehist-mode: t show-paren-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t global-visual-line-mode: t visual-line-mode: t transient-mark-mode: t abbrev-mode: t Recent input: C-n SPC q g C-c e p g C-x C-j C-c g C-x C-j C-r C-c=20 g . SPC q C-c e p g SPC k k k k k k k k k k k k q C-x=20 C-j C-a g =20 g g SPC c y SPC k k k k k k k k k k=20 k k k q SPC k k k k k q c y SPC n q g c=20 y SPC q SPC q g SPC n =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 q g g g g n SPC=20 q SPC n q g . SPC n q SPC n n q SPC q g SPC k k k n=20 q g SPC n q SPC n q g SPC n n q g =20 L g g g g . n n n n g . SPC n n q =20 g SPC n q g g SPC q g + + +=20 g g g g g - - -=20 - n =20 q g . n n n n n SPC q M-x=20 r e p o r t b Recent messages: nnml: Reading incoming mail from directory... nnml: Reading incoming mail (no new mail)...done nnimap: Checking mailboxes...done Checking new news...done Retrieving newsgroup: gmane.emacs.devel... Fetching headers for gmane.emacs.devel...done Scoring...done Generating summary...done Exiting summary buffer and applying spam rules Making completion list... [2 times] Load-path shadows: ~/elisp/gnus/contrib/ssl hides ~/elisp/w3/lisp/ssl ~/elisp/gnus/contrib/gnus-namazu hides ~/elisp/gnus-namazu ~/elisp/gnus/contrib/ssl hides ~/elisp/ssl ~/elisp/gnus/contrib/compface hides ~/elisp/gnus/lisp/compface ~/elisp/apel/timezone hides /home/sec/src/emacs/lisp/timezone ~/elisp/apel/env hides /home/sec/src/emacs/lisp/env ~/elisp/gnus/lisp/pgg-parse hides /home/sec/src/emacs/lisp/pgg-parse ~/elisp/gnus/lisp/password-cache hides /home/sec/src/emacs/lisp/password-ca= che ~/elisp/gnus/lisp/sha1 hides /home/sec/src/emacs/lisp/sha1 ~/elisp/gnus/lisp/hex-util hides /home/sec/src/emacs/lisp/hex-util ~/elisp/gnus/contrib/xml hides /home/sec/src/emacs/lisp/xml ~/elisp/gnus/lisp/pgg-pgp hides /home/sec/src/emacs/lisp/pgg-pgp ~/elisp/gnus/lisp/format-spec hides /home/sec/src/emacs/lisp/format-spec ~/elisp/gnus/lisp/pgg hides /home/sec/src/emacs/lisp/pgg ~/elisp/gnus/lisp/pgg-pgp5 hides /home/sec/src/emacs/lisp/pgg-pgp5 ~/elisp/gnus/lisp/pgg-gpg hides /home/sec/src/emacs/lisp/pgg-gpg ~/elisp/gnus/lisp/pgg-def hides /home/sec/src/emacs/lisp/pgg-def ~/elisp/gnus/lisp/md4 hides /home/sec/src/emacs/lisp/md4 ~/elisp/gnus/lisp/dns-mode hides /home/sec/src/emacs/lisp/textmodes/dns-mode ~/elisp/gnus/lisp/tls hides /home/sec/src/emacs/lisp/net/tls ~/elisp/gnus/lisp/ntlm hides /home/sec/src/emacs/lisp/net/ntlm ~/elisp/gnus/lisp/dns hides /home/sec/src/emacs/lisp/net/dns ~/elisp/gnus/lisp/hmac-def hides /home/sec/src/emacs/lisp/net/hmac-def ~/elisp/gnus/lisp/sasl-digest hides /home/sec/src/emacs/lisp/net/sasl-digest ~/elisp/gnus/lisp/sasl-cram hides /home/sec/src/emacs/lisp/net/sasl-cram ~/elisp/gnus/lisp/dig hides /home/sec/src/emacs/lisp/net/dig ~/elisp/gnus/lisp/sasl hides /home/sec/src/emacs/lisp/net/sasl ~/elisp/gnus/lisp/hmac-md5 hides /home/sec/src/emacs/lisp/net/hmac-md5 ~/elisp/gnus/lisp/netrc hides /home/sec/src/emacs/lisp/net/netrc ~/elisp/gnus/lisp/imap hides /home/sec/src/emacs/lisp/net/imap ~/elisp/gnus/lisp/sasl-ntlm hides /home/sec/src/emacs/lisp/net/sasl-ntlm ~/elisp/gnus/contrib/sendmail hides /home/sec/src/emacs/lisp/mail/sendmail ~/elisp/gnus/lisp/hashcash hides /home/sec/src/emacs/lisp/mail/hashcash ~/elisp/gnus/lisp/uudecode hides /home/sec/src/emacs/lisp/mail/uudecode ~/elisp/gnus/lisp/binhex hides /home/sec/src/emacs/lisp/mail/binhex ~/elisp/gnus/contrib/smtpmail hides /home/sec/src/emacs/lisp/mail/smtpmail ~/elisp/gnus/lisp/gnus-range hides /home/sec/src/emacs/lisp/gnus/gnus-range ~/elisp/gnus/lisp/mml1991 hides /home/sec/src/emacs/lisp/gnus/mml1991 ~/elisp/gnus/lisp/nnmairix hides /home/sec/src/emacs/lisp/gnus/nnmairix ~/elisp/gnus/lisp/gnus-art hides /home/sec/src/emacs/lisp/gnus/gnus-art ~/elisp/gnus/lisp/mm-extern hides /home/sec/src/emacs/lisp/gnus/mm-extern ~/elisp/gnus/lisp/smiley hides /home/sec/src/emacs/lisp/gnus/smiley ~/elisp/gnus/lisp/gnus-audio hides /home/sec/src/emacs/lisp/gnus/gnus-audio ~/elisp/gnus/lisp/nnwfm hides /home/sec/src/emacs/lisp/gnus/nnwfm ~/elisp/gnus/lisp/nnmail hides /home/sec/src/emacs/lisp/gnus/nnmail ~/elisp/gnus/lisp/gnus-picon hides /home/sec/src/emacs/lisp/gnus/gnus-picon ~/elisp/gnus/lisp/nndir hides /home/sec/src/emacs/lisp/gnus/nndir ~/elisp/gnus/lisp/gnus-uu hides /home/sec/src/emacs/lisp/gnus/gnus-uu ~/elisp/gnus/lisp/gnus-move hides /home/sec/src/emacs/lisp/gnus/gnus-move ~/elisp/gnus/lisp/mm-view hides /home/sec/src/emacs/lisp/gnus/mm-view ~/elisp/gnus/lisp/gnus-msg hides /home/sec/src/emacs/lisp/gnus/gnus-msg ~/elisp/gnus/lisp/nnmaildir hides /home/sec/src/emacs/lisp/gnus/nnmaildir ~/elisp/gnus/lisp/nnmh hides /home/sec/src/emacs/lisp/gnus/nnmh ~/elisp/gnus/lisp/canlock hides /home/sec/src/emacs/lisp/gnus/canlock ~/elisp/gnus/lisp/sieve-manage hides /home/sec/src/emacs/lisp/gnus/sieve-ma= nage ~/elisp/gnus/lisp/nngateway hides /home/sec/src/emacs/lisp/gnus/nngateway ~/elisp/gnus/lisp/smime hides /home/sec/src/emacs/lisp/gnus/smime ~/elisp/gnus/lisp/gnus-draft hides /home/sec/src/emacs/lisp/gnus/gnus-draft ~/elisp/gnus/lisp/qp hides /home/sec/src/emacs/lisp/gnus/qp ~/elisp/gnus/lisp/nndraft hides /home/sec/src/emacs/lisp/gnus/nndraft ~/elisp/gnus/lisp/gnus-setup hides /home/sec/src/emacs/lisp/gnus/gnus-setup ~/elisp/gnus/lisp/nnwarchive hides /home/sec/src/emacs/lisp/gnus/nnwarchive ~/elisp/gnus/lisp/gnus-cus hides /home/sec/src/emacs/lisp/gnus/gnus-cus ~/elisp/gnus/lisp/messcompat hides /home/sec/src/emacs/lisp/gnus/messcompat ~/elisp/gnus/lisp/gnus-cite hides /home/sec/src/emacs/lisp/gnus/gnus-cite ~/elisp/gnus/lisp/nntp hides /home/sec/src/emacs/lisp/gnus/nntp ~/elisp/gnus/lisp/nneething hides /home/sec/src/emacs/lisp/gnus/nneething ~/elisp/gnus/lisp/mml hides /home/sec/src/emacs/lisp/gnus/mml ~/elisp/gnus/lisp/gnus-spec hides /home/sec/src/emacs/lisp/gnus/gnus-spec ~/elisp/gnus/lisp/gnus-logic hides /home/sec/src/emacs/lisp/gnus/gnus-logic ~/elisp/gnus/lisp/gnus-mh hides /home/sec/src/emacs/lisp/gnus/gnus-mh ~/elisp/gnus/lisp/mm-url hides /home/sec/src/emacs/lisp/gnus/mm-url ~/elisp/gnus/lisp/nnnil hides /home/sec/src/emacs/lisp/gnus/nnnil ~/elisp/gnus/lisp/sieve-mode hides /home/sec/src/emacs/lisp/gnus/sieve-mode ~/elisp/gnus/lisp/gnus-demon hides /home/sec/src/emacs/lisp/gnus/gnus-demon ~/elisp/gnus/lisp/gnus-win hides /home/sec/src/emacs/lisp/gnus/gnus-win ~/elisp/gnus/lisp/nnsoup hides /home/sec/src/emacs/lisp/gnus/nnsoup ~/elisp/gnus/lisp/gnus-nocem hides /home/sec/src/emacs/lisp/gnus/gnus-nocem ~/elisp/gnus/lisp/starttls hides /home/sec/src/emacs/lisp/gnus/starttls ~/elisp/gnus/lisp/rfc2047 hides /home/sec/src/emacs/lisp/gnus/rfc2047 ~/elisp/gnus/lisp/sieve hides /home/sec/src/emacs/lisp/gnus/sieve ~/elisp/gnus/lisp/gnus-fun hides /home/sec/src/emacs/lisp/gnus/gnus-fun ~/elisp/gnus/lisp/gnus-dup hides /home/sec/src/emacs/lisp/gnus/gnus-dup ~/elisp/gnus/lisp/nnheader hides /home/sec/src/emacs/lisp/gnus/nnheader ~/elisp/gnus/lisp/gnus-diary hides /home/sec/src/emacs/lisp/gnus/gnus-diary ~/elisp/gnus/lisp/nnspool hides /home/sec/src/emacs/lisp/gnus/nnspool ~/elisp/gnus/lisp/nnmbox hides /home/sec/src/emacs/lisp/gnus/nnmbox ~/elisp/gnus/lisp/rfc1843 hides /home/sec/src/emacs/lisp/gnus/rfc1843 ~/elisp/gnus/lisp/spam-report hides /home/sec/src/emacs/lisp/gnus/spam-repo= rt ~/elisp/gnus/lisp/rfc2104 hides /home/sec/src/emacs/lisp/gnus/rfc2104 ~/elisp/gnus/lisp/nnlistserv hides /home/sec/src/emacs/lisp/gnus/nnlistserv ~/elisp/gnus/lisp/gnus-soup hides /home/sec/src/emacs/lisp/gnus/gnus-soup ~/elisp/gnus/lisp/mail-parse hides /home/sec/src/emacs/lisp/gnus/mail-parse ~/elisp/gnus/lisp/gnus hides /home/sec/src/emacs/lisp/gnus/gnus ~/elisp/gnus/lisp/mailcap hides /home/sec/src/emacs/lisp/gnus/mailcap ~/elisp/gnus/lisp/mm-bodies hides /home/sec/src/emacs/lisp/gnus/mm-bodies ~/elisp/gnus/lisp/mml-smime hides /home/sec/src/emacs/lisp/gnus/mml-smime ~/elisp/gnus/lisp/nnslashdot hides /home/sec/src/emacs/lisp/gnus/nnslashdot ~/elisp/gnus/lisp/gnus-async hides /home/sec/src/emacs/lisp/gnus/gnus-async ~/elisp/gnus/lisp/pop3 hides /home/sec/src/emacs/lisp/gnus/pop3 ~/elisp/gnus/lisp/gnus-score hides /home/sec/src/emacs/lisp/gnus/gnus-score ~/elisp/gnus/lisp/gnus-ml hides /home/sec/src/emacs/lisp/gnus/gnus-ml ~/elisp/gnus/lisp/gnus-cache hides /home/sec/src/emacs/lisp/gnus/gnus-cache ~/elisp/gnus/lisp/gmm-utils hides /home/sec/src/emacs/lisp/gnus/gmm-utils ~/elisp/gnus/lisp/gnus-kill hides /home/sec/src/emacs/lisp/gnus/gnus-kill ~/elisp/gnus/lisp/gnus-eform hides /home/sec/src/emacs/lisp/gnus/gnus-eform ~/elisp/gnus/lisp/auth-source hides /home/sec/src/emacs/lisp/gnus/auth-sour= ce ~/elisp/gnus/lisp/gnus-int hides /home/sec/src/emacs/lisp/gnus/gnus-int ~/elisp/gnus/lisp/score-mode hides /home/sec/src/emacs/lisp/gnus/score-mode ~/elisp/gnus/lisp/gnus-group hides /home/sec/src/emacs/lisp/gnus/gnus-group ~/elisp/gnus/lisp/gnus-util hides /home/sec/src/emacs/lisp/gnus/gnus-util ~/elisp/gnus/lisp/mml2015 hides /home/sec/src/emacs/lisp/gnus/mml2015 ~/elisp/gnus/lisp/mm-partial hides /home/sec/src/emacs/lisp/gnus/mm-partial ~/elisp/gnus/lisp/gnus-agent hides /home/sec/src/emacs/lisp/gnus/gnus-agent ~/elisp/gnus/lisp/gnus-registry hides /home/sec/src/emacs/lisp/gnus/gnus-re= gistry ~/elisp/gnus/lisp/nnfolder hides /home/sec/src/emacs/lisp/gnus/nnfolder ~/elisp/gnus/lisp/mail-source hides /home/sec/src/emacs/lisp/gnus/mail-sour= ce ~/elisp/gnus/lisp/nnvirtual hides /home/sec/src/emacs/lisp/gnus/nnvirtual ~/elisp/gnus/lisp/ietf-drums hides /home/sec/src/emacs/lisp/gnus/ietf-drums ~/elisp/gnus/lisp/nndoc hides /home/sec/src/emacs/lisp/gnus/nndoc ~/elisp/gnus/contrib/compface hides /home/sec/src/emacs/lisp/gnus/compface ~/elisp/gnus/lisp/gnus-salt hides /home/sec/src/emacs/lisp/gnus/gnus-salt ~/elisp/gnus/lisp/nnoo hides /home/sec/src/emacs/lisp/gnus/nnoo ~/elisp/gnus/lisp/mm-uu hides /home/sec/src/emacs/lisp/gnus/mm-uu ~/elisp/gnus/lisp/spam hides /home/sec/src/emacs/lisp/gnus/spam ~/elisp/gnus/lisp/nnagent hides /home/sec/src/emacs/lisp/gnus/nnagent ~/elisp/gnus/lisp/nnir hides /home/sec/src/emacs/lisp/gnus/nnir ~/elisp/gnus/lisp/gnus-sieve hides /home/sec/src/emacs/lisp/gnus/gnus-sieve ~/elisp/gnus/lisp/nndiary hides /home/sec/src/emacs/lisp/gnus/nndiary ~/elisp/gnus/lisp/legacy-gnus-agent hides /home/sec/src/emacs/lisp/gnus/leg= acy-gnus-agent ~/elisp/gnus/lisp/mm-encode hides /home/sec/src/emacs/lisp/gnus/mm-encode ~/elisp/gnus/lisp/spam-wash hides /home/sec/src/emacs/lisp/gnus/spam-wash ~/elisp/gnus/lisp/gnus-vm hides /home/sec/src/emacs/lisp/gnus/gnus-vm ~/elisp/gnus/lisp/gnus-delay hides /home/sec/src/emacs/lisp/gnus/gnus-delay ~/elisp/gnus/lisp/rfc2231 hides /home/sec/src/emacs/lisp/gnus/rfc2231 ~/elisp/gnus/lisp/yenc hides /home/sec/src/emacs/lisp/gnus/yenc ~/elisp/gnus/lisp/html2text hides /home/sec/src/emacs/lisp/gnus/html2text ~/elisp/gnus/lisp/utf7 hides /home/sec/src/emacs/lisp/gnus/utf7 ~/elisp/gnus/lisp/nnultimate hides /home/sec/src/emacs/lisp/gnus/nnultimate ~/elisp/gnus/lisp/spam-stat hides /home/sec/src/emacs/lisp/gnus/spam-stat ~/elisp/gnus/lisp/gnus-start hides /home/sec/src/emacs/lisp/gnus/gnus-start ~/elisp/gnus/lisp/mm-decode hides /home/sec/src/emacs/lisp/gnus/mm-decode ~/elisp/gnus/lisp/nnbabyl hides /home/sec/src/emacs/lisp/gnus/nnbabyl ~/elisp/gnus/lisp/gnus-ems hides /home/sec/src/emacs/lisp/gnus/gnus-ems ~/elisp/gnus/lisp/ecomplete hides /home/sec/src/emacs/lisp/gnus/ecomplete ~/elisp/gnus/lisp/nnkiboze hides /home/sec/src/emacs/lisp/gnus/nnkiboze ~/elisp/gnus/lisp/gnus-srvr hides /home/sec/src/emacs/lisp/gnus/gnus-srvr ~/elisp/gnus/lisp/message hides /home/sec/src/emacs/lisp/gnus/message ~/elisp/gnus/lisp/gnus-sum hides /home/sec/src/emacs/lisp/gnus/gnus-sum ~/elisp/gnus/lisp/gnus-bookmark hides /home/sec/src/emacs/lisp/gnus/gnus-bo= okmark ~/elisp/gnus/lisp/nnml hides /home/sec/src/emacs/lisp/gnus/nnml ~/elisp/gnus/lisp/mm-util hides /home/sec/src/emacs/lisp/gnus/mm-util ~/elisp/gnus/lisp/mml-sec hides /home/sec/src/emacs/lisp/gnus/mml-sec ~/elisp/gnus/lisp/gnus-dired hides /home/sec/src/emacs/lisp/gnus/gnus-dired ~/elisp/gnus/lisp/nnimap hides /home/sec/src/emacs/lisp/gnus/nnimap ~/elisp/gnus/lisp/gnus-undo hides /home/sec/src/emacs/lisp/gnus/gnus-undo ~/elisp/gnus/lisp/mail-prsvr hides /home/sec/src/emacs/lisp/gnus/mail-prsvr ~/elisp/gnus/lisp/nnweb hides /home/sec/src/emacs/lisp/gnus/nnweb ~/elisp/gnus/lisp/earcon hides /home/sec/src/emacs/lisp/gnus/earcon ~/elisp/gnus/lisp/rfc2045 hides /home/sec/src/emacs/lisp/gnus/rfc2045 ~/elisp/gnus/lisp/gnus-mlspl hides /home/sec/src/emacs/lisp/gnus/gnus-mlspl ~/elisp/gnus/lisp/gnus-topic hides /home/sec/src/emacs/lisp/gnus/gnus-topic ~/elisp/gnus/lisp/webmail hides /home/sec/src/emacs/lisp/gnus/webmail ~/elisp/gnus/lisp/flow-fill hides /home/sec/src/emacs/lisp/gnus/flow-fill ~/elisp/gnus/lisp/nnrss hides /home/sec/src/emacs/lisp/gnus/nnrss ~/elisp/gnus/lisp/nndb hides /home/sec/src/emacs/lisp/gnus/nndb ~/elisp/gnus/lisp/gnus-bcklg hides /home/sec/src/emacs/lisp/gnus/gnus-bcklg ~/elisp/gnus/lisp/deuglify hides /home/sec/src/emacs/lisp/gnus/deuglify ~/elisp/emms/lisp/tq hides /home/sec/src/emacs/lisp/emacs-lisp/tq ~/elisp/gnus/lisp/parse-time hides /home/sec/src/emacs/lisp/calendar/parse-= time ~/elisp/gnus/lisp/time-date hides /home/sec/src/emacs/lisp/calendar/time-da= te Features: (shadow emacsbug jabber-bookmarks jabber-private jabber-keepalive jabber-ping sasl-digest hmac-md5 multi-isearch gnus-fun moy-bbdb tramp-imap epa imap-hash tramp-gw tramp-fish tramp-smb tramp-cache tramp-ftp tramp-cmds tramp shell tramp-compat trampver skeleton newcomment footnote flow-fill epg epg-config gnus-kill gnus-dup gnus-cite w3m-form w3m-symbol w3m browse-url doc-view image-mode w3m-hist w3m-fb w3m-ems w3m-ccl ccl w3m-favicon w3m-image w3m-proc w3m-util gnus-async gnus-bcklg gnus-ml disp-table gnus-topic nnmairix parse-time nnfolder byte-opt nnml utf-7 utf7 nnimap imap nndraft nnmh auth-source gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache bytecomp byte-compile nnir bbdb-gnus bbdb-snarf mail-extr jka-compr spam spam-stat gnus-uu yenc gnus-msg gnus-art mm-uu mml2015 mm-view smime dig gnus-sum nnoo gnus-group gnus-undo nnmail mail-source smtpmail sendmail gnus-start gnus-spec gnus-int gnus-range message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode gmm-utils mailheader canlock hashcash gnus-win gnus gnus-ems nnheader gnus-util netrc mail-utils server linum company-files company-oddmuse company-keywords company-dabbrev-code company-dabbrev company-etags etags company-gtags company-xcode company-eclim company-css company-nxml rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc xmltok company-elisp help-mode view company paredit w3-auto bm edmacro kmacro erc-spelling flyspell ispell erc-goodies erc erc-backend erc-compat thingatpt pp browse-kill-ring derived uniquify emms-playlist-limit emms-i18n emms-history emms-bookmarks emms-score emms-stream-info emms-metaplaylist-mode emms-lastfm emms-player-xine emms-player-mpd tq emms-playing-time emms-lyrics emms-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-util url-parse url-vars emms-streams emms-mode-line emms-info-ogginfo emms-player-vlc emms-setup emms-info-mp4info emms-info-libtag emms-player-mplayer emms-player-mpg321-remote emms-player-simple emms-browser sort emms-playlist-sort emms-last-played emms-cache emms-tag-editor emms-info-mp3info emms-info later-do emms-volume easy-mmode emms-volume-amixer emms-playlist-mode emms-source-playlist emms-source-file emms emms-compat emms-mark emms-auto jabber jabber-libnotify jabber-awesome jabber-osd osd jabber-wmii jabber-xmessage jabber-festival jabber-sawfish jabber-ratpoison jabber-screen jabber-socks5 jabber-ft-server jabber-si-server jabber-ft-client jabber-ft-common jabber-si-client jabber-si-common jabber-feature-neg jabber-truncate jabber-time jabber-autoaway jabber-vcard-avatars jabber-chatstates jabber-events jabber-vcard jabber-avatar mailcap jabber-activity jabber-watch jabber-modeline jabber-ahc-presence jabber-ahc jabber-version jabber-ourversion jabber-muc-nick-completion hippie-exp comint ring jabber-browse jabber-search jabber-register jabber-roster format-spec jabber-presence assoc jabber-muc jabber-newdisco jabber-widget jabber-disco wid-edit jabber-chat ewoc jabber-history jabber-chatbuffer jabber-alert jabber-iq jabber-keymap jabber-core jabber-sasl sasl sasl-anonymous sasl-login sasl-plain fsm jabber-logon sha1 hex-util jabber-conn srv dns starttls tls jabber-xml xml jabber-menu jabber-autoloads jabber-util cal-menu easymenu calendar cal-loaddefs htmlize-autoloads boxquote-autoloads bbdb-hooks mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mm-util time-date mail-prsvr bbdb-com advice help-fns advice-preload mailabbrev cl cl-19 bbdb timezone pym static apel-ver product bbdb-autoloads w3m-load rx dired-x dired-aux dired regexp-opt ido icomplete midnight generic-x ansi-color hl-line windmove savehist paren tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind system-font-setting font-render-setting x-toolkit x multi-tty emacs) --=20 Ich machte es allen recht - alle sollten mich lieben Sah nicht die D=E4monen, die mich dazu trieben War gefangen und nicht mehr frei und ich ging kaputt dabei -- Die =C4rzte, Lied vom Scheitern ------------=_1319847363-27110-5-- From unknown Sat Aug 09 19:20:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9839: compile with gdb running Resent-From: Adam Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 30 Oct 2011 13:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9839@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13199805567515 (code B ref -1); Sun, 30 Oct 2011 13:16:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Oct 2011 13:15:56 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RKVEy-0001xA-7t for submit@debbugs.gnu.org; Sun, 30 Oct 2011 09:15:56 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RKVEv-0001x2-JP for submit@debbugs.gnu.org; Sun, 30 Oct 2011 09:15:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKVCs-0000en-UL for submit@debbugs.gnu.org; Sun, 30 Oct 2011 09:13:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:38591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKVCs-0000ej-S5 for submit@debbugs.gnu.org; Sun, 30 Oct 2011 09:13:46 -0400 Received: from eggs.gnu.org ([140.186.70.92]:43896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKVCr-0007Xw-TU for bug-gnu-emacs@gnu.org; Sun, 30 Oct 2011 09:13:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKVCq-0000eR-Ji for bug-gnu-emacs@gnu.org; Sun, 30 Oct 2011 09:13:45 -0400 Received: from nm22-vm1.bullet.mail.ne1.yahoo.com ([98.138.90.252]:36028) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RKVCq-0000eG-E1 for bug-gnu-emacs@gnu.org; Sun, 30 Oct 2011 09:13:44 -0400 Received: from [98.138.90.54] by nm22.bullet.mail.ne1.yahoo.com with NNFMP; 30 Oct 2011 13:13:42 -0000 Received: from [98.138.84.33] by tm7.bullet.mail.ne1.yahoo.com with NNFMP; 30 Oct 2011 13:13:42 -0000 Received: from [127.0.0.1] by smtp101.mail.ne1.yahoo.com with NNFMP; 30 Oct 2011 13:13:42 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1319980422; bh=Qc7xFrPXRq91ZDcIUUGtwiqquluppFsf7RBsYLlTFSU=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Subject:In-Reply-To:Message-ID:References:Mail-Followup-To:Date:MIME-Version:Content-Type; b=CobVqRQzDuU9jtaByWJRbEXCfNyjlVDDi2xcmE2EbjfW5Z1KVkFMvrpyGRp3JupDf60aPwD428LKPwiEgtPlXYq9k1n+nHZogpk8b7BKVW49I9750kWwyzm2+Bhl4VXXWlNectKN++ImhGcYGdLZhlnYWxWLEvEvJD3nL3QJuFk= X-Yahoo-Newman-Id: 843830.76059.bm@smtp101.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 3.YKllEVM1lU1b.MFWqDV5sZzCkOKl.gaQCJktvf4xzst.p BGoP3rphlMEc5aJ1WPVpR9VSTVBaxWihAu6aSQxYDFl4.Rj_c8UGfiCJL2Rr zTnmqGBPTg7GcCfxoEsiLoa4R8.lW4ZsccVQT4NTnhwUY4pv4G0DpUYAnDOY eqizFEPyyjd6mkUO0UFaFBaSsxCOv2hvwH2qPslwPS8NCupfy4mkC8lNronl A.FHwMTALkV2iQTTq9CAybF4MrqEMgyWzYP7v_fSvsf3yB6p65RYxSYJwdcC TWc7tjgdSAe4JWlAea8Dvp8LdHyglRz6..z8fxrR1zcgVYefPetZTcKB7jE_ sFMe8pgDuYLVSZmJ4rJ3lQu3gAtNEJxijmNav X-Yahoo-SMTP: Fed9kveswBC.fi0EvcUg6UnufDS8 Received: from this (adam_w67@92.228.254.127 with plain) by smtp101.mail.ne1.yahoo.com with SMTP; 30 Oct 2011 06:13:42 -0700 PDT From: Adam In-Reply-To: (Glenn Morris's message of "Fri, 28 Oct 2011 20:13:48 -0400") Message-ID: <87zkgi1v2r.fsf@earth.home> References: <228539.45852.bm@smtp108.mail.bf1.yahoo.com> <7f39eh2fw2.fsf@fencepost.gnu.org> <87aa8mfkmc.fsf@earth.home> Mail-Followup-To: bug-gnu-emacs@gnu.org Date: Sun, 30 Oct 2011 14:13:37 +0100 MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.6 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) Glenn Morris writes: > Version: 24.0.91 > > The 2009-08-30 change to process.c has been reverted, so this should > be fixed now in the Emacs trunk, and in the coming 24.0.91 pretest. Fixed. Thank you!