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 87484 - [tests] CPU Functional tests failing by blocked JVM
Summary: [tests] CPU Functional tests failing by blocked JVM
Status: VERIFIED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-19 08:25 UTC by ehucka
Modified: 2007-01-19 10:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threaddump from xtest (18.82 KB, text/plain)
2006-10-19 08:26 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-10-19 08:25:34 UTC
profiler 061019

Automated tests of CPU profiling fail by 'test not finished'. It seems the
jfluid doesn't respond for a long time so xtest killed it with threaddump.
The automated test case use a main class with thousand methods calling each other.
It can be reproduced manually by j2se-simple project from
jfluid/test/functional/data/projects, main class  simple.cpu.Methods2, entire
application. Sometimes it ends with:
*** Profiler warning (Thu Oct 19 11:03:40 CEST 2006): timed out while trying to
connect to the target JVM.
*** Profiler error (Thu Oct 19 11:03:40 CEST 2006): connection with server not open
IDEAppStatusHandler - error: Failed to establish socket connection with the
target JVM.

Threaddump dumped by xtest contains strange number of JFluid Separate Command
Execution Thread.
Comment 1 ehucka 2006-10-19 08:26:19 UTC
Created attachment 35366 [details]
threaddump from xtest
Comment 2 ehucka 2006-10-19 08:27:08 UTC
Results of tests can be browsed on test4u, user profiler.
Comment 3 Tomas Hurka 2006-11-20 11:28:08 UTC
This works fine now. Closing as works-for-me. Please reopen if you can reproduce it.
Comment 4 ehucka 2007-01-19 10:14:03 UTC
verified