[Mono-bugs] [Bug 350893] Microsoft Download Center does not work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 9 11:05:26 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=350893

User miguel at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=350893#c1


Miguel de Icaza <miguel at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |miguel at novell.com




--- Comment #1 from Miguel de Icaza <miguel at novell.com>  2008-01-09 09:05:25 MST ---
There is a crash in the XAML parser:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb70296d0 (LWP 11999)]
0xafeda816 in dependency_object_add_child (p=0x9f04a58, parent=0x9f1eba0,
child=0x9f1ec50) at value.h:244
244             Collection*                    AsCollection () {
checked_get_subclass (Type::COLLECTION, Collection) }
Current language:  auto; currently c++
(gdb) up
#1  0xafeda47b in start_element_handler (data=0x9f04a58, el=0x9f0d318
"http://schemas.microsoft.com/client/2007|PathFigure", 
    attr=0x9f05088) at xaml.cpp:844
844                             p->current_element->info->add_child (p,
p->current_element, inst);
(gdb) p p
$1 = <value optimized out>
(gdb) up
#2  0xb7038f60 in ?? () from /lib/libexpat.so.1
(gdb) 
#3  0xb7039f1d in ?? () from /lib/libexpat.so.1
(gdb) 
#4  0xb703aa98 in ?? () from /lib/libexpat.so.1
(gdb) 
#5  0xb703be75 in ?? () from /lib/libexpat.so.1
(gdb) 
#6  0xb70337bc in XML_ParseBuffer () from /lib/libexpat.so.1
(gdb) 
#7  0xb703c36e in XML_Parse () from /lib/libexpat.so.1
(gdb) 
#8  0xafed926f in xaml_create_from_str (loader=0x9f044e0, 
    xaml=0xaf858008 "<Canvas xmlns=\"http://schemas.microsoft.com/client/2007\"
xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\">\r\n\t<Canvas.Resources>\r\n\t<!--
HEADER Animation-->\r\n\t<Storyboard Name=\"TopHeader_Collapse\""...,
create_namescope=true, 
    element_type=0xbfd83598) at xaml.cpp:1310
1310            if (!XML_Parse (p, start, strlen (start), TRUE)) {
(gdb) p start
$2 = 0xaf858008 "<Canvas xmlns=\"http://schemas.microsoft.com/client/2007\"
xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\">\r\n\t<Canvas.Resources>\r\n\t<!--
HEADER Animation-->\r\n\t<Storyboard Name=\"TopHeader_Collapse\""...

I have attached the dynamically created XAML file


-- 
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