[Mono-bugs] [Bug 601953] New: [verifier] stack_push: assertion failed: (ctx->eval.size < ctx->max_stack)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon May 3 07:55:57 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=601953
http://bugzilla.novell.com/show_bug.cgi?id=601953#c0
Summary: [verifier] stack_push: assertion failed:
(ctx->eval.size < ctx->max_stack)
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: x86-64
OS/Version: openSUSE 11.2
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=358628)
--> (http://bugzilla.novell.com/attachment.cgi?id=358628)
assembly causing the abort
MONO_PATH=/opt/mono/lib/moonlight/plugin/ gdb --args pedump --verify all
bin/System.Windows.Browser.sigabrt.54916.dll
..
ERROR:verify.c:1456:stack_push: assertion failed: (ctx->eval.size <
ctx->max_stack)
Program received signal SIGABRT, Aborted.
0x00007ffff6d6d4e5 in raise () from /lib64/libc.so.6
(gdb) bt
#0 0x00007ffff6d6d4e5 in raise () from /lib64/libc.so.6
#1 0x00007ffff6d6e9b0 in abort () from /lib64/libc.so.6
#2 0x00007ffff797577f in g_assertion_message () from
/usr/lib64/libglib-2.0.so.0
#3 0x00007ffff7975cf0 in g_assertion_message_expr () from
/usr/lib64/libglib-2.0.so.0
#4 0x00000000004cced9 in stack_push (ctx=0x7fffffffd600) at verify.c:1456
#5 0x00000000004e0bdf in mono_method_verify (method=0x8cfd58, level=135) at
verify.c:5337
#6 0x000000000040e7be in dump_verify_info (image=0x8b1f10, flags=135) at
pedump.c:365
#7 0x000000000040f5bb in main (argc=4, argv=0x7fffffffde88) at pedump.c:720
(gdb) up 4
#4 0x00000000004cced9 in stack_push (ctx=0x7fffffffd600) at verify.c:1456
1456 g_assert (ctx->eval.size < ctx->max_stack);
(gdb) p ctx->eval.size
$1 = 5
(gdb) p ctx->max_stack
$2 = 5
(gdb) up
#5 0x00000000004e0bdf in mono_method_verify (method=0x8cfd58, level=135) at
verify.c:5337
5337 set_stack_value (&ctx, stack_push (&ctx),
&mono_defaults.argumenthandle_class->byval_arg, FALSE);
(gdb) p method->name
$3 = 0x7ffff69be79c ".ctor"
(gdb) p method->klass->name
$4 = 0x7ffff69be61e "ManagedObject"
(gdb) p method->klass->name_space
$5 = 0x7ffff69bdc81 "System.Windows.Browser"
--
Configure bugmail: http://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