Bugzilla – Bug 311997
Runtime problem with System and System.Xml
Last modified: 2007-09-15 21:24:34 UTC
---- Reported by martin@ximian.com 2003-02-16 06:50:12 MST ---- From Zoltan: > The following code asserts in class.c when running with > --debug: > > AppDomain.CurrentDomain.Load ("System.Xml.dll"); > > I debugged this, and the following happens: > - mono tries to load System.Xml > - this causes it to load System > - after loading System, it tries to load the debug info for > System > - it tries to load the debug info for System.Xml, because > System depends > on it. > - it tries to resolve some tokens in System.Xml, but this > fails, since > the image->references array is not set up for System.Xml yet. ---- Additional Comments From martin@ximian.com 2003-02-16 06:51:59 MST ---- Why do new bugs get Priority == Wishlist ? ---- Additional Comments From martin@ximian.com 2004-04-26 16:06:47 MST ---- Too old, expiring. Unknown operating system unknown. Setting to default OS "Other".