From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 21:20:03 2004 Return-Path: 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 9D6E916A4CE for ; Mon, 12 Apr 2004 21:20:03 -0700 (PDT) Received: from galilee.polands.org (CPE-24-166-149-179.new.rr.com [24.166.149.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE48A43D1D for ; Mon, 12 Apr 2004 21:20:02 -0700 (PDT) (envelope-from djp@polands.org) Received: from sheba.polands.org (sheba.polands.org [172.16.1.33]) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id i3D4K0k5026552 for ; Mon, 12 Apr 2004 23:20:01 -0500 (CDT) (envelope-from djp@polands.org) Received: from sheba.polands.org (localhost [127.0.0.1]) by sheba.polands.org (8.12.10/8.12.9) with ESMTP id i3D4K0bR029342 for ; Mon, 12 Apr 2004 23:20:00 -0500 (CDT) (envelope-from djp@sheba.polands.org) Received: (from djp@localhost) by sheba.polands.org (8.12.10/8.12.9/Submit) id i3D4K0TS029341 for java@freebsd.org; Mon, 12 Apr 2004 23:20:00 -0500 (CDT) Date: Mon, 12 Apr 2004 23:20:00 -0500 From: Doug Poland To: java@freebsd.org Message-ID: <20040413042000.GA28785@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: Eclipse-2.3.1 and 5.2-CURRENT woes X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 04:20:03 -0000 I guess I'm not cut out for the bleeding edge :( I recently updated my 5.2.1-RELEASE box to -CURRENT. Many ports were "broken" and I eventually ran a portupgrade -af. That fixed most everything except Eclipse. Now I cannot run any type of debug session. Normal "run" works but not debug. This is what I get.... "Exception occurred during launch Reason: Cannot connect to VM" FATAL ERROR in native method: JDWP "util.c" (Apr 9 2004), line 1194: Unexpected error, error code = 51 (JVMDI_ERROR_NOT_MONITOR_OWNER) I've seen some references to libthr and libc_r during my googling but must admit I don't understand the implications thereof. Thanks for your help. % uname -a FreeBSD jericho.polands.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Apr 5 22:57:43 CDT 2004 djp@jericho.polands.org:/usr/obj/usr/src/sys/JERICHO i386 % pkg_info | egrep -i 'eclipse|jdk' eclipse-2.1.3_1 An open extensible IDE for anything and nothing in particul jdk-1.4.2p6_4 Java Development Kit 1.4.2 -- Regards, Doug