[Mono-bugs] [Bug 662238] New: [verifier] SIGABRT condition `!sig->has_type_parameters' not met in mono_method_to_ir

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 4 08:01:52 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=662238

https://bugzilla.novell.com/show_bug.cgi?id=662238#c0


           Summary: [verifier] SIGABRT condition
                    `!sig->has_type_parameters' not met in
                    mono_method_to_ir
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: x86
        OS/Version: openSUSE 11.3
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: verifier
        AssignedTo: rkumpera at novell.com
        ReportedBy: spouliot at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=406877)
 --> (http://bugzilla.novell.com/attachment.cgi?id=406877)
assembly causing the abort

MONO_PATH=./bin gdb --args mono --security=core-clr --compile-all
bin/System.Core.sigabrt.107242.dll

* Assertion at method-to-ir.c:5692, condition `!sig->has_type_parameters' not
met


Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb7940b70 (LWP 25650)]
0xffffe424 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb7e2e7ff in raise () from /lib/libc.so.6
#2  0xb7e30140 in abort () from /lib/libc.so.6
#3  0x08290ba6 in monoeg_g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR,
format=0x82b4dd0 "* Assertion at %s:%d, condition `%s' not met\n", args=
    0xb793ec24 "\300M+\b<\026") at goutput.c:134
#4  0x08290c25 in monoeg_assertion_message (format=0x82b4dd0 "* Assertion at
%s:%d, condition `%s' not met\n") at goutput.c:154
#5  0x0808f46f in mono_method_to_ir (cfg=0x858f090,
method="System.Linq.Expressions.BinaryExpression:get_Method ()",
start_bblock=0x8688054, end_bblock=
    0x8688104, return_var=0x8688024, dont_inline=0x85916c8,
inline_args=0x8687c5c, inline_offset=8, is_virtual_call=1) at
method-to-ir.c:5692
#6  0x0808c917 in inline_method (cfg=0x858f090,
cmethod="System.Linq.Expressions.BinaryExpression:get_Method ()",
fsig=0x8596544, sp=0x8687c5c, ip=
    0xb7c29d4c "o}\004", real_offset=8, dont_inline=0x85916c8, inline_always=0)
at method-to-ir.c:4915
#7  0x0809936c in mono_method_to_ir (cfg=0x858f090,
method="System.Linq.Expressions.Compiler.LambdaCompiler:EmitBinaryExpression
()", start_bblock=
    0x8686e7c, end_bblock=0x8686f2c, return_var=0x0, dont_inline=0x85916c8,
inline_args=0x0, inline_offset=0, is_virtual_call=0) at method-to-ir.c:6889
#8  0x08061da3 in mini_method_compile
(method="System.Linq.Expressions.Compiler.LambdaCompiler:EmitBinaryExpression
()", opts=59861503, domain=0x34e60, 
    run_cctors=0, compile_aot=0, parts=0) at mini.c:4230
#9  0x080eba1c in compile_all_methods_thread_main (args=0xbfffee04) at
driver.c:882
#10 0x081f46cc in start_wrapper_internal (data=0x842abe0) at threads.c:774
#11 0x081f476a in start_wrapper (data=0x842abe0) at threads.c:822
#12 0x08270c18 in thread_start_routine (args=0x841206c) at wthreads.c:285
#13 0x0829f542 in GC_start_routine (arg=0x5dfc0) at pthread_support.c:1397
#14 0xb7f74b25 in start_thread () from /lib/libpthread.so.0
#15 0xb7ed646e in clone () from /lib/libc.so.6

-- 
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