You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2011/04/01 17:05:06 UTC

[jira] [Closed] (NUTCH-709) JSParseFilter gets into an infinate loop and ets all the stack

     [ https://issues.apache.org/jira/browse/NUTCH-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma closed NUTCH-709.
-------------------------------

    Resolution: Won't Fix

Bulk close of legacy issues:
http://www.lucidimagination.com/search/document/2738eeb014805854/clean_up_open_legacy_issues_in_jira

> JSParseFilter gets into an infinate loop and ets all the stack 
> ---------------------------------------------------------------
>
>                 Key: NUTCH-709
>                 URL: https://issues.apache.org/jira/browse/NUTCH-709
>             Project: Nutch
>          Issue Type: Bug
>          Components: fetcher
>    Affects Versions: 1.0.0
>         Environment: Hadoop 0.19.0 running nutch trunk 
>            Reporter: Tim Hawkins
>         Attachments: JSParseFilter.error.patch
>
>
> When crawling pages with seperate fetch and parse, I see processes die becuase of stack overflow. 
> Output is generaly.
> java.lang.StackOverflowError
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:146)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> 	at org.apache.nutch.parse.js.JSParseFilter.walk(JSParseFilter.java:148)
> Inspection of the code shows that this is a recursive call to walk(.....) 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira