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 - StackOverflowError at javax.swing.JFrame.getGraphics
Summary: StackOverflowError at javax.swing.JFrame.getGraphics
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-21 12:11 UTC by Jiri Prox
Modified: 2016-04-05 10:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223119


Attachments
stacktrace (71.23 KB, text/plain)
2016-03-21 12:11 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
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