[Mono-bugs] [Bug 79760][Cri] New - UpDown: Segmentation fault (core dumped) on Linux

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 27 15:50:54 EDT 2006


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 alex.olk at googlemail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79760

--- shadow/79760	2006-10-27 15:50:54.000000000 -0400
+++ shadow/79760.tmp.12630	2006-10-27 15:50:54.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 79760
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: alex.olk at googlemail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: UpDown: Segmentation fault (core dumped) on Linux
+
+I set this to critical because this is the first time I got a segfault with
+core dumped.
+
+Update mono/mcs to head (Linux). Run the swf-updown sample. And the result is:
+
+upDown1.ToString: System.Windows.Forms.DomainUpDown, Items.Count: 4,
+SelectedIndex: -1
+Segmentation fault (core dumped)
+
+This is also reproducable with FormsTest updown.
+
+Some more information:
+
+Thread @1 received signal 11 at #0: 0x080d9dab in mono_class_vtable+0x2db
+at /home/alex/develop/mono/mono/metadata/object.c:783.
+783    if (runtime_info && runtime_info->max_domain >= domain->domain_id &&
+runtime_info->domain_vtables [domain->domain_id])
+
+IMO this is not a mwf problem but a problem somewhere in the runtime. So
+please be so kind and move it to the right place.
+
+There was at least one person who could reproduce it.


More information about the mono-bugs mailing list