https://bugzilla.novell.com/show_bug.cgi?id=324794#c2
--- Comment #2 from Dick Porter <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
