[Mono-dev] SIGSEGV - mono 1.1.13.4 - possible new bug

Rafael Ferreira lists at ophion.org
Tue May 2 23:45:58 EDT 2006


Hey fellas, 

The testcase attached (bar.cs) consistently generates a SIGSEGV on my
fedora core 5 box running mono 1.1.13.4 and 1.1.14 . The code attached
is basically part of a util class that I use to dynamic set fields in an
object. If you guys think this is a new issue let me know and I'll file
a bug entry for it. 

Cheers, 

- raf

[rafael at stan tmp]$ mono bar.exe

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Stacktrace:

in (wrapper managed-to-native)
System.Reflection.MonoField:GetValueInternal (object) <0x4>
in (wrapper managed-to-native)
System.Reflection.MonoField:GetValueInternal (object) <0xffffffe5>
in System.Reflection.MonoField:GetValue (object) <0xd>
in foo:Main (string[]) <0x99>
in (wrapper runtime-invoke) System.Object:runtime_invoke_void_string[]
(object,intptr,intptr,intptr) <0x7dcd619>

Native stacktrace:

        mono(mono_handle_native_sigsegv+0xbb) [0x815514b]
        mono [0x8123f90]
        [0x30a440]
        mono [0x80b05a9]
        mono [0x80b94b6]
        [0x2ebb19]
        [0x2ebad6]
        [0x2e697a]
        [0x2e6823]
        mono(mono_runtime_exec_main+0x62) [0x80b3e12]
        mono(mono_runtime_run_main+0x152) [0x80b4f52]
        mono(mono_main+0xef9) [0x805d9c9]
        mono [0x805c5e2]
        /lib/libc.so.6(__libc_start_main+0xdc) [0xbad7e4]
        mono [0x805c531]
Aborted

-------------- next part --------------
A non-text attachment was scrubbed...
Name: bar.cs
Type: text/x-csharp
Size: 443 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060502/4252616c/attachment.bin 


More information about the Mono-devel-list mailing list