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 258465

Summary: StackOverflowError at javax.swing.JFrame.getGraphics
Product: editor Reporter: Jiri Prox <jiriprox>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: ralphbenjamin
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223119
Attachments: stacktrace

Description Jiri Prox 2016-03-21 12:11:44 UTC
Build: NetBeans IDE Dev (Build 201603140002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Windows 7

User Comments:
jiriprox: SOE when placing multicaret into splitted editor




Stacktrace: 
java.lang.StackOverflowError
   at javax.swing.JFrame.getGraphics(JFrame.java:764)
   at java.awt.Component.getGraphics(Component.java:3031)
   at javax.swing.JComponent.getGraphics(JComponent.java:1962)
   at java.awt.Component.getGraphics(Component.java:3031)
   at javax.swing.JComponent.getGraphics(JComponent.java:1962)
   at java.awt.Component.getGraphics(Component.java:3031)
Comment 1 Jiri Prox 2016-03-21 12:11:48 UTC
Created attachment 158944 [details]
stacktrace