From owner-freebsd-java@FreeBSD.ORG Fri Mar 30 18:54:38 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7ACA016A400 for ; Fri, 30 Mar 2007 18:54:38 +0000 (UTC) (envelope-from thiago@lamce.coppe.ufrj.edu.br) Received: from lamce.coppe.ufrj.br (anubis.lamce.coppe.ufrj.br [146.164.92.1]) by mx1.freebsd.org (Postfix) with ESMTP id 5CC7E13C48A for ; Fri, 30 Mar 2007 18:54:37 +0000 (UTC) (envelope-from thiago@lamce.coppe.ufrj.edu.br) Received: from www.lamce.coppe.ufrj.br (anubis.lamce.coppe.ufrj.br [146.164.92.1]) by lamce.coppe.ufrj.br (Postfix) with ESMTP id 3044820B409 for ; Fri, 30 Mar 2007 15:30:54 -0300 (BRT) Received: from 146.164.92.1 (SquirrelMail authenticated user thiago) by www.lamce.coppe.ufrj.br with HTTP; Fri, 30 Mar 2007 15:30:54 -0300 (BRT) Message-ID: <52091.146.164.92.1.1175279454.squirrel@www.lamce.coppe.ufrj.br> Date: Fri, 30 Mar 2007 15:30:54 -0300 (BRT) From: "Thiago Esteves de Oliveira" To: freebsd-java@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal References: In-Reply-To: Subject: Problems runnig Netbeans5.5 with JDK linux version. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2007 18:54:38 -0000 Hello, Yesterday I installed Netbeans5.5 but it didn't work with linux-jdk1.5. It works well when I use diablo-jdk1.5. These messages are displayed when I try to run Netbeans5.5 with JDK linux version: # # An unexpected error has been detected by HotSpot Virtual Machine: # # Internal Error (4E4D4554484F440E4350500529), pid=76038, tid=393238 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode) # An error report file with more information is saved as hs_err_pid76038.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Mar 30 13:59:07 tutankhamon kernel: linux: pid 76038 (java): ioctl fd=10, cmd=0x 8933 ('\x89',51) is not implemented Mar 30 13:59:07 tutankhamon kernel: linux: pid 76038 (java): ioctl fd=10, cmd=0x 8933 ('\x89',51) is not implemented What are the differences between JDK FreeBSD version and JDK linux version?