Swing sample fails with my OpenJDK built on Mac OS X 10.6.4
Kurt Miller
kurt at intricatesoftware.com
Mon Oct 25 13:14:08 PDT 2010
Ralph Seichter wrote:
> On 24.10.10 17:51, Ralph Seichter wrote:
>
>> Eclipse (Helios SR1) and Tomcat 6.0.29 seem to be running OK with
>> this build.
>
> That should read "Tomcat 6.0.29 within Eclipse". A standalone Tomcat
> running with JAVA_HOME/JRE_HOME pointing to my OpenJDK build will cause
> the JVM to crash whenever I access Tomcat's Manager application:
>
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGBUS (0xa) at pc=4337921520, pid=504, tid=38871056384
> #
> # JRE version: 7.0
> # Java VM: OpenJDK 64-Bit Server VM (19.0-b05 mixed mode bsd-amd64 compressed oops)
> # Problematic frame:
> # J sun.misc.URLClassPath.getResource(Ljava/lang/String;Z)Lsun/misc/Resource;
>
> As I said, I am new to OpenJDK, and I wonder if I have not built OpenJDK
> properly or if OpenJDK ist not yet ready to be used with OS X 10.6.4? I
> do hope it is my own fault and that my JVM build is broken, but how can
> I verify this?
When the JVM crashes it usually produces a log file hs_err_pid<pid>.log
file where <pid> is the process id of the jvm. This log file may contain
additional info that can help understand the root cause. IIRC it is
left in the current working dir. If you can find it send it to the list.
Regards,
-Kurt
More information about the bsd-port-dev
mailing list