[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#244070: marked as done (octave2.1-emacsen: octave quits when working with popen)



Your message dated Tue, 6 Sep 2005 15:19:38 +0200
with message-id <20050906131938.GO20563@laboiss2>
and subject line Fixed in sarge since a while -> closing this bug report
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Apr 2004 13:49:18 +0000
>From Pascal.Dupuis@esat.kuleuven.ac.be Fri Apr 16 06:49:18 2004
Return-path: <Pascal.Dupuis@esat.kuleuven.ac.be>
Received: from spoetnik.kulnet.kuleuven.ac.be [134.58.240.46] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BETiY-0000ak-00; Fri, 16 Apr 2004 06:49:18 -0700
Received: from localhost (localhost [127.0.0.1])
	by spoetnik.kulnet.kuleuven.ac.be (Postfix) with ESMTP id E89B334502
	for <submit@bugs.debian.org>; Fri, 16 Apr 2004 15:48:42 +0200 (CEST)
Received: from lepidus.kulnet.kuleuven.ac.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72])
	by spoetnik.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 6938F344C6
	for <submit@bugs.debian.org>; Fri, 16 Apr 2004 15:48:42 +0200 (CEST)
Received: from elen-09.esat.kuleuven.ac.be (elen-09.esat.kuleuven.ac.be [10.33.135.19])
	by lepidus.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 554C938005A
	for <submit@bugs.debian.org>; Fri, 16 Apr 2004 15:48:42 +0200 (CEST)
Received: by elen-09.esat.kuleuven.ac.be (Postfix, from userid 2007)
	id A2FA11C5D4; Fri, 16 Apr 2004 15:48:41 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Pascal A. Dupuis" <pascal.dupuis@esat.kuleuven.ac.be>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: octave2.1-emacsen: octave quits when working with popen
X-Mailer: reportbug 2.56
Date: Fri, 16 Apr 2004 15:48:41 +0200
Message-Id: <20040416134841.A2FA11C5D4@elen-09.esat.kuleuven.ac.be>
X-Virus-Scanned: by KULeuven Antivirus Cluster
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: octave2.1-emacsen
Version: 2.1.57-1
Severity: important

Hello,

while trying to debug a perl script that I use as interfaces to a
MySQL DB, I found that octave, when run from inside Emacs (M-X
run-octave), has a tendency to exit if trying to use popen. In
particular, the example from the help causes this behaviour:

octave> fid = popen ("ls -ltr / | tail -3", "r");
octave> 

Process Inferior Octave finished

If running octave outside Emacs, this does not happen. This behaviour
is probably linked to signal handling and/or process management.

Best regards

Pascal Dupuis

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=fr_BE@euro, LC_CTYPE=fr_BE@euro

Versions of packages octave2.1-emacsen depends on:
ii  debianutils                   2.8.1      Miscellaneous utilities specific t
ii  emacs21 [emacsen]             21.3+1-4   The GNU Emacs editor
ii  octave2.1                     2.1.57-1   The GNU Octave language for numeri

-- no debconf information

---------------------------------------
Received: (at 244070-done) by bugs.debian.org; 6 Sep 2005 13:19:40 +0000
>From laboissiere@cbs.mpg.de Tue Sep 06 06:19:40 2005
Return-path: <laboissiere@cbs.mpg.de>
Received: from kom.mpipf-muenchen.mpg.de [192.129.1.23] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1ECdMS-00035E-00; Tue, 06 Sep 2005 06:19:40 -0700
Received: from amalie.intra.mpipf-muenchen.mpg.de ([10.1.1.2])
	by kom.mpipf-muenchen.mpg.de with esmtp (Exim 4.34)
	id 1ECdMQ-0000De-UP
	for 244070-done@bugs.debian.org; Tue, 06 Sep 2005 15:19:38 +0200
Received: from [10.80.1.253] (helo=laboiss2)
	by amalie.intra.mpipf-muenchen.mpg.de with esmtp (Exim 4.05)
	id 1ECdMR-0006cL-00; Tue, 06 Sep 2005 15:19:39 +0200
Received: from rafael by laboiss2 with local (Exim 3.36 #1 (Debian))
	id 1ECdMQ-0008WN-00; Tue, 06 Sep 2005 15:19:38 +0200
Date: Tue, 6 Sep 2005 15:19:38 +0200
From: Rafael Laboissiere <rafael@debian.org>
To: 244070-done@bugs.debian.org
Subject: Fixed in sarge since a while -> closing this bug report
Message-ID: <20050906131938.GO20563@laboiss2>
Reply-To: Rafael Laboissiere <rafael@debian.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Organization: Debian GNU/Linux
User-Agent: Mutt/1.5.9i
Delivered-To: 244070-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02

I am closing this bug report since it has been fixed in Debian sarge since a
while.

-- 
Rafael



Reply to: