openjdk crashes while installing jdeveloper
Kurt Miller
kurt at intricatesoftware.com
Wed Feb 2 17:18:19 PST 2011
Hi Nikolas,
Thank you for testing and the details. I have tried around twenty times
to get this to reproduce for me. It always works. I suspect your SMP
setup is tripping over a race condition that I can't see with my single
processor setup.
I have built the fastdebug version of the jdk and uploaded it to
http://www.intricatesoftware.com/OpenJDK/macppc/openjdk7-macppc-2011-02-02.tar.bz2
I adjusted the "fatal error: caught unhandled signal 10" string to include
the faulting address. Could you make it crash again two more times?
The first time as before where it generates the hs_err_pidXXXX.log file
and the second time with this argument: -xx:+SuppressFatalErrorMessage
That argument should avoid the crash report and instead leave a core file.
The core file and the new hs_err_pidXXX.log file should help diagnose this
more.
Thanks,
-Kurt
On 2/1/11 6:17 PM, Java House wrote:
> Hello Kurt,
>
> I tried first with the jdevstudio11113install.jar.
> Most of the times the installation with this package just hangs with
> no error as shown bellow so I just kill the process
>
> quad:Downloads xxx$ java -version
> openjdk version "1.7.0-internal"
> OpenJDK Runtime Environment (build
> 1.7.0-internal-truk_2011_01_31_21_31-b00)
> OpenJDK Zero VM (build 20.0-b06, interpreted mode)
>
>
> quad:Downloads xxx$ java -jar jdevstudio11113install.jar
> Unable to instantiate GUI, defaulting to console mode.
> Extracting
> 0%...................................................................................................#
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # Internal Error (os_bsd_zero.cpp:266), pid=1635, tid=4043403264
> # fatal error: caught unhandled signal 10
> #
> # JRE version: 7.0
> # Java VM: OpenJDK Zero VM (20.0-b06 interpreted mode bsd-ppc )
> # An error report file with more information is saved as:
> # /Volumes/Data/Users/xxx/Downloads/hs_err_pid1635.log
> #
> # If you would like to submit a bug report, please visit:
> # http://java.sun.com/webapps/bugreport/crash.jsp
> #
> quad:Downloads nikoniko$ java -jar jdevstudio11113install.jar
> Unable to instantiate GUI, defaulting to console mode.
> Extracting
> 0%....................................................................................................100%
>
>
>
>
>
> <----------- Oracle Installer - Oracle JDeveloper 11g (11.1.1.3.0)
> ----------->
>
> Welcome:
> --------
>
> This installer will guide you through the installation of Oracle
> JDeveloper 11g (11.1.1.3.0). Type "Next" or enter to proceed to the
> next prompt. If you want
> to change data entered previously, type "Previous". You may quit the
> installer at any time by typing "Exit".
>
>
>
>
> Enter [Exit][Next]>
> ^Cquad:Downloads xxx$
>
>
>
> But sometimes the JVM crashes like bellow. I attached the log files.
>
>
>
>
>
>
>
> quad:Downloads nikoniko$ java -jar jdevstudio11113install.jar
> Unable to instantiate GUI, defaulting to console mode.
> Extracting
> 0%...................................................................................................#
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # Internal Error (os_bsd_zero.cpp:266), pid=1635, tid=4043403264
> # fatal error: caught unhandled signal 10
> #
> # JRE version: 7.0
> # Java VM: OpenJDK Zero VM (20.0-b06 interpreted mode bsd-ppc )
> # An error report file with more information is saved as:
> # /Volumes/Data/Users/nikoniko/Downloads/hs_err_pid1635.log
> #
> # If you would like to submit a bug report, please visit:
> # http://java.sun.com/webapps/bugreport/crash.jsp
> #
>
>
> And with the newer version of JDeveloper
>
> Unable to instantiate GUI, defaulting to console mode.
> Extracting
> 0%....................................................................................................100%
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # Internal Error (os_bsd_zero.cpp:266), pid=1768, tid=4041895936
> # fatal error: caught unhandled signal 10
> #
> # JRE version: 7.0
> # Java VM: OpenJDK Zero VM (20.0-b06 interpreted mode bsd-ppc )
> # An error report file with more information is saved as:
> # /Volumes/Data/Users/nikoniko/Downloads/hs_err_pid1768.log
> #
> # If you would like to submit a bug report, please visit:
> # http://java.sun.com/webapps/bugreport/crash.jsp
> #
>
>
> brg
> Nikolas
>
> On 01 ??? 2011, at 2:44 ??, Kurt Miller wrote:
>
>> Hi Jav,
>>
>> I have make the current macppc build available here:
>>
>> http://www.intricatesoftware.com/OpenJDK/macppc/openjdk7-macppc-2011-01-31.tar.bz2
>>
>> It includes the SIGBUS patch that I sent previously. Could
>> you give it a try with jdeveloper and report back success or
>> failure here?
>>
>> Thanks,
>> -Kurt
>>
>> On 12/24/10 8:40 AM, Kurt Miller wrote:
>>> Hello Jav,
>>>
>>> OS X raises SIGBUS signal instead of SIGSEGV for
>>> certain memory access exceptions.
>>>
>>> Please apply this diff to your hotspot src tree,
>>> rebuild and test. If this corrects your crash, please
>>> let me know and I will commit it to bsd-port.
>>>
>>> Regards,
>>> -Kurt
>>>
>>> On 12/23/10 02:29, Jav House wrote:
>>>> Hello all
>>>> As most people with PPC I am stack on JavaSE 5 but I need to use
>>>> JDeveloper and it requires at least 1.6.
>>>> While trying to install jdeveloper with openjdk7-macppc-2009-12-16-b4 on
>>>> MacOSX 10.5.8 PPC Quad with 16GB RAM
>>>>
>>>> #
>>>> # A fatal error has been detected by the Java Runtime Environment:
>>>> #
>>>> # Internal Error (os_bsd_zero.cpp:232), pid=595, tid=4034990080
>>>> # Error: caught unhandled signal 10
>>>> #
>>>> # JRE version: 7.0
>>>> # Java VM: OpenJDK Zero VM (17.0-b05 interpreted mode bsd-ppc )
>>>> # An error report file with more information is saved as:
>>>> #
>>>> /Volumes/Data/Users/nikoniko/Downloads/openjdk7-macppc-2009-12-16-b4/bin/hs_err_pid595.log
>>>> #
>>>> # If you would like to submit a bug report, please visit:
>>>> #http://java.sun.com/webapps/bugreport/crash.jsp
>>>> #
>>>>
>>>>
>>>> Has anyone succeed on installing Oracle's JDeveloper on PPC
>>>> with penjdk7-macppc-2009-12-16-b4?
>>>> Is there any new release coming? This is a year old release.
>>>> regards
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/bsd-port-dev/attachments/20110202/1403b05b/attachment.html
More information about the bsd-port-dev
mailing list