[Bug 703] New: ARM T2 JIT java.util.concurrent.ExecutionException during rewriter.stamp
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Apr 29 11:37:30 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=703
Summary: ARM T2 JIT java.util.concurrent.ExecutionException
during rewriter.stamp
Product: IcedTea
Version: 6-1.8.7
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Thumb2 JIT
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: xerxes at zafena.se
The dual-core arm natty-armv7l builder hits this exception in about 1 of 10
builds while using the Thumb2 JIT enabled Icedtea6-1.8 release for
bootstrapping.
http://builder.classpath.org/icedtea/buildbot/buildslaves/natty-armv7l
This bug have so fair not manifest itself when running builds on the single
core squeeze-armv5tel builder that does not make use of the thumb2 jit.
http://builder.classpath.org/icedtea/buildbot/buildslaves/squeeze-armv5tel
Output:
touch stamps/rewriter.stamp
mkdir -p rhino/rhino.{old,new} && \
(cd rhino/rhino.old ;
/var/lib/buildbot/icedtea/icedtea6-natty-armv7l-quick/build/bootstrap/jdk1.6.0/bin/jar
xf /usr/share/java/js.jar) && \
/var/lib/buildbot/icedtea/icedtea6-natty-armv7l-quick/build/bootstrap/jdk1.6.0/bin/java
-cp /var/lib/buildbot/icedtea/icedtea6-natty-armv7l-quick/build/rewriter.build
\
com.redhat.rewriter.ClassRewriter \
/var/lib/buildbot/icedtea/icedtea6-natty-armv7l-quick/build/rhino/rhino.old
/var/lib/buildbot/icedtea/icedtea6-natty-armv7l-quick/build/rhino/rhino.new \
org.mozilla sun.org.mozilla && \
(cd rhino/rhino.old ; \
for files in `find -type f -not -name '*.class'` ; do \
new_file=../rhino.new/`echo $files|sed -e 's#org#sun/org#'` ; \
mkdir -p `dirname $new_file` ; \
cp -v $files $new_file ; \
sed -ie 's#org\.mozilla#sun.org.mozilla#g' $new_file ; \
done \
) && \
(cd rhino/rhino.new && \
/var/lib/buildbot/icedtea/icedtea6-natty-armv7l-quick/build/bootstrap/jdk1.6.0/bin/jar
cfm ../rhino.jar META-INF/MANIFEST.MF sun )
Apr 29, 2011 6:08:27 PM com.redhat.rewriter.ClassRewriter processFile
INFO: Processing class
/var/lib/buildbot/icedtea/icedtea6-natty-armv7l-quick/build/rhino/rhino.old/org/mozilla/classfile/ClassFileField.class
...
Apr 29, 2011 6:08:28 PM com.redhat.rewriter.ClassRewriter processFile
INFO: Processing class
/var/lib/buildbot/icedtea/icedtea6-natty-armv7l-quick/build/rhino/rhino.old/org/mozilla/javascript/UintMap.class
Apr 29, 2011 6:08:28 PM com.redhat.rewriter.ClassRewriter processFile
INFO: Processing class
/var/lib/buildbot/icedtea/icedtea6-natty-armv7l-quick/build/rhino/rhino.old/org/mozilla/javascript/ObjToIntMap$Iterator.class
Apr 29, 2011 6:08:28 PM com.redhat.rewriter.ClassRewriter main
INFO: Waiting for rewrites to complete...
Apr 29, 2011 6:08:28 PM com.redhat.rewriter.ClassRewriter main
INFO: Checking for errors...
Exception in thread "main" java.util.concurrent.ExecutionException:
java.lang.NullPointerException:
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at com.redhat.rewriter.ClassRewriter.main(ClassRewriter.java:98)
Caused by: java.lang.NullPointerException:
at java.util.regex.Matcher.find(Matcher.java:547)
at java.util.regex.Matcher.replaceAll(Matcher.java:819)
at java.lang.String.replace(String.java:2219)
at com.redhat.rewriter.ClassRewriter.call(ClassRewriter.java:154)
at com.redhat.rewriter.ClassRewriter.call(ClassRewriter.java:45)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
make: *** [stamps/rewrite-rhino.stamp] Error 1
program finished with exit code 2
elapsedTime=479.189301
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the distro-pkg-dev
mailing list