[Mono-bugs] [Bug 33433][Wis] Changed - Demo xsp server hasnt HTTP error output.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
27 Nov 2002 11:33:26 -0000
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 ztashev@mail.plovdiv.techno-link.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33433
--- shadow/33433 Wed Nov 13 11:02:11 2002
+++ shadow/33433.tmp.23992 Wed Nov 27 06:33:26 2002
@@ -1,13 +1,13 @@
Bug#: 33433
Product: Mono/Runtime
Version: unspecified
-OS: unknown
+OS: Red Hat 6.2
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: gonzalo@ximian.com
ReportedBy: ztashev@mail.plovdiv.techno-link.com
QAContact: mono-bugs@ximian.com
@@ -38,6 +38,27 @@
Additional Information:
None
------- Additional Comments From gonzalo@ximian.com 2002-11-13 11:02 -------
Now it outputs that stack trace.
+
+------- Additional Comments From ztashev@mail.plovdiv.techno-link.com 2002-11-27 06:33 -------
+The samples index.aspx and button.aspx (I�m not test more) return
+error on server console:
+
+** Message: Unknown heap type: #-
+
+
+Unhandled Exception: System.NullReferenceException: A null value was
+found
+where an object instance was required
+in (unmanaged) 06 System.Reflection.Assembly:LoadFrom (string)
+in <0x00004> 06 System.Reflection.Assembly:LoadFrom (string)
+in <0x000ef> 00 Mono.CSharp.Driver:LoadAssembly (string,bool)
+in <0x000b7> 00 Mono.CSharp.Driver:LoadReferences ()
+in <0x004e1> 00 Mono.CSharp.Driver:MainDriver (string[])
+in <0x0000b> 00 Mono.CSharp.Driver:Main (string[])
+
+The request with non-exist file �http://localhost:8080/button3.aspx�
+simple causes server to halt.
+