Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 1998 06:34:40 -0800 (AKDT)
From:      Steve Howe <groggy@iname.com>
To:        freebsd-questions <questions@FreeBSD.ORG>
Subject:   gzip exec's
Message-ID:  <Pine.BSF.3.96.981014062830.11815A-100000@abc.xyz.net>

next in thread | raw e-mail | index | archive | help

i'd like to know if anyone is having
trouble with gzipped scripts ...
they are crashing on all the machines
i have with 2.2.7 (3).

for example:

Script started on Wed Oct 14 06:31:38 1998
$ cat a
#!/bin/sh
echo hello!
$ ./a
hello!
$ gzip a; mv a.gz a
$ ./a
Segmentation fault - core dumped
Script done on Wed Oct 14 06:32:24 1998

i'd like to know before i check on doing a pr.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981014062830.11815A-100000>