From owner-freebsd-java@freebsd.org Mon Jan 7 12:39:23 2019 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F3591491A78 for ; Mon, 7 Jan 2019 12:39:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 185448A8F4 for ; Mon, 7 Jan 2019 12:39:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CA5571491A75; Mon, 7 Jan 2019 12:39:22 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7CDC1491A74 for ; Mon, 7 Jan 2019 12:39:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2BFDB8A8F0 for ; Mon, 7 Jan 2019 12:39:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 4DCBD156CF for ; Mon, 7 Jan 2019 12:39:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x07CdLGH059525 for ; Mon, 7 Jan 2019 12:39:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x07CdLaO059521 for java@FreeBSD.org; Mon, 7 Jan 2019 12:39:21 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 234674] java/openjdk8: cannot connect to JVM to debug Date: Mon, 07 Jan 2019 12:39:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: huanghwh@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2019 12:39:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234674 huanghwh@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |huanghwh@gmail.com --- Comment #7 from huanghwh@gmail.com --- jdb also broken: /usr/local/openjdk8-8.192/bin/jdb javaapplication1/JavaApplication1 Initializing jdb ... > run run javaapplication1/JavaApplication1 Exception in thread "JDI Internal Event Handler" java.lang.UnsupportedOperationException: JDWP: ID size not supported: 13421= 7728 at com.sun.tools.jdi.PacketStream.readID(PacketStream.java:410) at com.sun.tools.jdi.PacketStream.readObjectRef(PacketStream.java:4= 18) at com.sun.tools.jdi.PacketStream.readThreadReference(PacketStream.java:445) at com.sun.tools.jdi.JDWP$Event$Composite$Events$VMStart.(JDWP.java:7613) at com.sun.tools.jdi.JDWP$Event$Composite$Events.(JDWP.java:7= 526) at com.sun.tools.jdi.JDWP$Event$Composite.(JDWP.java:8594) at com.sun.tools.jdi.EventSetImpl.build(EventSetImpl.java:608) at com.sun.tools.jdi.EventQueueImpl.removeUnfiltered(EventQueueImpl.java:211) at com.sun.tools.jdi.EventQueueImpl.removeInternal(EventQueueImpl.java:124) at com.sun.tools.jdi.InternalEventHandler.run(InternalEventHandler.java:54) at java.lang.Thread.run(Thread.java:748) Internal exception: com.sun.jdi.InternalException: Unexpected JDWP Error: 113 at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:65) at com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.set(EventRequest= ManagerImpl.java:204) at com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.setEnabled(Event= RequestManagerImpl.java:166) at com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.enable(EventRequ= estManagerImpl.java:151) at com.sun.tools.example.debug.tty.EventRequestSpec.resolveEagerly(EventReques= tSpec.java:139) at com.sun.tools.example.debug.tty.EventRequestSpecList.addEagerlyResolve(Even= tRequestSpecList.java:98) at com.sun.tools.example.debug.tty.Commands.resolveNow(Commands.java:1125) at com.sun.tools.example.debug.tty.Commands.commandCatchException(Commands.jav= a:810) at com.sun.tools.example.debug.tty.VMConnection.setEventRequests(VMConnection.= java:427) at com.sun.tools.example.debug.tty.VMConnection.open(VMConnection.java:337) at com.sun.tools.example.debug.tty.Commands.commandRun(Commands.java:559) at com.sun.tools.example.debug.tty.TTY.executeCommand(TTY.java:501) at com.sun.tools.example.debug.tty.TTY.(TTY.java:781) at com.sun.tools.example.debug.tty.TTY.main(TTY.java:1083) --=20 You are receiving this mail because: You are the assignee for the bug.=