Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.RC2
Assignee: Thomas E Enebo
Created: 13/Nov/12 11:20 PM
Description:

The following code

system("true")
begin
before = Time.now
520.times do |i|
string = "a" * 338
JRuby::PathHelper.smart_split_command(string)
end
after = Time.now
end
puts after - before

Can cause the following

Exception: java.lang.ThreadDeath thrown from the UncaughtExceptionHandler in thread "Thread-3"

However, it only occasionally happens, rather than regularly happens. I don't know how to make it more reproducible.

Environment: jruby 1.7.0.RC2 (1.9.3p203) 2012-10-09 142cc7b on Java HotSpot(TM) 64-Bit Server VM 1.7.0_04-b21 [darwin-x86_64]
Project: JRuby
Priority: Major Major
Reporter: Andrew Grimm
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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

Reply via email to