[Mono-bugs] [Bug 335865] New: CreateFromXaml causes segmentation fault on rendertransforms
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 23 02:06:01 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=335865
Summary: CreateFromXaml causes segmentation fault on
rendertransforms
Product: Moonlight
Version: 1_0
Platform: Other
OS/Version: Ubuntu
Status: NEW
Severity: Critical
Priority: P5 - None
Component: xaml
AssignedTo: mono-bugs at ximian.com
ReportedBy: oohogwash at yahoo.com
QAContact: mono-bugs at ximian.com
Found By: Development
When the following xaml is passed to CreateFromXaml during the loading of a
page a segementation fault is generated from the plugin crashing firefox.
Steps to reproduce the problem:
1. call create from Xaml with text containing the following xaml
<Canvas.RenderTransform
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" >
<TransformGroup>
<TranslateTransform Name="my_Translate" X="0" Y="0"/>
<ScaleTransform Name="my_Scale" ScaleX="1.0" ScaleY="1.0"/>
</TransformGroup>
</Canvas.RenderTransform>
2.
Actual Results:
crash
Expected Results:
object created
How often does this happen?
every time
Additional Information:
available on request
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list