Exception in snapshot properties

Questions about YourKit Java Profiler
Post Reply
scesbron
Posts: 4
Joined: Tue Jun 14, 2005 1:58 pm

Exception in snapshot properties

Post by scesbron »

In the build 612, there is a new entry in the snapshot contextual menu called "Snapshot properties". If I select this entry with an unsaved telemetry snapshot I have this stack trace

Code: Select all

Build: 612
JDK: 1.5.0_02
VM: Java HotSpot(TM) Client VM
Vendor: Sun Microsystems Inc.
OS: Windows XP
java.lang.IllegalArgumentException: unknown snapshot: com.yourkit.core.a.a@16921fd
	at com.yourkit.actions.ViewSnapshotPropertiesAction.if(a:53)
	at com.yourkit.actions.ViewSnapshotPropertiesAction.do(a:98)
	at com.yourkit.actions.ViewSnapshotPropertiesAction.for(a:310)
	at com.yourkit.actions.ViewSnapshotPropertiesAction$MyContentPane.<init>(a:13)
	at com.yourkit.actions.ViewSnapshotPropertiesAction.if(a:162)
	at com.yourkit.ui.MainFrame$MyViewSnapshotPropertiesAction.if(a:14)
	at com.yourkit.ui.actions.ActionMenuItem.fireActionPerformed(a:38)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
	at com.yourkit.ui.plaf.xp.XpMenuItemUI.a(a:751)
	at com.yourkit.ui.plaf.xp.XpMenuItemUI$MouseInputHandler.mouseReleased(a:13)
	at java.awt.Component.processMouseEvent(Component.java:5488)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
	at java.awt.Component.processEvent(Component.java:5253)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3955)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1766)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at com.yourkit.b$b.dispatchEvent(a:21)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

Hello,

Thank you very much for the report.

The issue will be solved in the next build.
Post Reply