[Mono-bugs] [Bug 509406] New: still a problem with System.Diagnostics.StackTrace.get_trace at web compilation

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 3 03:37:59 EDT 2009


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


           Summary: still a problem with
                    System.Diagnostics.StackTrace.get_trace at web
                    compilation
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.4.x
          Platform: All
        OS/Version: openSUSE 11.1
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: p.ricca at odyssee-ingenierie.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=295891)
 --> (http://bugzilla.novell.com/attachment.cgi?id=295891)
log error according to apache

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.10)
Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)

When we use mod_mono for executing an aspx page of our product, there is still
a problem with System.Diagnostics.StackTrace.get_trace , according to
/var/log/apache2/error_log .

The bug is told to be fixed :
https://bugzilla.novell.com/show_bug.cgi?id=473482
but it seemed that's it's not entirely.

We have compared the last svn code of StackTrace.cs with the last stable one,
there is no difference.

We are, unfortunately, unable to give you a sample to reproduce the bug.
However, you will find attached the error that apache gives.

Thanks in advance.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Actual Results:  

ERROR:mini-exceptions.c:309:get_generic_context_from_stack_frame: assertion
failed: (mono_class_has_parent_and_ignore_generics (class,
method_container_class))
Stacktrace:

  at (wrapper managed-to-native) System.Diagnostics.StackTrace.get_trace
(System.Exception,int,bool) <0x00004>
  at (wrapper managed-to-native) System.Diagnostics.StackTrace.get_trace
(System.Exception,int,bool) <0xffffffff>
  at System.Diagnostics.StackTrace..ctor (System.Exception,int,bool,bool)
[0x0002e] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/corlib/System.Diagnostics/StackTrace.cs:126
  at System.Exception.get_StackTrace () [0x00018] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/corlib/System/Exception.cs:191
  at System.Exception.ToString () [0x0007f] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/corlib/System/Exception.cs:313
  at System.Exception.ToString () [0x00046] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/corlib/System/Exception.cs:308
  at System.Exception.ToString () [0x00046] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/corlib/System/Exception.cs:308
  at System.Exception.ToString () [0x00046] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/corlib/System/Exception.cs:308
  at Odyssee.Acroweb.FonctionsWeb.LogError (System.Exception) <0x00101>
  at Odyssee.Acroweb.Global.Application_Error (object,System.EventArgs)
<0x00059>
  at System.Web.HttpApplication.ProcessError (System.Exception) [0x0003d] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/System.Web/System.Web/HttpApplication.cs:876
  at System.Web.HttpApplication/<Pipeline>c__Iterator2.MoveNext () [0x0088e] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/System.Web/System.Web/HttpApplication.cs:1271
  at System.Web.HttpApplication.Tick () [0x00000] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/System.Web/System.Web/HttpApplication.cs:915
  at System.Web.HttpApplication.Start (object) [0x0008e] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/System.Web/System.Web/HttpApplication.cs:1564
  at System.Web.HttpApplication.System.Web.IHttpHandler.ProcessRequest
(System.Web.HttpContext) [0x0001a] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/System.Web/System.Web/HttpApplication.cs:1646
  at System.Web.HttpRuntime.RealProcessRequest (object) [0x000be] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/System.Web/System.Web/HttpRuntime.cs:529
  at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest)
[0x00024] in
/usr/src/packages/BUILD/mono-2.4/mcs/class/System.Web/System.Web/HttpRuntime.cs:557
  at Mono.WebServer.MonoWorkerRequest.ProcessRequest () [0x00009] in
/usr/src/packages/BUILD/xsp-2.4/src/Mono.WebServer/MonoWorkerRequest.cs:636
  at Mono.WebServer.BaseApplicationHost.ProcessRequest
(Mono.WebServer.MonoWorkerRequest) [0x0002d] in
/usr/src/packages/BUILD/xsp-2.4/src/Mono.WebServer/BaseApplicationHost.cs:171
  at Mono.WebServer.ModMonoApplicationHost.ProcessRequest
(int,string,string,string,string,string,int,string,int,string,string[],string[],object)
[0x0015f] in
/usr/src/packages/BUILD/xsp-2.4/src/Mono.WebServer.Apache/ApplicationHost.cs:109
  at (wrapper remoting-invoke-with-check)
Mono.WebServer.ModMonoApplicationHost.ProcessRequest
(int,string,string,string,string,string,int,string,int,string,string[],string[],object)
<0xffffffff>
  at Mono.WebServer.ModMonoWorker.InnerRun (object) [0x0017d] in
/usr/src/packages/BUILD/xsp-2.4/src/Mono.WebServer.Apache/Worker.cs:211
  at Mono.WebServer.ModMonoWorker.Run (object) [0x00000] in
/usr/src/packages/BUILD/xsp-2.4/src/Mono.WebServer.Apache/Worker.cs:64
  at (wrapper runtime-invoke) object.runtime_invoke_void__this___object
(object,intptr,intptr,intptr) <0xffffffff>

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