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 218905 - StackOverflowError at sun.util.calendar.ZoneInfo.getOffsets
Summary: StackOverflowError at sun.util.calendar.ZoneInfo.getOffsets
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 12:17 UTC by Tomas Mysik
Modified: 2012-10-03 02:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192705


Attachments
stacktrace (97.78 KB, text/plain)
2012-09-24 12:17 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2012-09-24 12:17:42 UTC
Build: NetBeans IDE Dev (Build 20120924-58ef597221d2)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Linux

User Comments:
tmysik: invoke CC in a php file




Stacktrace: 
java.lang.StackOverflowError
   at sun.util.calendar.ZoneInfo.getOffsets(ZoneInfo.java:252)
   at sun.util.calendar.ZoneInfo.getOffsets(ZoneInfo.java:229)
   at sun.util.calendar.AbstractCalendar.getCalendarDate(AbstractCalendar.java:108)
   at sun.util.calendar.Gregorian.getCalendarDate(Gregorian.java:55)
   at sun.util.calendar.Gregorian.getCalendarDate(Gregorian.java:59)
   at sun.util.calendar.Gregorian.getCalendarDate(Gregorian.java:19)
Comment 1 Tomas Mysik 2012-09-24 12:17:44 UTC
Created attachment 124803 [details]
stacktrace
Comment 2 Tomas Zezula 2012-10-02 17:47:45 UTC
Fixed jet-main 29b146ee03db
Comment 3 Quality Engineering 2012-10-03 02:44:05 UTC
Integrated into 'main-golden', will be available in build *201210030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/29b146ee03db
User: Tomas Zezula <tzezula@netbeans.org>
Log: #218905:StackOverflowError at sun.util.calendar.ZoneInfo.getOffsets