Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Jan 2019 12:39:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 234674] java/openjdk8: cannot connect to JVM to debug
Message-ID:  <bug-234674-8522-5kD5W7gUlL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234674-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234674-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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.<init>(JDWP.java:7613)
        at com.sun.tools.jdi.JDWP$Event$Composite$Events.<init>(JDWP.java:7=
526)
        at com.sun.tools.jdi.JDWP$Event$Composite.<init>(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.<init>(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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234674-8522-5kD5W7gUlL>