[Mono-bugs] [Bug 525974] New: Crash when using custom VirtualPathProvider

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 28 10:40:24 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=525974


           Summary: Crash when using custom VirtualPathProvider
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: cheburator2 at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=308574)
 --> (http://bugzilla.novell.com/attachment.cgi?id=308574)
sample web site to help debug

User-Agent:       Opera/9.64 (Windows NT 5.1; U; en-GB) Presto/2.1.1

Pages that should be served from custom VirtualPathProvider display error (they
work in .NET). Small sample web site attached to help debug.

Reproducible: Always

Steps to Reproduce:
1. Unpack attached sample web site.
2. Run XSP for the WebSite6 folder.
3. Navigate your browser to http://localhost:8080/Default.aspx (don't forget
"Default.aspx" part, Mono would give other error without it, but let's say it's
a feature).
Actual Results:  
Server Error in '/' Application
Object reference not set to an instance of an object

Description: HTTP 500. Error processing request.

Stack Trace: System.NullReferenceException: Object reference not set to an
instance of an object
  at System.Web.Handlers.ScriptModule.PostAcquireRequestState (System.Object
sender, System.EventArgs e) [0x00000] 
  at System.Web.HttpApplication+<RunHooks>c__Iterator4.MoveNext () [0x00000] 
  at System.Web.HttpApplication+<Pipeline>c__Iterator5.MoveNext () [0x00000] 
  at System.Web.HttpApplication.Tick () [0x00000] 

Version information: Mono Version: 2.0.50727.1433; ASP.NET Version:
2.0.50727.1433


Expected Results:  
(displayed in .NET)
TEST1 FORM



IMHO, VPP is a major feature and there is no workaround, so severity = major,
please correct me if I'm wrong. If it is possible, please fix soon.

-- 
Configure bugmail: http://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