This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 24982 - Difference between jdk1.3.1 and j2sdk1.4.X
Summary: Difference between jdk1.3.1 and j2sdk1.4.X
Status: VERIFIED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-20 11:10 UTC by Marek Grummich
Modified: 2002-10-14 11:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
StartDebugger (807 bytes, text/plain)
2002-06-20 11:11 UTC, Marek Grummich
Details
Exception (2.12 KB, text/plain)
2002-06-20 11:12 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2002-06-20 11:10:44 UTC
There is a difference between jdk1.3.1 and
j2sdk1.4.X during a test launching. If you start
an attached source code (StartDebugger) on
jdk1.3.1, the program starts a debugging of 
example.colorpicker.ColorPicker file. When you
finish a debugging session, it is possible to
start a program again and so on.
On j2sdk1.4.1, you are able to start the program
only first time (no every time). Every next start
causes an attached exception (Exception). This is
not happens if you start a debugger (some other
file - e.g. MemoryView) immediately after start of
NetBeans using 'Run  in Debugger', 'Step Into'
firstly, then a behaviour is same like on jdk1.3.1.
I have found the reason of this is the line
Launcher.java:224 in org.netbeans.modules.debugger.

VirtualMachine vm = connector.accept (arguments);

This happens on Linux, Solaris, Windows.
Comment 1 Marek Grummich 2002-06-20 11:11:22 UTC
Created attachment 6338 [details]
StartDebugger
Comment 2 Marek Grummich 2002-06-20 11:12:10 UTC
Created attachment 6339 [details]
Exception
Comment 3 Marek Grummich 2002-07-22 09:41:27 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-09-03 09:49:24 UTC
It would be possible to look at this issue. This problem blocks some
our automated tests on new version jdk. Thanks 
Comment 5 Jan Jancura 2002-09-10 16:40:28 UTC
Its bug in JPDA implementation - will be moved to bugtraq.

java.lang.IllegalThreadStateException should not be throwen from
SocketListeningConnector.accept(SocketListeningConnector.java:62) method.
Comment 6 Marek Grummich 2002-10-14 11:17:06 UTC
Verified