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 40226 - Setting breakpoint to JSP caused exception (random)
Summary: Setting breakpoint to JSP caused exception (random)
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-02-18 14:30 UTC by zikmund
Modified: 2004-05-26 12:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
com.sun.jdi.ObjectCollectedException (2.84 KB, text/plain)
2004-02-18 14:30 UTC, zikmund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2004-02-18 14:30:08 UTC
build 200402171900

I don't know how to reproduce. It happend to me
twice (this build and build week ago).

In both cases I set 2 breakpoints to java class
and then switched to JSP and set one breakpoint.
(using Shift-F8)
An exception occured imediatelly and breakpoint
wasn't set.
Comment 1 zikmund 2004-02-18 14:30:41 UTC
Created attachment 13505 [details]
com.sun.jdi.ObjectCollectedException
Comment 2 Martin Grebac 2004-02-18 14:48:02 UTC
Hmm, interesting. I think I fixed it - the exception will not happen
any more. And, of course, breakpoint should be added correctly, too.
While iterating through jdi references I didn't count with garbage
collection.
Comment 3 zikmund 2004-05-26 12:57:28 UTC
v