From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8481 invoked from network); 14 Sep 2006 03:54:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 14 Sep 2006 03:54:12 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 43883 invoked from network); 14 Sep 2006 03:54:04 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 Sep 2006 03:54:04 -0000 Received: (qmail 6307 invoked by alias); 14 Sep 2006 03:53:55 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10713 Received: (qmail 6297 invoked from network); 14 Sep 2006 03:53:55 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 14 Sep 2006 03:53:55 -0000 Received: (qmail 42892 invoked from network); 14 Sep 2006 03:53:55 -0000 Received: from ns-2.to-be.co.jp (219.127.155.130) by a.mx.sunsite.dk with SMTP; 14 Sep 2006 03:53:53 -0000 Received: (qmail 16497 invoked from network); 14 Sep 2006 12:53:47 +0900 Received: from unknown (HELO imss-3.it.to-be.co.jp) (10.128.1.23) by ns-2.to-be.co.jp with SMTP; 14 Sep 2006 12:53:47 +0900 Received: (qmail 20478 invoked from network); 14 Sep 2006 12:53:47 +0900 Received: from localhost (HELO imss-3.it.to-be.co.jp) (127.0.0.1) by localhost with SMTP; 14 Sep 2006 12:53:47 +0900 Received: (qmail 20475 invoked by alias); 14 Sep 2006 12:53:47 +0900 Received: (qmail 20467 invoked from network); 14 Sep 2006 12:53:47 +0900 Received: from unknown (HELO henman-np.b-eng.it.to-be.co.jp) (10.137.7.12) by imss-3.it.to-be.co.jp with SMTP; 14 Sep 2006 12:53:47 +0900 To: Message-ID: <20060914125347.2780@henman-np.b-eng.it.to-be.co.jp> From: "djh" Date: Thu, 14 Sep 2006 12:53:47 +0900 cc: Subject: Problem Inoking gdb X-Mailer: MH-E 8.0.2; GNU Mailutils 1.0.1; GNU Emacs 22.0.50 I am having the following problem trying to invoke gdb on a processing running in a different display. -------------------------------- $ gdb emacs 2584 GNU gdb 6.5.50.20060706-cvs (cygwin-special) Copyright (C) 2006 Free Software Foundation, Inc......... ............... Attaching to program `/bin/emacs.exe', process 2584 zsh: suspended (tty output) gdb emacs 2584 -------------------------------- So the zsh running gdb is suspended and the gdb process is also suspended and must be manually "killed". I was wondering if any of you have had a similiar problem or any ideas for a solution. Thanks, Darel Henman