Jump to content

StackOverflow on Mac OS


rodspears

Recommended Posts

I am getting a StackOverflow when trying to fill a report using JR 1.3 on Mac OS X using JDK 1.6 It works fine on Windows. Any ideas? It looks like an issue in the JVM.

 

Exception in thread "Thread-45" java.lang.StackOverflowError

at sun.font.SunLayoutEngine.nativeLayout(Native Method)

at sun.font.SunLayoutEngine.layout(SunLayoutEngine.java:133)

at sun.font.GlyphLayout$EngineRecord.layout(GlyphLayout.java:611)

at sun.font.GlyphLayout.layout(GlyphLayout.java:410)

at sun.font.ExtendedTextSourceLabel.createGV(ExtendedTextSourceLabel.java:340)

at sun.font.ExtendedTextSourceLabel.getGV(ExtendedTextSourceLabel.java:326)

at sun.font.ExtendedTextSourceLabel.createLogicalBounds(ExtendedTextSourceLabel.java:218)

at sun.font.ExtendedTextSourceLabel.getAdvance(ExtendedTextSourceLabel.java:119)

at java.awt.font.TextLine.init(TextLine.java:264)

at java.awt.font.TextLine.<init>(TextLine.java:110)

at java.awt.font.TextLine.fastCreateTextLine(TextLine.java:952)

at java.awt.font.TextLayout.fastInit(TextLayout.java:585)

at java.awt.font.TextLayout.<init>(TextLayout.java:374)

at sun.font.FontDesignMetrics.charsWidth(FontDesignMetrics.java:488)

at sun.font.ExtendedTextSourceLabel.createLogicalBounds(ExtendedTextSourceLabel.java:234)

at sun.font.ExtendedTextSourceLabel.getAdvance(ExtendedTextSourceLabel.java:119)

at java.awt.font.TextLine.init(TextLine.java:264)

at java.awt.font.TextLine.<init>(TextLine.java:110)

at java.awt.font.TextLine.fastCreateTextLine(TextLine.java:952)

at java.awt.font.TextLayout.fastInit(TextLayout.java:585)

at java.awt.font.TextLayout.<init>(TextLayout.java:374)

at sun.font.FontDesignMetrics.charsWidth(FontDesignMetrics.java:488)

at sun.font.ExtendedTextSourceLabel.createLogicalBounds(ExtendedTextSourceLabel.java:234)

at sun.font.ExtendedTextSourceLabel.getAdvance(ExtendedTextSourceLabel.java:119)

at java.awt.font.TextLine.init(TextLine.java:264)

at java.awt.font.TextLine.<init>(TextLine.java:110)

at java.awt.font.TextLine.fastCreateTextLine(TextLine.java:952)

at java.awt.font.TextLayout.fastInit(TextLayout.java:585)

at java.awt.font.TextLayout.<init>(TextLayout.java:374)

at sun.font.FontDesignMetrics.charsWidth(FontDesignMetrics.java:488)

at sun.font.ExtendedTextSourceLabel.createLogicalBounds(ExtendedTextSourceLabel.java:234)

at sun.font.ExtendedTextSourceLabel.getAdvance(ExtendedTextSourceLabel.java:119)

at java.awt.font.TextLine.init(TextLine.java:264)

at java.awt.font.TextLine.<init>(TextLine.java:110)

at java.awt.font.TextLine.fastCreateTextLine(TextLine.java:952)

at java.awt.font.TextLayout.fastInit(TextLayout.java:585)

at java.awt.font.TextLayout.<init>(TextLayout.java:374)

at sun.font.FontDesignMetrics.charsWidth(FontDesignMetrics.java:488)

at sun.font.ExtendedTextSourceLabel.createLogicalBounds(ExtendedTextSourceLabel.java:234)

at sun.font.ExtendedTextSourceLabel.getAdvance(ExtendedTextSourceLabel.java:119)

at java.awt.font.TextLine.init(TextLine.java:264)

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

I'm a coworker of the original poster. I know that everything works on Java 5 on any platform. Using Java 6, it runs on Linux and Windows, but not Mac. We're using the Apple Java Developer Preview 6 Release 1 (build 88 of the Java 6 JDK).
Link to comment
Share on other sites

  • 4 months later...
  • 2 weeks later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...