From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9354 invoked by alias); 17 Jun 2004 02:34:34 -0000 Mailing-List: contact eclipse-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: eclipse-owner@sources.redhat.com Received: (qmail 9345 invoked from network); 17 Jun 2004 02:34:33 -0000 Date: Thu, 17 Jun 2004 02:34:00 -0000 From: Nathan Bryant Subject: eclipse on fedora 1/2 To: eclipse@sources.redhat.com Message-id: <40D10339.2090204@optonline.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114 X-SW-Source: 2004-q2/txt/msg00007.txt.bz2 i've been playing with building eclipse in a hybrid environment, fedora 1 with a few rpm's from fedora 2, notably: newer binutils newer libgcc gcc34-* ant and various rhug bits. et cetera. this does mean that i'm building against an older gtk2 that doesn't require patches, it seems. The sources I'm working on are eclipse-2.1.2-6 with a few patches that have already been discussed here. Where I'm falling afoul is crashes on startup in the bytecode verifier... anyone seen this? java.lang.LinkageError: unexpected exception during linking: org.eclipse.update.internal.core.Policy at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0) at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0) at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0) at org.eclipse.update.internal.core.UpdateCore.startup() (Unknown Source) at org.eclipse.core.internal.plugins.PluginDescriptor$1.run() (/usr/lib/eclipse/plugins/org.eclipse.core.runtime_2.1.1/libruntime.so) [snip] Caused by: java.lang.NullPointerException at _Jv_BytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj.so.5.0.0) at _Jv_VerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.5.0.0) at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0) at _Jv_WaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0) at java.lang.VMClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.5.0.0) at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0) ...29 more