When I am using the ORO package to find matches in a relatively big html page (eg. 
amazon) it is giving me a stack overflow exception when I run it on Sun SparcV. The 
problem is that the request will run properly in the windows environment. 
Specifically the problem occurs when I try to read in the whole web page using 

((?i)<html>(.*\n)*?.*?</html>)

and then try to look for a match in the resulting buffer. 

thanks,
hassan

Reply via email to