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 220011 - AssertionError at javafx.embed.swing.SwingDnD.endDnD
Summary: AssertionError at javafx.embed.swing.SwingDnD.endDnD
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 14:23 UTC by Kenneth Ganfield
Modified: 2012-10-19 10:34 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193475


Attachments
stacktrace (2.70 KB, text/plain)
2012-10-12 14:23 UTC, Kenneth Ganfield
Details
Profiler snapshot after this happens (7.82 KB, application/octet-stream)
2012-10-19 09:55 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2012-10-12 14:23:50 UTC
Build: NetBeans IDE Dev (Build 201210120002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.4-b01, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b06
OS: Mac OS X

Stacktrace: 
java.lang.AssertionError
   at javafx.embed.swing.SwingDnD.endDnD(SwingDnD.java:325)
   at javafx.embed.swing.SwingDnD.access$900(SwingDnD.java:71)
   at javafx.embed.swing.SwingDnD$3.dragExit(SwingDnD.java:161)
   at java.awt.dnd.DropTarget.dragExit(DropTarget.java:426)
   at sun.awt.dnd.SunDropTargetContextPeer.processExitMessage(SunDropTargetContextPeer.java:401)
   at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchExitEvent(SunDropTargetContextPeer.java:838)
Comment 1 Kenneth Ganfield 2012-10-12 14:23:52 UTC
Created attachment 125869 [details]
stacktrace
Comment 2 gbivins 2012-10-14 19:21:54 UTC
I'm seeing this as well. Happens when dragging windows that are contain JFXPanel
Comment 3 Stanislav Aubrecht 2012-10-15 12:20:18 UTC
http://javafx-jira.kenai.com/browse/RT-24337
Comment 4 Petr Jiricka 2012-10-19 09:55:43 UTC
Created attachment 126180 [details]
Profiler snapshot after this happens

I think this may be more serious than P2. After it happened, the IDE started to take 100% of processor, and the Mac dock stopped working - I needed to shut down the IDE. I am attaching a profiler snapshot after this happened: Thread-65 looks suspicious.

I will also comment in the JavaFX bug (RT-24337).
Comment 5 Petr Jiricka 2012-10-19 09:56:34 UTC
I meant "more serious than P3".
Comment 6 Marian Mirilovic 2012-10-19 10:08:36 UTC
Petr, thanks for comments (also for comments in JavaFX bug), we might think of increasing the priority of their bug, Tondo ?
Comment 7 Antonin Nebuzelsky 2012-10-19 10:18:35 UTC
(In reply to comment #6)
> Tondo ?

I agree, let's increase the priority in javafx-jira.

Petr, can you do it based on your comment that you entered there? Thanks.
Comment 8 Petr Jiricka 2012-10-19 10:34:31 UTC
Ok, increased to Major.