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 270156 - StackOverflowError at javax.swing.text.html.StyleSheet.createResolvedStyle
Summary: StackOverflowError at javax.swing.text.html.StyleSheet.createResolvedStyle
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-21 13:13 UTC by theshadow27
Modified: 2017-03-21 13:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228492


Attachments
stacktrace (77.03 KB, text/plain)
2017-03-21 13:13 UTC, theshadow27
Details

Note You need to log in before you can comment on or make changes to this bug.
Description theshadow27 2017-03-21 13:13:25 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 7

User Comments:
theshadow27: Profile file?

theshadow27: Not sure




Stacktrace: 
java.lang.StackOverflowError
   at javax.swing.text.html.StyleSheet.createResolvedStyle(StyleSheet.java:1438)
   at javax.swing.text.html.StyleSheet.createResolvedStyle(StyleSheet.java:1644)
   at javax.swing.text.html.StyleSheet.getResolvedStyle(StyleSheet.java:1273)
   at javax.swing.text.html.StyleSheet.getRule(StyleSheet.java:276)
   at javax.swing.text.html.StyleSheet.createResolvedStyle(StyleSheet.java:1424)
   at javax.swing.text.html.StyleSheet.createResolvedStyle(StyleSheet.java:1644)
Comment 1 theshadow27 2017-03-21 13:13:27 UTC
Created attachment 163911 [details]
stacktrace