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 105503 - No results available after Modify Profiling
Summary: No results available after Modify Profiling
Status: RESOLVED DUPLICATE of bug 105507
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-03 14:44 UTC by Alexander Kouznetsov
Modified: 2007-09-20 10:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ThreadDumps - server side (35.71 KB, text/plain)
2007-08-24 12:38 UTC, J Bachorik
Details
ThreadDump - IDE part (21.48 KB, text/plain)
2007-08-24 12:39 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2007-06-03 14:44:30 UTC
NetBeans IDE Dev (Build 200705311200)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
ru_RU (nb); Cp1251

Steps to reproduce:
- Open OrderSystem application
(http://www.netbeans.org/nonav/issues/showattachment.cgi/37566/order_system.zip)
- Profile Main Application: Analyze Performance with default settings
- Enter new data in Application's data entry page
- Modify Profiling to Memory Liveness with Record Stack Traces
- RESULT: No Live Results are available for a long time (approx. several
minutes). "Instrumentation" message is shown only for several seconds. The
absence of information creates perception that profiler doesn't work. Either
results or some "wait for instrumentation" message should be shown.
Comment 1 Alexander Kouznetsov 2007-06-04 10:51:13 UTC
The same behavior was observed with Solaris 10 x64.
Comment 2 J Bachorik 2007-08-24 12:35:59 UTC
this seems to be caused by a profiler lockup when the profiler server is trying to dump results while redefining classes
and profiler client is trying to get monitored data at the same time
thread dumps are attached
passing to thurka for evaluation
Comment 3 J Bachorik 2007-08-24 12:38:55 UTC
Created attachment 47294 [details]
ThreadDumps - server side
Comment 4 J Bachorik 2007-08-24 12:39:23 UTC
Created attachment 47295 [details]
ThreadDump - IDE part
Comment 5 J Bachorik 2007-09-19 15:52:47 UTC
this bug had a common cause with the issue #105507
it's fixed now

*** This issue has been marked as a duplicate of 105507 ***