DO NOT REPLY [Bug 21932] New: - Exception in OpCode._getNextOffset
[email protected] 28 Jul 2003 11:47:40 -0000
| Newsgroups | gmane.comp.jakarta.oro.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21932>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21932
Exception in OpCode._getNextOffset
Summary: Exception in OpCode._getNextOffset
Product: ORO
Version: 2.0.7
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: Major
Priority: Other
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Got an exception while matching a Perl 5 regular expression. Although I cannot reproduce the
problem, I do have a stacktrace. You may be able to fix the problem without more
information. If you're not, I may be able produce a reproducible test case with some effort.
java.lang.ArrayIndexOutOfBoundsException: 74
at org.apache.oro.text.regex.OpCode._getNextOffset(Unknown Source)
at org.apache.oro.text.regex.OpCode._getNext(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__tryExpression(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.matches(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.matches(Unknown Source)
at org.xins.types.PatternType.isValidValueImpl(Unknown Source)
at org.xins.types.Type.isValidValue(Unknown Source)
at nl.wanadoo.sso.api.Login.handleCall(Login.java:79)
at org.xins.server.API.handleCall(Unknown Source)
at org.xins.server.APIServlet.service(Unknown Source)