From owner-freebsd-java@FreeBSD.ORG Fri Jul 1 20:18:26 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E3416A41C for ; Fri, 1 Jul 2005 20:18:26 +0000 (GMT) (envelope-from is08215@salleurl.edu) Received: from relay1.salleURL.edu (relay1.salleURL.edu [130.206.42.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAE7B43D5C for ; Fri, 1 Jul 2005 20:18:25 +0000 (GMT) (envelope-from is08215@salleurl.edu) Received: from [127.0.0.1] (20.Red-83-39-246.pooles.rima-tde.net [83.39.246.20]) (authenticated bits=0) by relay1.salleURL.edu (8.13.4/8.13.4/Debian-3) with ESMTP id j61KIFfs011057 for ; Fri, 1 Jul 2005 22:18:17 +0200 X-DomainKeys: Sendmail DomainKeys Filter v0.3.0 relay1.salleURL.edu j61KIFfs011057 DomainKey-Signature: a=rsa-sha1; s=relay1; d=salleURL.edu; c=nofws; q=dns; h=message-id:date:from:user-agent:x-accept-language: mime-version:to:subject:content-type: content-transfer-encoding:x-antivirus:x-antivirus-status; b=Q7qQkQnazNXiwI2qwsFkUE21BWdj4db9K7vb7THD37J8rpJG2l/1eU7ZTMBI4Glcn RIBzR4VhSp6ZYvJ3YOfs1mvEDkb+VaB/jfSmjYlZEtD0JYxWF4UVpz5ZDpc27ZU Message-ID: <42C5A4E2.1060204@salleurl.edu> Date: Fri, 01 Jul 2005 22:17:38 +0200 From: Alex Soto User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: es-es, es MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0526-4, 01/07/2005), Outbound message X-Antivirus-Status: Clean Received-SPF: pass (relay1.salleURL.edu: authenticated connection) receiver=relay1.salleURL.edu; client-ip=83.39.246.20; helo=[127.0.0.1]; envelope-from=is08215@salleurl.edu; x-software=spfmilter 0.95 http://www.acme.com/software/spfmilter/ with libspf2; X-Scanned-By: MIMEDefang 2.51 on 130.206.42.246 Subject: Problem With FreeBsd 4.6 and Jdk1.5 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, 01 Jul 2005 20:18:26 -0000 Hello, i have a problem. I have installed a FreeBsd4.6 in a server with jdk1.5. I have installed Tomcat 5.5 and i try running my application, what a surprise that an application that runs in a Fedora, doesn't work in FreeBsd for a Bug in FreeBsd about threads, im sure you know of what im talking. The jvm tells me # > > > >>>># An unexpected error has been detected by HotSpot Virtual Machine: > > > >>>># > > > >>>># SIGBUS (0xa) at pc=0x2824b449, pid=27612, tid=0x82aa800 > > > >>>># > > > >>>># Java VM: Java HotSpot(TM) Client VM (1.5.0-p1-root_08_apr_2005_11_21 And i know it is an error about threads. Can anybody help me? Thank you very much.