AWT crashes in 6B28 on linux

Alex Kasko alex.kasko.lists at gmail.com
Thu Oct 10 22:35:01 PDT 2013


On 10/11/2013 09:19 AM, Alex Kasko wrote:
> Hi,
>
> This is not a bug report - I cannot reproduce the problem reliably. Just
> some information about crashes for possible suggestions.
>
> I'm using OpenJDK 6 build 28 linux-i586 on Debian Wheezy amd64.
> IntelliJIdea crashes roughly once a day with AWT related errors
> (attached). I've used the same version of Idea for almost a year with
> OpenJDK 6 build 27 with zero crashes.
>
> i586 jdk on amd64 linux is intentional here because Idea consumes less
> memory with it.
>
> Build 28 binaries were built on Debian Lenny (gcc 4.3.2-1.1) with
> unlimited crypto patch
> (http://mail.openjdk.java.net/pipermail/jdk6-dev/2013-October/003087.html)
> and with the following environment:
>
>      export LD_LIBRARY_PATH=
>      export CLASSPATH=
>      export JAVA_HOME=
>      export LANG=C
>      export ANT_HOME="$OUB_DIR"/utils/ant
>      export PATH=$ANT_HOME/bin:$PATH
>      export ALT_CACERTS_FILE="$OUB_DIR"/libs/cacerts/cacerts
>      export ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk
>      export ALLOW_DOWNLOADS=false
>      export MILESTONE=unofficial
>      export BUILD_NUMBER=b28
>      export DEBUG_CLASSFILES=true
>

It seems that four attached logs were inlined by the maillist making 
them hard to read. Separate links to log files:

  - http://alexkasko.bitbucket.org/jdk6/b28_awt_crashes/hs_err_pid4093.log
  - http://alexkasko.bitbucket.org/jdk6/b28_awt_crashes/hs_err_pid4837.log
  - http://alexkasko.bitbucket.org/jdk6/b28_awt_crashes/hs_err_pid5423.log
  - http://alexkasko.bitbucket.org/jdk6/b28_awt_crashes/hs_err_pid8145.log


-- 
Regards,
Alex Kasko


More information about the jdk6-dev mailing list