Received: (from major@localhost)
	by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id OAA29445
	for pups-liszt; Fri, 27 Mar 1998 14:51:52 +1100 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups@minnie.cs.adfa.oz.au using -f
Received: from renoir.op.net (root@renoir.op.net [209.152.193.4])
	by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id OAA29440
	for <pups@minnie.cs.adfa.oz.au>; Fri, 27 Mar 1998 14:51:43 +1100 (EST)
Received: from goppelt.op.net (d-phlarc1-04.ppp.op.net [209.152.199.68]) by renoir.op.net (o1/$Revision: 1.15 $) with SMTP id WAA01451 for <pups@minnie.cs.adfa.oz.au>; Thu, 26 Mar 1998 22:51:32 -0500 (EST)
Message-Id: <199803270351.WAA01451@renoir.op.net>
Comments: Authenticated sender is <edgee@cyberpass.net>
From: "Ed G." <edgee@cyberpass.net>
To: pups@minnie.cs.adfa.oz.au
Date: Thu, 26 Mar 1998 22:51:31 -0400
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: Bug in Bob Supnik's Emulator!
Reply-to: edgee@cyberpass.net
X-mailer: Pegasus Mail for Win32 (v2.54)
Sender: owner-pups@minnie.cs.adfa.oz.au
Precedence: bulk

As you know, I wrote this list recently about a bug in Bob Supnik's 
emulator which manifests when running factor (1).  

I've had a chance to do some further research on this, and it seems 
to me that the bug is definitely in Supnik's emulator.  What do you 
all think?  Am I onto something?  If so, what part of Supnik's code 
is probably to blame?

Here's what I've learned so far:

1. factor on Supnik's emulator fails most of the time (see below for 
examples).

2. factor works fine on Ersatz-11

2. On the off-chance that I munged the disk images and somehow
corrupted factor, I reextracted virgin images from the tar ball. 
factor still fails while running on Supnik's emulator.

3. Peter Turnbull wrote me that factor running on under uv7 on his 
PDP-11/23 runs the test case 'factor 6' without error.

Here's what factor does on Supnik's emulator for a variety of values:

factor 6
2
3
17
17 etc.

factor 257
263
263 etc.

factor 263
269
269 etc.

factor 1009 (works correctly)
1009

