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 244187 - internal error: got unknown event type in LockDataFrameProcessor
Summary: internal error: got unknown event type in LockDataFrameProcessor
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-30 08:01 UTC by Tomas Hurka
Modified: 2014-07-11 09:43 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 Tomas Hurka 2014-04-30 08:01:10 UTC
Locks profiling sometimes fails with 'got unknown event type in LockDataFrameProcessor'.
Comment 1 Tomas Hurka 2014-04-30 08:01:51 UTC
To get detailed info run NetBeans with 
-J-Dorg.netbeans.lib.profiler.results.level=100
Comment 2 Tomas Hurka 2014-04-30 08:09:35 UTC
The following text is printed immediately before error messages:

FINEST [org.netbeans.lib.profiler.results.locks.LockGraphBuilder]: Time adjust thread id = 36, time = 2,890,000, CPU time = 20,254,890,000

where CPU time is really big number.
Comment 3 Tomas Hurka 2014-04-30 08:47:56 UTC
Fixed in profiler-main

changeset:   273568:66755c395eaf
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Apr 30 10:40:24 2014 +0200
summary:     bugfix #244187, read timeStamp1 from buffer only if collectingTwoTimeStamps is true
Comment 4 Quality Engineering 2014-05-01 02:13:32 UTC
Integrated into 'main-silver', will be available in build *201405010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/66755c395eaf
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #244187, read timeStamp1 from buffer only if collectingTwoTimeStamps is true
Comment 5 Tomas Hurka 2014-05-15 07:50:18 UTC
Additional fix in MemoryDataFrameProcessor.java

changeset:   273717:e46cb49077a5
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu May 15 09:48:00 2014 +0200
summary:     bugfix #244187, read timeStamp1 from buffer only if collectingTwoTimeStamps is true
Comment 6 Quality Engineering 2014-05-15 19:36:54 UTC
Integrated into 'main-silver', will be available in build *201405151825* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e46cb49077a5
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #244187, read timeStamp1 from buffer only if collectingTwoTimeStamps is true