From dev-return-11673-apmail-lucenenet-dev-archive=lucenenet.apache.org@lucenenet.apache.org Wed Sep 16 23:50:00 2020 Return-Path: X-Original-To: apmail-lucenenet-dev-archive@www.apache.org Delivered-To: apmail-lucenenet-dev-archive@www.apache.org Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with ESMTP id 76A6B1A05A for ; Wed, 16 Sep 2020 23:50:00 +0000 (UTC) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 2043E1231D4 for ; Wed, 16 Sep 2020 23:50:00 +0000 (UTC) Received: (qmail 64912 invoked by uid 500); 16 Sep 2020 23:49:59 -0000 Delivered-To: apmail-lucenenet-dev-archive@lucenenet.apache.org Received: (qmail 64895 invoked by uid 500); 16 Sep 2020 23:49:59 -0000 Mailing-List: contact dev-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucenenet.apache.org Delivered-To: mailing list dev@lucenenet.apache.org Received: (qmail 64883 invoked by uid 99); 16 Sep 2020 23:49:59 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Sep 2020 23:49:59 +0000 From: =?utf-8?q?GitBox?= To: dev@lucenenet.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Blucenenet=5D_NightOwl888_commented_on_issue_=23296?= =?utf-8?q?=3A_IndexOutOfRangeException_when_searching?= Message-ID: <160030019959.32230.11377659914860661998.asfpy@gitbox.apache.org> Date: Wed, 16 Sep 2020 23:49:59 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: NightOwl888 commented on issue #296: URL: https://github.com/apache/lucenenet/issues/296#issuecomment-693725221 Could someone please provide a minimal example I can run? Even with the descriptions here, there is not enough info to piece together both the code and the data to reproduce this without research and trial and err. There is probably a test that is similar enough to what you are doing in [`TestWildcard`](https://github.com/apache/lucenenet/blob/fc2da940da3ca32c2fe6ae9caf69f36b69f3de7f/src/Lucene.Net.Tests/Search/TestWildcard.cs) to use as a starting point, just modify it accordingly and post it here so we can run it. If you need to, use the `[Repeat]` attribute to run it multiple times to force a failure. Also, what platform is this happening on and is this x86 or x64? Note there are now [8 known failing tests](https://github.com/apache/lucenenet/issues/269) on .NET Framework under x86 in 4.8.0-beta00011 and prior, several of which relate to `FuzzyTermsEnum` and `TopTermsRewrite`. These test failures go away with optimizations disabled, indicating they are likely JIT optimization bugs of some kind. Even in 4.8.0-beta00012 there are still 4 tests failing, and it will be difficult to pin these down because the failures are not happening in debug mode. These tests do not fail on .NET Core/x86 or on .NET Framework/x64. 4.8.0-beta00012 can be downloaded at https://dist.apache.org/repos/dist/dev/lucenenet/ (it is currently pending the [release vote](https://lucenenet.apache.org/contributing/make-release.html), which takes 72 hours). Could someone please confirm this problem still exists on 4.8.0-beta00012? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org