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 15697 - Crash of debuggee when introspecting variable after stop on variable breakpoint
Summary: Crash of debuggee when introspecting variable after stop on variable breakpoint
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-20 13:49 UTC by Jaroslav Tulach
Modified: 2001-10-05 15:08 UTC (History)
0 users

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 Jaroslav Tulach 2001-09-20 13:49:28 UTC
Linux, RedHat7.1, jdk1.3.1 b24

Try to debug-
openide/test/perf/org/openide/loaders/FolderInstanceTest

I have added breakpoint to modification line "list =
(List)instance.instanceCreate ();"

Debugger stoped and I added a breakpoint to variable
"org.openide.loaders.FolderInstance.object" 

Ctrl+F5 the debugger stops correctly but after a try to introspect this.object
the debuggee VM crashed.
Comment 1 Jan Stola 2001-10-05 14:10:02 UTC
I tried to reproduce this issue in Build 20011005,
but I wasn't successful -> marking as WORKSFORME.
Feel free to reopen this bug if you are still able
to reproduce it.
Comment 2 Jan Stola 2001-10-05 15:08:54 UTC
Worksforme -> Closed.