[Mono-bugs] [Bug 324794] Adding a Console.WriteLine to Mono. WebServer causes runtime problems on amd64 and x86

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 10 14:36:57 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=324794#c2





--- Comment #2 from Dick Porter <dick at novell.com>  2007-10-10 12:36:56 MST ---
The valgrind trace shows uninitialised memory reads in
mono_arch_find_jit_info() (on x86) which is consistent with other observations.

A slightly older version of mono segfaulted when trying to show the stacktrace,
but showed some more of the trace:



Stacktrace:

  at (wrapper managed-to-native) System.Diagnostics.StackFrame.get_frame_info
(int,bool,System.Reflection.MethodBase&,int&,int&,string&,int&,int&) <0x00004>
  at (wrapper managed-to-native) System.Diagnostics.StackFrame.get_frame_info
(int,bool,System.Reflection.MethodBase&,int&,int&,string&,int&,int&)
<0xffffffff>
  at System.Diagnostics.StackFrame..ctor (int,bool) <0x0003f>
  at System.Diagnostics.StackTrace.init_frames (int,bool) <0x00062>
  at System.Diagnostics.StackTrace..ctor (int,bool) <0x00012>
  at System.Environment.get_StackTrace () <0x0001d>
  at Tests.foo (int) <0x000c4>
  at (wrapper remoting-invoke-with-check) Tests.foo (int) <0xffffffff>
  at (wrapper xdomain-dispatch) Tests.foo (object,byte[]&,byte[]&,int)
<0xffffffff>
  at Tests.(null) () <0xffffffff>
  at (wrapper xdomain-dispatch) Tests.foo (object,byte[]&,byte[]&,int)
<0xffffffff>
  at (wrapper xdomain-invoke) Tests.foo (int) <0x00004>
  at (wrapper xdomain-invoke) Tests.foo (int) <0xffffffff>
  at (wrapper remoting-invoke-with-check) Tests.foo (int) <0xffffffff>
  at Tests.Main (string[]) <0x000b7>
  at (wrapper runtime-invoke) Tests.runtime_invoke_void_string[]
(object,intptr,intptr,intptr) <0xffffffff>


Note the Tests.(null) line.

The simplified test works fine with svn head on macosx/ppc.


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