Subject: Re: sun jdk 1.5 appletviewer deadlocks or crashes on 2.0 MP - am I crazy?
To: None <tech-kern@NetBSD.org>
From: J Chapman Flack <flack@cs.purdue.edu>
List: tech-kern
Date: 02/28/2005 23:29:00
Christos Zoulas wrote:

> >  CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse

> It is getting it from procfs, and I will commit a fix for it shortly.

That nailed the problem - thanks!  I merged the miscfs/procfs/procfs_linux
and arch/i386/i386/procfs_machdep changes into my 2.0 sources and now
sun-jre15 runs applets just fine, both in the standalone appletviewer and
as the mozilla plugin.

I'm not sure if you intended the line    len = sizeof buf;
to remain in procfs_docpuinfo, though;
I removed it here.

Thanks again,
-Chap