Stack traces not properly formatted on Windows

Description

When formatting stack traces, the function uses a PrintStream and toString to get the text for the stack trace, this is converted according to the platform line endings, in Windows, the cr-lf line endings cause the patterns to fail.
This means for example that the unit test for TemplatableOutput fails in Windows.
I have added a unit test to check if it an Exception is converted correctly, however this test will fail under Windows only.

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created July 30, 2012 at 4:57 PM
Updated May 22, 2015 at 8:02 AM
Resolved July 30, 2012 at 10:33 PM

Flag notifications