From owner-freebsd-java@FreeBSD.ORG Thu Apr 10 07:27:08 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C5291065678 for ; Thu, 10 Apr 2008 07:27:08 +0000 (UTC) (envelope-from dikshie@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id 380CE8FC18 for ; Thu, 10 Apr 2008 07:27:08 +0000 (UTC) (envelope-from dikshie@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so2891433wfa.7 for ; Thu, 10 Apr 2008 00:27:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=MzuOfLXgfVrB/EWviCZhwD98nU/+V1fc/SEAfuELYSU=; b=KqH/4JNdL1K+G/5pY/z5tU4ZzImuEY2+8EaBmAHHFaHiMMROTicw8ASLxf37qVCIH+WxkqHj8Qbh/h0ef1cHLSMVypPu9tK5O0x3eCfmt4dlUaymt4EVUW/cyZ22dL7/GebRfD3SwrOcVjBwKr0UZjnRwe5xIfskuEwzTmPNVFA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=IklG28pSJgZIpxiqXP6tIZa8Eibgxo/ZqOKAKWcGy2MkvCMYRTOf+7+ic+g3WL3z7FKZUY0LTDXBnjgcr6s2aEiboFFZmGOI57mUsraHdh3yr7sCeFtky+ZzZxUmJweZ1NdCiD7d2TAJyGTTUa//I5mHW7lx7ebFkfruB7VgSo4= Received: by 10.142.69.12 with SMTP id r12mr342480wfa.42.1207810769441; Wed, 09 Apr 2008 23:59:29 -0700 (PDT) Received: by 10.143.123.5 with HTTP; Wed, 9 Apr 2008 23:59:29 -0700 (PDT) Message-ID: <910e60e80804092359w4b40cb8bl104c68ed30e167d3@mail.gmail.com> Date: Thu, 10 Apr 2008 15:59:29 +0900 From: dikshie To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: java and azureus3 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: Thu, 10 Apr 2008 07:27:08 -0000 Hi, anyone success running azureus3? i installed /usr/ports/java/diablo-jdk15/ and then installed /usr/ports/net-p2p/azureus i choose swt-devel. but when i try to run azureus i got segmentation fault (java.core) try to kgdb : # kgdb /usr/obj/usr/src/sys/BARU/kernel.debug java.core kgdb: kvm_read: invalid address (0x406a60) [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd". There is no member named pathname. Cannot access memory at address 0xffffffff807dc420 Cannot access memory at address 0xffffffff80828d90 Cannot access memory at address 0xffffffff80828d90 Cannot access memory at address 0xffffffff80828d90 Cannot access memory at address 0xffffffff80828d90 #0 0x0000000000000000 in ?? () (kgdb) (kgdb) bt #0 0x0000000000000000 in ?? () Cannot access memory at address 0x0 (kgdb) any clue? regards, -- -dikshie-