From owner-freebsd-eclipse@FreeBSD.ORG Sun Jan 29 22:30:14 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8600F16A420 for ; Sun, 29 Jan 2006 22:30:14 +0000 (GMT) (envelope-from johnwrussell@comcast.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F6F143D49 for ; Sun, 29 Jan 2006 22:30:13 +0000 (GMT) (envelope-from johnwrussell@comcast.net) Received: from rmailcenter03.comcast.net ([204.127.197.113]) by comcast.net (rwcrmhc11) with SMTP id <20060129223013m110018re1e>; Sun, 29 Jan 2006 22:30:13 +0000 Received: from [24.4.165.68] by rmailcenter03.comcast.net; Sun, 29 Jan 2006 22:30:12 +0000 From: johnwrussell@comcast.net To: freebsd-eclipse@freebsd.org Date: Sun, 29 Jan 2006 22:30:12 +0000 Message-Id: <012920062230.10339.43DD41F4000C632D00002863220074567204040A9C9C9A9D9902080106@comcast.net> X-Mailer: AT&T Message Center Version 1 (Aug 4 2005) X-Authenticated-Sender: am9obndydXNzZWxsQGNvbWNhc3QubmV0 Subject: Crash during License Agreement dialog X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 22:30:14 -0000 I'm not sure whether this is an Eclipse problem, a plugin problem, or a JVM problem. Any guidance will be much appreciated! John =============================================================== PROBLEM: Eclipse crashes if the web.xml in my J2EE project contains this web-app tag: ACTIONS TO REPRODUCE THE PROBLEM: After creating web.xml, I right-click on the project in Project Explorer, and choose Refresh from the context menu. A frame titled "License Agreement" then appears. It says: A request has been made to cache the resource http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd In order to cache the resource you must agree to the license below: (However, there is no license shown, only an empty text box, and two buttons that say "I Agree" and "I Disagree".) After a few seconds, a frame titled "Error" appears. It says: JVM terminated. Exit code=1 /usr/local/jdk1.5.0/bin/java -Xms40m -Xmx256m -jar /usr/local/eclipse/startup.jar -os freebsd -ws gtk -arch x86 -launcher /usr/local/eclipse/eclipse -name Eclipse -showsplash 600 -exitdata 3000a -vm /usr/local/jdk1.5.0/bin/java -vmargs -Xms40m -Xmx256m -jar /usr/local/eclipse/startup.jar The terminal from which I started Eclipse shows this error message: # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x28633217, pid=633, tid=0x8060000 # # Java VM: Java HotSpot(TM) Client VM (1.5.0-p2-root_21_jan_2006_11_10 mixed mode) # Problematic frame: # C [libzip.so+0x10217] inflate_fast+0x17 # # An error report file with more information is saved as hs_err_pid633.log # # If you would like to submit a bug report, please write # a letter to freebsd-java@FreeBSD.org mailing list.