Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 26552 invoked from network); 31 Dec 2008 05:23:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Dec 2008 05:23:57 -0000 Received: (qmail 81585 invoked by uid 500); 31 Dec 2008 05:23:56 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 81561 invoked by uid 500); 31 Dec 2008 05:23:56 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 81546 invoked by uid 99); 31 Dec 2008 05:23:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 21:23:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nbeyer@gmail.com designates 74.125.44.156 as permitted sender) Received: from [74.125.44.156] (HELO yx-out-1718.google.com) (74.125.44.156) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2008 05:23:48 +0000 Received: by yx-out-1718.google.com with SMTP id 36so1958720yxh.0 for ; Tue, 30 Dec 2008 21:23:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=0QbSjBH16xH5Nk7SerWH87uh3q3Z6+4uc9CdMZlWLdM=; b=bBIxmb4eJXn2lwFnJ+2eaIlkz39KDwK2BAeA0UXGfvm9NiK/qWFyz6bZu5e1ip4eP8 FrODbz+potVPJUP6MQjoj8JOavhuPRxxrLPry6VdjD/78+HRFks8tTlw3eTJtkgLtQ0K zNjA7S/B8khktDUMiugzIVhUysiV/q7WPNR0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=XNO6lxeZAYaPPilc/j4u4MMeoah1KwbISNlg9jHrJpkA4iIgeGBsYZAvM71mSo1FIW 9+RE8IeqZ0uvYt3XZ2MR6b88AKT9t+vNBnUrWNISgJh1EDJBO5bavsDWfZTa9IFOjGwQ tV/bAdrNfihosNBU4okSqxhRNq8T8cYp2hcFI= Received: by 10.65.242.7 with SMTP id u7mr11987438qbr.23.1230701007288; Tue, 30 Dec 2008 21:23:27 -0800 (PST) Received: by 10.65.73.19 with HTTP; Tue, 30 Dec 2008 21:23:26 -0800 (PST) Message-ID: <3b3f27c60812302123q28f99d40u63a47cc8320c6811@mail.gmail.com> Date: Tue, 30 Dec 2008 23:23:26 -0600 From: "Nathan Beyer" Sender: nbeyer@gmail.com To: dev@harmony.apache.org Subject: Re: invoking drlvm in debug mode In-Reply-To: <495AA788.5010401@apogee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <495AA788.5010401@apogee.com> X-Google-Sender-Auth: 57eb735fc2343b5b X-Virus-Checked: Checked by ClamAV on apache.org Try using - -Xrunjdwp:transport=dt_socket,address=4444,server=y,suspend=y On Tue, Dec 30, 2008 at 4:58 PM, Kyle Cho wrote: > Hi > > I want to debug java app running with drlvm and specified below option to > java launcher. > > -agentlib:jdwp=transport=dt_socket,server=y,address=4444 > > But drlvm failed to run and printed > > HMYEXEL062E Internal VM error: Failed to create Java VM > FAILED to invoke JVM. > > > What is correct option? > > Thanks >