Return-Path: Delivered-To: apmail-jakarta-regexp-dev-archive@www.apache.org Received: (qmail 12688 invoked from network); 8 Mar 2007 00:25:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Mar 2007 00:25:42 -0000 Received: (qmail 93758 invoked by uid 500); 8 Mar 2007 00:25:50 -0000 Delivered-To: apmail-jakarta-regexp-dev-archive@jakarta.apache.org Received: (qmail 93744 invoked by uid 500); 8 Mar 2007 00:25:50 -0000 Mailing-List: contact regexp-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Regexp Developers List" Reply-To: "Regexp Developers List" Delivered-To: mailing list regexp-dev@jakarta.apache.org Received: (qmail 93733 invoked by uid 99); 8 Mar 2007 00:25:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 16:25:50 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 16:25:41 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 1DDA971406D; Wed, 7 Mar 2007 16:25:20 -0800 (PST) From: bugzilla@apache.org To: regexp-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 38331] - ArrayIndexOutOfBoundsException under certain conditions In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20070308002521.1DDA971406D@brutus.apache.org> Date: Wed, 7 Mar 2007 16:25:20 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=38331 vgritsenko@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From vgritsenko@apache.org 2007-03-07 16:25 ------- instruction is an array of chars, which means it has two bytes values. Offset from one instruction to another takes one char in the array, so it must be within [Short.MIN_VALUE, MAX_VALUE]. Some of the programs (like a{8192}) in current version are compiled into code exceeding this size (more than Short.MAX_VALUE instructions), and so can not be expressed correctly. Added check for this condition to RECompiler. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: regexp-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: regexp-dev-help@jakarta.apache.org