-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.StackOverflowError on JDK 1.6 #9
Comments
From alex.coles on October 30, 2008 16:31:18 Labels: Java-1.6 |
From [email protected] on December 28, 2008 01:23:21 Hi Alex, |
From alex.coles on August 13, 2009 11:36:27 Status: Started |
From [email protected] on September 24, 2009 17:59:41 Hi, I was able to reproduce this issue with different jdk versions, so I don't think that The root cause may be with the tokenizeHtml method, which takes this pattern: Pattern p = Pattern.compile("" + Maybe this triggers this kind of issue: http://bugs.sun.com/bugdatabase/view_bug.do? bug_id=5050507. Thinking about this implementation of Markdown with regular expressions, I would suggest |
From alex.coles on September 27, 2009 03:26:34 Upgrading this to critical. @etorreborre, thanks for your help reducing this down. Summary: java.lang.StackOverflowError on JDK 1.6 |
From pepijndevos on December 15, 2009 09:29:16 Is this issue related to big files or to bad regexes? I was comparing Markdown engines for Clojure(a JVM Lisp). |
Does anybody have a test case or an example where this error happens? |
From alex.coles on October 31, 2008 00:26:59
What steps will reproduce the problem? 1. Use SoyLatte JDK
java version "1.6.0_03-p3"
Java(TM) SE Runtime Environment (build 1.6.0_03-p3-landonf_19_aug_2008_14_55-b00)
Java HotSpot(TM) Server VM (build 1.6.0_03-p3-landonf_19_aug_2008_14_55-b00, mixed
mode)
looking at stack trace, it looks as though there is some unlimited recursion going on in the RegEx
engine.
This error is not reproducible using the latest version of the 32-bit JDK 5.0 for Leopard. Please use labels and text to provide additional information.
Attachment: com.petebevin.markdown.test.MarkdownTestTester.txt
Original issue: http://code.google.com/p/markdownj/issues/detail?id=6
The text was updated successfully, but these errors were encountered: