AnantLabs / screwturn-formatters

Automatically exported from code.google.com/p/screwturn-formatters
0 stars 0 forks source link

Error thrown causes timeout #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you create a tag like this < msg type=information head='Version 1.23'>< 
/msg> 

the log generates an error of:

MessageFormatter error: Thread was being aborted. at 
System.Text.RegularExpressions.RegexRunner.EnsureStorage() at Go11(RegexRunner 
) at System.Text.RegularExpressions.RegexRunner.Scan(Regex regex, String text, 
Int32 textbeg, Int32 textend, Int32 textstart, Int32 prevlen, Boolean quick) at 
System.Text.RegularExpressions.Regex.Run(Boolean quick, Int32 prevlen, String 
input, Int32 beginning, Int32 length, Int32 startat) at 
System.Text.RegularExpressions.MatchCollection.GetMatch(Int32 i) at 
System.Text.RegularExpressions.MatchCollection.get_Count() at 
Keeper.Garrett.ScrewTurn.MessageFormatter.MessageFormatter.Format(String raw, 
ContextInformation context, FormattingPhase phase) 

It also locks the site and times out... The only option was to delete the 
line... I suspect its because theres no words in between the msg task... The 
user was just trying to make a blank label in a section.

Thanks! andyg8180

Original issue reported on code.google.com by Christia...@gmail.com on 7 Apr 2011 at 9:11

GoogleCodeExporter commented 9 years ago

Original comment by Christia...@gmail.com on 7 Apr 2011 at 9:11