NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/38537: __HAVE_PREEMPTION requires MULTIPROCESSOR



The following reply was made to PR kern/38537; it has been noted by GNATS.

From: Andrew Doran <ad%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/38537: __HAVE_PREEMPTION requires MULTIPROCESSOR
Date: Tue, 29 Apr 2008 14:06:07 +0100

 On Tue, Apr 29, 2008 at 06:10:03AM +0000, Bernd Ernesti wrote:
 > The following reply was made to PR kern/38537; it has been noted by GNATS.
 > 
 > From: Bernd Ernesti <pr200705%veego.de@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc: 
 > Subject: Re: kern/38537: __HAVE_PREEMPTION requires MULTIPROCESSOR
 > Date: Tue, 29 Apr 2008 08:05:55 +0200
 > 
 >  On Tue, Apr 29, 2008 at 05:55:00AM +0000, ad%NetBSD.org@localhost wrote:
 >  [..]
 >  
 >  > >Fix:
 >  > Refine the kernel_lock functions or make MULTIPROCESSOR mandatory
 >  > on x86.
 >  
 >  The later will make it impossible to hava a fully working java
 >  if you have a MP system.
 >  Right now I disable MP to work around a problem described in kern/36505
 
 As I have already pointed out, however broken /proc emulation might be
 this is a problem with the postinstall script in the package, NOT the
 kernel.
 
 You can't build classes.jsa using the server VM, you must use the client VM.
 Allowing the java binary to choose the VM is asking for trouble. Add -client
 to the command line arguments and the problem goes away.
 
 Andrew
 


Home | Main Index | Thread Index | Old Index