openjdk6 crashes

Antony Mawer lists at mawer.org
Thu May 6 00:43:53 UTC 2010


On Thu, May 6, 2010 at 6:40 AM, Peter Palmreuther
<pitpalme+unix at gmail.com> wrote:
> On 05.05.10 18:15, Nicklas Johnson wrote:
>> I see this comment near the assert:
>>
>> // Make sure the stack has at least enough depth to execute
>>     // the current bytecode.
>>
>> So possibly increasing the stack size could help?  Try -Xss2m or
>> -Xss4m.  Though this could also be referring to an internal compiler
>> stack and have nothing to do with the Java thread stack, so it may not
>> matter at all.  Something that's easy to try at least.
>
> Tried and failed. See attached 'hs_err_pid83265.log'. Seems it's (as somehow
> expected) the compiler stack, not the "normal" Java Stack?!?
>
> Anybody or anything else?
>
> I'd really like to have a mostly stable JRE/JDK running on my FreeBSD. Diablo
> I was recommended to replace by OpenJDK, because it's not gonna be that
> actively maintained OpenJDK is ...
>
> So what options exist for a stable up-to-date JDK6 at FreeBSD8?

I was running Tomcat under OpenJDK6 on FreeBSD 8.0/amd64, but
experienced numerous difficulties with PDF generation using the iText
library. The same setup running on a Linux system worked OK, and
swapping OpenJDK out for Diablo also resolved the problems, so I
wonder if there is still some things missing from the OpenJDK port
that are included with Diablo...?

--Antony


More information about the freebsd-java mailing list