Heads-up: Lucene/Solr bug in loop predicates

Roland Westrelin rwestrel at redhat.com
Fri Aug 11 07:16:29 UTC 2017


> I have just reproduced it off the clean workspace. But I did set JAVA_HOME and PATH:
>
> $ export JAVA_HOME=~/trunks/shenandoah-jdk10/build/linux-x86_64-normal-server-fastdebug/images/jdk
> $ export PATH=$JAVA_HOME/bin:$PATH
>
> If that fails, then we have to suspect native compiler bug?

It's not the same stack trace, right? It can't be because some stuff in
the stack trace you sent doesn't exist upstream.

I couldn't reproduce the failure you saw in loop predicates but I got
another one:

#  assert(_refresh_tick < 2*100000) failed: DU iteration must converge quickly

in split if which is an upstream bug that I'm working on fixing.

Roland.


More information about the shenandoah-dev mailing list