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 69902 - Profiler agent timeout when performing calibration
Summary: Profiler agent timeout when performing calibration
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-05 16:43 UTC by Jiri Sedlacek
Modified: 2007-03-14 09:56 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 Jiri Sedlacek 2005-12-05 16:43:08 UTC
If no calibration data are available when profiling project, automatic 
calibration is automatically performed. During this the agent times out after 
10 seconds.

There should be a possibility to stop checking agent timeout during calibration 
and resume it after calibration is done.
Comment 1 iformanek 2005-12-07 18:58:52 UTC
This would be hard to fix, as the on-demand calibration and the profiled app 
are launched in parallel. I suggest to move the on-demand calibration code to 
the nbprofiledirect task, to prevent it from finishing until the calibration is 
done. Note that this is not a necessarily easy change, I'd rather do some 
simpler workaround in 1.0.
Comment 2 iformanek 2006-01-03 12:23:07 UTC
Raising priority to P2, every new user would see this error as the first thing, 
which woul dbe very bad.
Comment 3 iformanek 2006-01-03 13:12:04 UTC
FIxed in M12, the calibration is now performed synchronously before the agent 
is started.
Comment 4 Alexander Kouznetsov 2007-03-14 09:56:25 UTC
Closing old issues