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 42613 - Debugger kills session
Summary: Debugger kills session
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: T9Y
Depends on:
Blocks: 42632
  Show dependency tree
 
Reported: 2004-04-29 16:01 UTC by Martin Grebac
Modified: 2006-03-24 10:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Grebac 2004-04-29 16:01:17 UTC
1. Create web project
2. Create new jsp, toggle breakpoint in the jsp
3. Run project in debugger

debugger starts, but after a while there's a
connection refused message in the console and the
session is not running. Seems like it tries to
start two sessions or so.

The commit that cause these problems happened
between these two continuos builds:

15:08 04/28/2004
17:08 04/28/2004
so this was the commit where you broke the build ;O)
Comment 1 Martin Grebac 2004-05-05 16:57:58 UTC
I tried several computers and it behaves same way as described here
(tried windows and linux), there are some differences between shared
memory and socket transport, though.
Comment 2 Maros Sandor 2004-05-06 11:45:46 UTC
I was unable to replicate this on Linux (Fedora) and happened to me 
on WXP once. I will keep trying to replicate this on Windows. 
Specific steps leading to replication would be very useful.
Comment 3 Maros Sandor 2004-05-07 09:41:51 UTC
Fixed JSR45 support and debugger startup/finish.

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/actions/Start
Action.java,v  <--  StartAction.java
new revision: 1.6; previous revision: 1.5
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerI
mpl.java,v  <--  JPDADebuggerImpl.java
new revision: 1.22; previous revision: 1.21
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/JSR45Debugger
EngineProvider.java,v  <--  JSR45DebuggerEngineProvider.java
new revision: 1.2; previous revision: 1.1
/cvs/debuggercore/api/src/org/netbeans/api/debugger/DebuggerManager.ja
va,v  <--  DebuggerManager.java
new revision: 1.8; previous revision: 1.7
Comment 4 L Martinek 2004-05-10 13:49:46 UTC
verified