[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Classpath Digest, Vol 6, Issue 3
From: |
Julian Dolby |
Subject: |
Re: Classpath Digest, Vol 6, Issue 3 |
Date: |
Fri, 2 May 2003 11:08:12 -0400 |
This is actually caused by another problem with the i686-pc-linux-gnu
config file. Try setting the RVM_WITH_SINGLE_VIRTUAL_PROCESSOR flag to 0.
This should probably work for you, assuming you are using a 2.4 linux
kernel.
-- Julian
address@hidden
Sent by: To:
address@hidden
classpath-bounces+dolby=us.ibm. cc:
address@hidden Subject:
Classpath Digest, Vol 6, Issue 3
05/02/03 06:53 AM
Please respond to classpath
Date: 01 May 2003 21:21:57 -0400
From: Brian Jones <address@hidden>
To: David P Grove <address@hidden>
Cc: address@hidden
Subject: Re: Fw: Running Eclipse on Jikes RVM and Classpath
Message-ID: <address@hidden>
In-Reply-To:
<address@hidden>
References:
<address@hidden>
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Precedence: list
Message: 3
David P Grove <address@hidden> writes:
> Sorry, this was almost certainly due to two missing '\' in the definition
> of MAXIMUM_MAPPABLE_ADDRESS in Jikes RVM's i686-pc-linux-gnu config file.
> About half of the config files were wrong. I just checked in fixes for
> them all.
Is there a JNI function that isn't implemented in the VM causing
trouble here?
address@hidden gtk]$ rvm -verbose:jni TestAWT
[Loaded native library: /home/cbj/cvs/rvmBuild/libjavaio.so]
[Dynamic-linking native method java.io.FileDescriptor.nativeInit ... JNI]
[Loaded native library: /home/cbj/cvs/rvmBuild/libjavalang.so]
[Dynamic-linking native method java.lang.Double.initIDs ... JNI]
[Dynamic-linking native method java.lang.Double.longBitsToDouble ... JNI]
[Dynamic-linking native method java.io.FileDescriptor.nativeOpen ... JNI]
[Dynamic-linking native method java.io.FileDescriptor.nativeGetLength ...
JNI]
[Dynamic-linking native method java.io.FileDescriptor.nativeSeek ... JNI]
[Dynamic-linking native method java.io.FileDescriptor.nativeReadBuf ...
JNI]
[Dynamic-linking native method java.io.FileDescriptor.nativeGetFilePointer
... JNI]
[Loaded native library: /home/cbj/cvs/rvmBuild/libjpnexec.so]
[Dynamic-linking native method java.io.File.existsInternal ... JNI]
[Dynamic-linking native method java.io.File.isDirectoryInternal ... JNI]
[Dynamic-linking native method java.io.File.lengthInternal ... JNI]
[Loaded native library: /home/cbj/cvs/rvmBuild/libgtkpeer.so]
[Dynamic-linking native method gnu.java.awt.peer.gtk.GtkMainThread.gtkInit
... JNI]
0x430001d4
vm internal error at:
-- Stack --
Lcom/ibm/JikesRVM/VM; sysFail(Ljava/lang/String;)V at line 821
Lcom/ibm/JikesRVM/VM; _assertionFailure(Ljava/lang/String;)V at line 392
Lcom/ibm/JikesRVM/VM; _assert(ZLjava/lang/String;)V at line 386
Lcom/ibm/JikesRVM/VM; _assert(Z)V at line 369
Lcom/ibm/JikesRVM/VM_CompiledMethods;
getCompiledMethod(I)Lcom/ibm/JikesRVM/VM_CompiledMethod; at line 69
Lcom/ibm/JikesRVM/VM_Runtime;
deliverException(Ljava/lang/Throwable;Lcom/ibm/JikesRVM/VM_Registers;)V at
line 776
Lcom/ibm/JikesRVM/VM_Runtime; athrow(Ljava/lang/Throwable;)V at line 517
Lcom/ibm/JikesRVM/VM_DynamicLinker; unimplementedNativeMethod()V at line
41
Lcom/ibm/JikesRVM/VM_JNIFunctions;
GetJavaVM(ILcom/ibm/JikesRVM/VM_Address;)I at line 5724
<native frame>
Lgnu/java/awt/peer/gtk/GtkMainThread; gtkInit()V at line 0
Lgnu/java/awt/peer/gtk/GtkMainThread; run()V at line 72
Ljava/lang/Thread; run()V at line 270
Lcom/ibm/JikesRVM/VM_Thread; startoff()V at line 712
vm: exit 1
--
Brian Jones <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Classpath Digest, Vol 6, Issue 3,
Julian Dolby <=