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: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs