Heiko Seebach created JRUBY-6613: ------------------------------------ Summary: special characters like umlauts make Kramdown hang (works with MRI Rubies) Key: JRUBY-6613 URL: https://jira.codehaus.org/browse/JRUBY-6613 Project: JRuby Issue Type: Bug Components: Interpreter Affects Versions: JRuby 1.7 Environment: It happens with jruby-1.6.7 final and also with the current jruby-head, on Linux. Reporter: Heiko Seebach
Hi, I hope this is the right place for this issue (and not in the Kramdown issues list) Reproducing it is simple: install the current kramdown gem with jruby and run > require 'kramdown' > puts Kramdown::Document.new('aéb').to_html with irb. It will run in an endless loop whenever there are special chars like é or ü or ß in the string. With Ruby 1.9.3 it works fine. Currently I'm not able to get more information by looking at the JVM's stacktrace. Maybe this relates to https://github.com/rtomayko/rdiscount/pull/58 where Charly said: "and rdiscount_test.rb appears to hang (possibly a JRuby bug)." -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email