Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 14/May/13 9:30 AM
Description:

The profile printing is performed during thread termination, but all current implementations just blindly write to the same output stream, rendering garbled profiles in most cases.

https://github.com/jruby/jruby/pull/735 implements a trivial improvement where profile printing is limited to one thread at a time. It certainly isn't the ideal solution, as one could definitely imagine profile printers that could handle this internally, but that would probably require restructuring the profile printing API somewhat.

Project: JRuby
Priority: Minor Minor
Reporter: Gustav Munkby
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