[ 
https://issues.apache.org/jira/browse/LOG4NET-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-210:
-----------------------------------

    Fix Version/s: 1.2 Maintenance Release

> 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
>             Fix For: 1.2 Maintenance Release
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to