Search
Closed
as Not Reproducible Help for as Not Reproducible

1
Sign in to vote
0
Sign in to vote
Sign in
to vote
Type: Bug
ID: 508041
Opened: 11/3/2009 6:47:21 PM
Access Restriction: Public
1
Workaround(s)
0
User(s) can reproduce this bug
The Blend constantly leaks memory when a form with a progress bar is opened in design or split view, and the current theme is PresentationFramework.Aero .

Closing the view stops the leak, but does not release memory until Blend is closed.

The Blend leaks memory memory at approximate rate 160K/sec/instance, which is quickly consumes all available memory.

The problem appears to be associated with progress bar animation. Redefining the style or applying a different theme, that does not contain animation, resolves the problem.
Details (expand)

Product?

Blend

Product Version?

Blend 3 (3.0.1927.0)

Issue Type?

Bug
Repro Steps? (N/A for Suggestion)
1. Create WPF solution in Expression Blend.
2. Apply Aero theme by adding the following line to the resources section of App.xml.
<ResourceDictionary Source="/PresentationFramework.Aero, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=MSIL;component/themes/aero.normalcolor.xaml" />

3. Add an instance of progress bar to the form and set following properties: Minimum=0 Maximum=100 Value=50.

4. Open Task Maneger, find Blend.exe and note Mem Delta column for constant memory allocations.

File Attachments
2 attachments
ProgressBarAeroBug.zip
ProgressBarAeroBug.zip
Sign in to post a comment.