OpenJDK Zero PPC Build on OS X Leopard
Kurt Miller
kurt at intricatesoftware.com
Fri Sep 9 10:55:47 PDT 2011
On Friday 09 September 2011 12:22:28 pm Konstantin Tokarev wrote:
> With new build:
>
> $ bin/java -jar demo/jfc/FileChooserDemo/FileChooserDemo.jar
> Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Djava.awt.headless=
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # Internal Error (os_bsd_zero.cpp:266), pid=49359, tid=4041822208
> # fatal error: caught unhandled signal 10 at address 0x0
> #
> # JRE version: 7.0
> # Java VM: OpenJDK Zero VM (21.0-b17 interpreted mode bsd-ppc )
> # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
> #
> # An error report file with more information is saved as:
> # /Volumes/Development/src/java/openjdk7-macppc-fcs-2011-09-09/hs_err_pid49359.log
> Exception in thread "Basic L&F File Loading Thread" java.lang.ArrayStoreException
> at java.lang.System.arraycopy(Native Method)
> at java.lang.String.getChars(String.java:863)
> at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:416)
> at java.lang.StringBuilder.append(StringBuilder.java:132)
> at java.io.UnixFileSystem.resolve(UnixFileSystem.java:108)
> at java.io.File.<init>(File.java:236)
> at java.io.File.listFiles(File.java:1138)
> at sun.awt.shell.ShellFolder.listFiles(ShellFolder.java:125)
> at javax.swing.filechooser.FileSystemView.getFiles(FileSystemView.java:474)
> at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run0(BasicDirectoryModel.java:239)
> at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run(BasicDirectoryModel.java:228)
>
>
> The same jar works fine with 2011-02-12 build. Log is attached.
This is working ok for me, however I have only one CPU.
The February builds also included some atomic operations diffs I was
working on to fix SMP. I left them out of this build because I wanted to
release a build that exactly matched the committed bsd-port.
Please try a build with the attached diff to see if that helps corrects this problem.
Thanks,
-Kurt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: atomic.diff
Type: text/x-diff
Size: 23904 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/bsd-port-dev/attachments/20110909/4830e190/atomic.diff
More information about the bsd-port-dev
mailing list