[TIMOB-1805] Android: Too deep recursion
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-08-01T00:11:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, defect, recursion, rhino, rplist, stackoverflowerror |
Reporter | Marshall Culpepper |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:02:52.000+0000 |
Updated | 2017-03-20T17:53:34.000+0000 |
Description
Some apps will cause Rhino / Dalvik to reach a StackOverflowError and show an error message "Too deep recursion when parsing". We need to either increase the stack size of the Thread that parses the Javascript, or pre-compile the AST so the parsing doesn't happen on device (the latter might be good for speed anyway)
Attachments
File | Date | Size |
---|---|---|
module_media.zip | 2012-01-20T11:55:20.000+0000 | 4873819 |
module_media log.txt | 2012-01-20T11:55:20.000+0000 | 19193 |
sample_cloud_log.txt | 2012-04-26T15:19:15.000+0000 | 13383 |
sample_cloud.zip | 2012-04-26T15:19:15.000+0000 | 3197608 |