DO NOT REPLY [Bug 14850] New: - Search gets frozen for a pattern
| 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=14850>.
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=14850
Search gets frozen for a pattern
Summary: Search gets frozen for a pattern
Product: ORO
Version: 2.0.6
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Blocker
Priority: Other
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
I'm searching in program code (ORACLE PL/SQL, package specification) for a package definition
(package header).
The search expression I use "package( +)((\w+|\W+)+)( +)is( +|\n)"
I
have a test search at which ORO gets frozen.
----------------------------------
package "dlfk"."isam" is
isa varchar2(10);
procedure isa_as;
end;
----------------------------------
I tested it with the demonstration applet of the ORO
documentation as well and it produced the same result (getting frozen).