From xemacs-m  Sat Feb 15 12:49:24 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA04789
	for <xemacs-beta@xemacs.org>; Sat, 15 Feb 1997 12:49:23 -0600 (CST)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id TAA16064; Sat, 15 Feb 1997 19:49:22 +0100 (MET)
Sender: hniksic@public.srce.hr
To: xemacs-beta@xemacs.org
Subject: Re: Possible regexp crash
References: <kigwwsaitcb.fsf@jagor.srce.hr> <m2pvy2y7qs.fsf@altair.xemacs.org>
X-URL: ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/
X-Attribution: Hrv
X-Face: &}4JQk=L;e.~x+|eo]#DGk@x3~ed!.~lZ}YQcYb7f[WL9L'Z*+OyA\nAEL1M(".[qvI#a2E
 6WYI5>>e7'@_)3Ol9p|Nn2wNa/;~06jL*B%tTcn/XvhAu7qeES0\|MF%$;sI#yn1+y"
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 15 Feb 1997 19:49:21 +0100
In-Reply-To: Steven L Baur's message of 14 Feb 1997 21:10:35 -0800
Message-ID: <kigiv3t7vm6.fsf@jagor.srce.hr>
Lines: 30
X-Mailer: Gnus v5.4.12/XEmacs 19.14

Steven L Baur <steve@miranova.com> writes:

> Unfortunately, I cannot duplicate your results on Pentium Linux.

Well.  I don't know.  I haven't tried it on 20.0 + Solaris.  The
crashing combinations for me are 19.14/Solaris and 20.0-nomule/OSF.

> > Perl5 coredumps on that one too. ;-)
> 
> :-)

Well, maybe I should really file in a bug report to the Perl
maintainers.  The script is as follows:

#!/usr/bin/perl

open(fh, "<gnus.texi");
$_ = join('', <fh>);
close fh;
/(.|\n)*/;
print $1;

The last `print $1' statement is unnecessary.  Anyways, run it in the
directory with gnus.texi, and there you go!

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Then...  his face does a complete change of expression.  It goes from
a "Vengeance is mine" expression, to a "What the fuck" blank look.

