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 246050 - Missing UI gestures in selfsampler snapshot
Summary: Missing UI gestures in selfsampler snapshot
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2014-07-28 09:45 UTC by Jiri Skrivanek
Modified: 2014-07-31 09:07 UTC (History)
1 user (show)

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 Skrivanek 2014-07-28 09:45:24 UTC
UI gestures are missing in IDE selfsampler snapshot. To reproduce:

- Click on the Profile the IDE shortcut on the memory toolbar to start profiling.
- Do some actions in the IDE e.g. open project.
- Click toolbar button again to stop the profiling.
- IDE snapshot is opened but UI Actions timeline is empty

Product Version: NetBeans IDE Dev (Build jet-main-766-on-20140728)
Java: 1.8.0_20; Java HotSpot(TM) 64-Bit Server VM 25.20-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_20-b25
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Tomas Hurka 2014-07-29 07:17:27 UTC
It looks like uigesture data are missing in var/log/uigestures file. Please investigate.
Comment 2 Jiri Skrivanek 2014-07-29 07:38:10 UTC
It stopped to work in build 201407240001.
Comment 3 Jiri Skrivanek 2014-07-29 07:56:21 UTC
To be more precise it is somewhere between 
#e5aa4316cd2c (Build 201407230001) and #300ffec0ca2e (build 201407240001).
Comment 4 Tomas Hurka 2014-07-29 07:58:37 UTC
Probably caused by fix of issue #245681.
Comment 5 Martin Entlicher 2014-07-29 14:22:24 UTC
Reproduced.
Comment 6 Martin Entlicher 2014-07-29 14:43:37 UTC
Removal of restoring Installer from EarlyHandler fixed this issue. The Installer is restored by the module system anyway.
http://hg.netbeans.org/core-main/rev/553eeb595430
Comment 7 Quality Engineering 2014-07-31 09:00:52 UTC
Integrated into 'main-silver', will be available in build *201407310738* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/553eeb595430
User: mentlicher@netbeans.org
Log: #246050: Do not restore Installer from EarlyHandler. Installer will be restored later by the module system, no need to do it explicitly.