From owner-freebsd-java@FreeBSD.ORG Fri Jun 18 21:04:41 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 ED3DF16A4CE for ; Fri, 18 Jun 2004 21:04:41 +0000 (GMT) Received: from ctb-mesg4.saix.net (ctb-mesg4.saix.net [196.25.240.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0179B43D41 for ; Fri, 18 Jun 2004 21:04:40 +0000 (GMT) (envelope-from marc@bowtie.nl) Received: from [165.165.107.103] (tbnb-107-103.telkomadsl.co.za [165.165.107.103]) by ctb-mesg4.saix.net (Postfix) with ESMTP id 45E8FABEA; Fri, 18 Jun 2004 23:04:36 +0200 (SAST) Message-ID: <40D358E2.5050606@bowtie.nl> Date: Fri, 18 Jun 2004 23:04:34 +0200 From: Marc van Kempen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: -current and jdb problem 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: Fri, 18 Jun 2004 21:04:42 -0000 Hi, Does anyone else have a problem with running jdb from jdk1.4.2p6_4? Starting jdb works fine, but as soon as I try to debug a java program (run ...) then jdb crashes complaining it cannot connect to the VM. This is on -current from 16 June. If needed I can post the exact error message (don't have it at hand right now). Regards, Marc.