Regional Setting "Quechua (Peru)" makes Log4Net.Info to hang on strings with
length > 5000
------------------------------------------------------------------------------------------
Key: LOG4NET-210
URL: https://issues.apache.org/jira/browse/LOG4NET-210
Project: Log4net
Issue Type: Bug
Affects Versions: 1.2.10
Environment: Windows XP
Reporter: fatcat
We are using log4net for .NET Framework 2.0 version 1.2.10.0.
Somehow code
String newstring = "";
for (int i = 0; i < N; i++)
{
newstring += "a";
}
_log4net.Info(newstring);
Where N > 5000 works fine with English selected in Regional Optins for
Standards and Formats, but when you select something less common as "Quechua
(Peru)" - such long strings make log4net to hang. And if string is longer -
then time for which appender hangs - is bigger.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.