[Mono-bugs] [Bug 59608][Nor] Changed - basePageType and Virtual Hosts don't work
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Nov 2004 17:56:37 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59608
--- shadow/59608 2004-11-30 17:47:30.000000000 -0500
+++ shadow/59608.tmp.22530 2004-11-30 17:56:37.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 59608
-Product: Mono: Class Libraries
+Product: Mono: Runtime
Version: unspecified
OS: SUSE 9.0
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: Sys.Web
-AssignedTo: gonzalo@ximian.com
+Component: misc
+AssignedTo: mono-bugs@ximian.com
ReportedBy: AndrewArnott@byu.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: basePageType and Virtual Hosts don't work
@@ -253,6 +253,31 @@
------- Additional Comments From gonzalo@ximian.com 2004-11-30 17:47 -------
note: just tested that the runtime successfully loads 2 assemblies
with the same name and version from different AppDomains PrivateBinPath.
+
+------- Additional Comments From gonzalo@ximian.com 2004-11-30 17:56 -------
+This is the stack trace I get for the requests that fails with a NullRef:
+
+Program received signal SIGSEGV, Segmentation fault.
+[Switching to Thread 1089866672 (LWP 25699)]
+0x080d436a in mono_class_from_name (image=0x706d6f43,
+ name_space=0x88d1fb8 "School.Theme", name=0x88d1fc5 "Page") at
+class.c:2787
+2787 nspace_table = g_hash_table_lookup (image->name_cache,
+name_spac e);
+(gdb) bt
+#0 0x080d436a in mono_class_from_name (image=0x706d6f43,
+ name_space=0x88d1fb8 "School.Theme", name=0x88d1fc5 "Page") at
+class.c:2787
+#1 0x080a1c40 in mono_reflection_get_type_internal (image=0x706d6f43,
+ info=0x40f5fcd0, ignorecase=0) at reflection.c:5902
+#2 0x080a1c7b in mono_reflection_get_type (image=0x88d1fb8,
+info=0x40f5fcd0,
+ ignorecase=0, type_resolve=0x40f5fccc) at reflection.c:5963
+#3 0x080b4fd5 in ves_icall_System_Reflection_Assembly_InternalGetType (
+ assembly=0x8760258, module=0x0, name=0x8674c40, throwOnError=0 '\0',
+ ignoreCase=0 '\0') at icall.c:3241
+#4 0x420c1792 in ?? ()
+.......