[Mono-bugs] [Bug 377039] Crash while looking up non-existing property.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Apr 4 08:37:30 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=377039
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=377039#c3
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spouliot at novell.com
--- Comment #3 from Sebastien Pouliot <spouliot at novell.com> 2008-04-04 06:37:28 MST ---
Looks like "res" is null (dependencyobject.cpp:1362) because of the bad syntax
in
Storyboard.TargetProperty="Canvas.Left"
which should be
Storyboard.TargetProperty="(Canvas.Left)"
(which explains why SL does not like it) so it's not initialized (while
processing the '(' character)
I'm a bit sad that the fuzzer did not catch this earlier :| will have a look...
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list