Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79446 --- shadow/79446 2006-09-19 13:11:39.000000000 -0400 +++ shadow/79446.tmp.9508 2006-09-19 13:11:39.000000000 -0400 @@ -0,0 +1,162 @@ +Bug#: 79446 +Product: Mono: Runtime +Version: 1.1 +OS: Red Hat 9.0 +OS Details: Fedora Core 5 +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: We see the following intermittent SIGSEGV + +This happens intermittently - about once a month. From my point of view, it +is CLR crash and nothing I should do in c# code should cause this. + +-Pawan + + +================================================================= + +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 +Fanfare.SVT.Core.TestCaseOperations.Execution.ExecuteAgent:DeleteProtocols +() <0xffffffff> + +in +Fanfare.SVT.Core.TestCaseOperations.Execution.ExecuteAgent:DeleteProtocols +() <0x67> + +in Fanfare.SVT.Core.TestCaseOperations.Execution.ExecuteAgent:Cleanup () <0x28> + +in Fanfare.SVT.Core.TestCaseOperations.Execution.ExecuteAgent:Dispose () <0x1c> + +in +Fanfare.SVT.Core.TestCaseOperations.Execution.ExecuteAgent:DoStartExecution +(Fanfare.Foundation.Common.IWorkerThreadContext) <0x921> + +in (wrapper delegate-invoke) +System.MulticastDelegate:invoke_void_IWorkerThreadContext +(Fanfare.Foundation.Common.IWorkerThreadContext) <0xfffffae2> + +in Fanfare.Foundation.Common.FanfareWorkerThread:Main () <0x3a> + +in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void () +<0xffcb6510> + +in (wrapper runtime-invoke) System.Object:runtime_invoke_void +(object,intptr,intptr,intptr) <0x7dec20f> + + + +Native stacktrace: + + + + /usr/bin/mono(mono_handle_native_sigsegv+0xbb) [0x814f88b] + + /usr/bin/mono [0x813bc3f] + + [0x38a440] + + /usr/bin/mono(mono_class_init+0x2e6) [0x808e036] + + /usr/bin/mono [0x80bd3dd] + + /usr/bin/mono [0x80be670] + + /usr/bin/mono(mono_get_method_full+0x60) [0x80bebb0] + + /usr/bin/mono [0x80995de] + + /usr/bin/mono(mono_class_get_overrides_full+0x109) [0x8099709] + + /usr/bin/mono(mono_class_setup_vtable+0xe2) [0x808c912] + + /usr/bin/mono(mono_class_init+0x306) [0x808e056] + + /usr/bin/mono [0x80bd3dd] + + /usr/bin/mono [0x80be670] + + /usr/bin/mono(mono_get_method_full+0x60) [0x80bebb0] + + /usr/bin/mono [0x8129aa1] + + /usr/bin/mono [0x813a7af] + + /usr/bin/mono [0x813b4eb] + + /usr/bin/mono [0x813b7f7] + + /usr/bin/mono [0x813b82a] + + /usr/bin/mono(mono_compile_method+0x3a) [0x80d501a] + + /usr/bin/mono(mono_magic_trampoline+0x1a) [0x8150cca] + + [0x6cb032] + + [0xc65901] + + [0xc658bd] + + [0x9bfeca] + + [0x699adc] + + [0x699583] + + [0x699428] + + [0x34f909] + + /usr/bin/mono [0x813baf0] + + /usr/bin/mono(mono_runtime_invoke+0x27) [0x80d6827] + + /usr/bin/mono(mono_runtime_delegate_invoke+0x3b) [0x80d726b] + + /usr/bin/mono [0x809a0bb] + + /usr/bin/mono [0x80f5317] + + /usr/bin/mono [0x8113ac5] + + /lib/libpthread.so.0 [0x7b040b] + + /lib/libc.so.6(__clone+0x5e) [0x470b7e] + + + + + + + +Error #2 + + + +** ERROR **: file class.c: line 2092 (mono_class_init): assertion failed: +(class) + +aborting... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
