From owner-freebsd-java@FreeBSD.ORG Tue May 8 13:21:31 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 341D716A400 for ; Tue, 8 May 2007 13:21:31 +0000 (UTC) (envelope-from reinholz@alumni.sandiego.edu) Received: from barracuda.law.du.edu (barracuda.law.du.edu [130.253.166.38]) by mx1.freebsd.org (Postfix) with ESMTP id 1081313C45A for ; Tue, 8 May 2007 13:21:30 +0000 (UTC) (envelope-from reinholz@alumni.sandiego.edu) X-ASG-Debug-ID: 1178630487-54e3000a0000-QmBwRN X-Barracuda-URL: http://barracuda.law.du.edu:80/cgi-bin/mark.cgi X-Barracuda-Connect: 168-103-90-173.hlrn.qwest.net[168.103.90.173] X-Barracuda-Start-Time: 1178630487 Received: from fongsaiyuk.domain.actdsltmp (168-103-90-173.hlrn.qwest.net [168.103.90.173]) by barracuda.law.du.edu (Spam Firewall) with ESMTP id A0D7F2ADF73; Tue, 8 May 2007 07:21:28 -0600 (MDT) Message-ID: <46407954.9020502@alumni.sandiego.edu> Date: Tue, 08 May 2007 07:21:24 -0600 From: Kevin Reinholz User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Tsu-Fan Cheng X-ASG-Orig-Subj: Re: azureus -3.0.1.2 run fail References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Barracuda-Virus-Scanned: by Sturm College of Law Spam Firewall at law.du.edu Cc: freebsd-java@FreeBSD.org Subject: Re: azureus -3.0.1.2 run fail 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: Tue, 08 May 2007 13:21:31 -0000 Look (probably in your home directory) for hs_err_pid27345.log (the log file generated by Azureus when it crashed), and paste the contents of that file into your e-mail. This will provide the list members with more information about your problem. What version of swt do you have installed? As per /usr/ports/net-p2p/azureus/pkg-message, you need swt-3.2.1 or later. Check to see what version of swt you have installed. If you have swt31 (the old version, which now has its own port) installed, you can upgrade to the current version with: portupgrade -o x11-toolkits/swt -f swt OR portupgrade -o x11-toolkits/swt-devel -f swt (as the default option in the azureus-3.0.1.2 Makefile is to use swt-devel). If that still doesn't help, I downgraded to azureus-2.5.0.4 and it works like a charm. Not really the ideal solution but if you just want it to /work/, it's an option. Tsu-Fan Cheng wrote: > bug report: > # > # An unexpected error has been detected by HotSpot Virtual Machine: > # > # SIGSEGV (0xb) at pc=0x280da5af, pid=27345, tid=0x805c000 > # > # Java VM: Java HotSpot(TM) Client VM > (1.5.0-p4-tfcheng_25_feb_2007_15_18mixed mode) > # Problematic frame: > # C [libc.so.6+0x215af] realpath+0xbf > # > # An error report file with more information is saved as > hs_err_pid27345.log > # > # If you would like to submit a bug report, please write > # a letter to freebsd-java@FreeBSD.org mailing list > > freebsd 6.2/i386 > > any idea?? thanks!! > > TFC > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >