correosdelbosque / progressive-scroll

Automatically exported from code.google.com/p/progressive-scroll
1 stars 0 forks source link

OutOfMemoryException #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. not sure, editing large files in a large solution 

What is the expected output? What do you see instead?
Visual Studio reports an exception:
471 ERROR   
System.OutOfMemoryException: Eine Ausnahme vom Typ 
"System.OutOfMemoryException" wurde ausgelöst. bei 
System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& 
stackMark) bei System.Threading.Thread.Start(StackCrawlMark& stackMark) bei 
System.Threading.Thread.Start() bei 
ProgressiveScroll.TextRenderer.Invalidate(Parts parts) bei 
ProgressiveScroll.ProgressiveScroll.Invalidate(Parts parts) bei 
ProgressiveScroll.ProgressiveScroll.OnTextViewLayoutChanged(Object sender, 
TextViewLayoutChangedEventArgs e) bei 
Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object
 sender, EventHandler`1 eventHandlers, TArgs args)

Sometimes it crashes afterwards.

What version of the product are you using? On what operating system?
11.0 (sp2)
Win7 64

Please provide any additional information below.
using also visual assist x and vs commands extensions.

Great extension! Thanks,
Stefan

Original issue reported on code.google.com by wunderli...@gmail.com on 13 Jun 2013 at 8:19

GoogleCodeExporter commented 8 years ago
Hmm, haven't run into this one myself.

Could you tell me which version of Progressive Scroll you're using?
Earlier versions did not scale well with large files.

I don't really test often with large files though. Around 2000 lines is the 
biggest file I have in any of my projects, and that's exceptional. But I have 
tested sqlite3.c on occasion, which is 138k lines.

Original comment by freaksken on 15 Jun 2013 at 9:15