From owner-freebsd-questions Sun Sep 13 20:03:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13521 for freebsd-questions-outgoing; Sun, 13 Sep 1998 20:03:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from abc.xyz.net (froggy.anchorage.ptialaska.net [208.151.119.238]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13516 for ; Sun, 13 Sep 1998 20:03:48 -0700 (PDT) (envelope-from plan9@poboxes.com) Received: from localhost (localhost [127.0.0.1]) by abc.xyz.net (8.8.8/8.8.8) with SMTP id TAA00596 for ; Sun, 13 Sep 1998 19:03:04 -0800 (AKDT) (envelope-from plan9@poboxes.com) Date: Sun, 13 Sep 1998 19:03:03 -0800 (AKDT) From: Steve Howe X-Sender: abc@abc.xyz.net To: freebsd-questions Subject: Gzipped scripts Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Script started on Sun Sep 13 18:54:59 1998 # cat a #!/bin/sh echo "HELLO WORLD!" # gzip a # ./a.gz Segmentation fault - core dumped Script done on Sun Sep 13 18:55:41 1998 2.2.7-RELEASE on a AMD 586 166 and Intel 486 100 laptop. is the kernel gzip code ok? i had no problems with 2.2.6. thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message