From owner-freebsd-bugs Wed Oct 21 08:00:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28209 for freebsd-bugs-outgoing; Wed, 21 Oct 1998 08:00:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28199 for ; Wed, 21 Oct 1998 08:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20969; Wed, 21 Oct 1998 08:00:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA27962; Wed, 21 Oct 1998 07:57:22 -0700 (PDT) (envelope-from nobody) Message-Id: <199810211457.HAA27962@hub.freebsd.org> Date: Wed, 21 Oct 1998 07:57:22 -0700 (PDT) From: djw@shopsite.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/8397: Code using popen compiled on BSDI BSD/OS 2.0 does not work on Beta 3.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8397 >Category: i386 >Synopsis: Code using popen compiled on BSDI BSD/OS 2.0 does not work on Beta 3.0 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 21 08:00:00 PDT 1998 >Last-Modified: >Originator: Darren Whittaker >Organization: Open Market, Inc. >Release: 3.x beta >Environment: did not have telnet access to 3.x machine >Description: The first popen/fgets/pclose works once but not twice. A test program compiled on BSDI BSD/OS 2.0 will fail on freeBSD 3.x, the same program compiled on a 2.x freeBSD machine will work on freeBSD 3.x. The test prorgam is a simple for loop that does a popen of the data command, displays its's output and then does a pclose. Only the first time through the loop displays any output. Have also found that the system function does the same thing, works once but never again. >How-To-Repeat: See full dscription >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message