[Mono-bugs] [Bug 81954][Blo] New - Mono crashes during compilation

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 27 07:56:49 EDT 2007


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 cybergh0stxxl at web.de.

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

--- shadow/81954	2007-06-27 07:56:49.000000000 -0400
+++ shadow/81954.tmp.9077	2007-06-27 07:56:49.000000000 -0400
@@ -0,0 +1,150 @@
+Bug#: 81954
+Product: Mono: Runtime
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: cybergh0stxxl at web.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono crashes during compilation
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Hey, got a problem while compliling Mono 1.2.4 on Slack 11
+
+
+Steps to reproduce the problem:
+1. Just ./configure --prefix=/usr and make
+
+How often does this happen? 
+everytime
+
+Additional Information:
+Terminal says:
+
+[CODE]
+make[8]: Entering directory `/pakete/mono-1.2.4/mcs/class/System'
+** Warning: System.dll built without parts that depend on Mono.Security.dll
+MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH"
+/pakete/mono-1.2.4/runtime/mono-wrapper 
+../../class/lib/net_2_0_bootstrap/mcs.exe /codepage:65001   -d:NET_1_1
+-d:BOOTSTRAP_NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0
+-unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav
+-resource:resources/Exclamation.wav -resource:resources/Hand.wav
+-resource:resources/Question.wav -define:XML_DEP -r:System.Xml.dll
+-target:library -out:System.dll  @System.dll.sources
+
+** (../../class/lib/net_2_0_bootstrap/mcs.exe:17561): WARNING **: Missing
+method .ctor in assembly
+/usr/lib/mono/gac/I18N/2.0.0.0__0738eb9f132ed756/I18N.dll, type
+System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
+
+** ERROR **: Can't find custom attr constructor image:
+/usr/lib/mono/gac/I18N/2.0.0.0__0738eb9f132ed756/I18N.dll mtoken: 0x0a000048
+aborting...
+Stacktrace:
+
+  at (wrapper managed-to-native) System.AppDomain.LoadAssembly
+(string,System.Security.Policy.Evidence,bool) <0x00004>
+  at (wrapper managed-to-native) System.AppDomain.LoadAssembly
+(string,System.Security.Policy.Evidence,bool) <0xffffffff>
+  at System.AppDomain.Load (string) <0x00018>
+  at (wrapper remoting-invoke-with-check) System.AppDomain.Load (string)
+<0xffffffff>
+  at System.Reflection.Assembly.Load (string) <0x0001b>
+  at System.Text.Encoding.InvokeI18N (string,object[]) <0x0007c>
+  at System.Text.Encoding.GetEncoding (string) <0x0015d>
+  at System.Text.Encoding.get_Default () <0x0006b>
+  at System.Console..cctor () <0x000ca>
+  at (wrapper runtime-invoke) System.Object.runtime_invoke_void
+(object,intptr,intptr,intptr) <0xffffffff>
+  at Mono.CSharp.Report..cctor () <0xffffffff>
+  at Mono.CSharp.Report..cctor () <0x00009>
+  at (wrapper runtime-invoke) System.Object.runtime_invoke_void
+(object,intptr,intptr,intptr) <0xffffffff>
+
+Native stacktrace:
+
+        /pakete/mono-1.2.4/mono/mini/mono [0x8154575]
+        [0xffffe440]
+        /lib/tls/libc.so.6(abort+0xe9) [0x401320d9]
+        /usr/lib/libglib-2.0.so.0(g_logv+0x2cb) [0x4007840b]
+
+Debug info from gdb:
+
+Using host libthread_db library "/lib/tls/libthread_db.so.1".
+[Thread debugging using libthread_db enabled]
+[New Thread 1076068672 (LWP 17561)]
+[New Thread 1085397936 (LWP 17858)]
+[New Thread 1078586288 (LWP 17857)]
+0x401c9d57 in ___newselect_nocancel () from /lib/tls/libc.so.6
+  3 Thread 1078586288 (LWP 17857)  0x400dd99c in __nanosleep_nocancel ()
+   from /lib/tls/libpthread.so.0
+  2 Thread 1085397936 (LWP 17858)  0x400dab11 in pthread_cond_wait@@GLIBC_2.3.2
+    () from /lib/tls/libpthread.so.0
+  1 Thread 1076068672 (LWP 17561)  0x401c9d57 in ___newselect_nocancel ()
+   from /lib/tls/libc.so.6
+
+Thread 3 (Thread 1078586288 (LWP 17857)):
+#0  0x400dd99c in __nanosleep_nocancel () from /lib/tls/libpthread.so.0
+#1  0x080ee4eb in collection_thread (unused=0x0) at collection.c:34
+#2  0x400d820e in start_thread () from /lib/tls/libpthread.so.0
+#3  0x401d10de in clone () from /lib/tls/libc.so.6
+
+Thread 2 (Thread 1085397936 (LWP 17858)):
+#0  0x400dab11 in pthread_cond_wait@@GLIBC_2.3.2 ()
+   from /lib/tls/libpthread.so.0
+#1  0x080f2f4d in timedwait_signal_poll_cond (cond=0x4050e1dc, 
+    mutex=0x4050e1c4, timeout=0x0, alertable=0) at handles.c:1413
+#2  0x080f308e in _wapi_handle_timedwait_signal_handle (handle=0x0, 
+    timeout=0x0, alertable=0) at handles.c:1493
+#3  0x080f31f2 in _wapi_handle_wait_signal_handle (handle=0x404, alertable=0)
+    at handles.c:1453
+#4  0x08102bfd in WaitForSingleObjectEx (handle=0x404, timeout=4294967295, 
+    alertable=0) at wait.c:200
+#5  0x080a2e30 in finalizer_thread (unused=0x0) at gc.c:835
+#6  0x080bcd78 in start_wrapper (data=0x82378c0) at threads.c:309
+#7  0x08101f75 in thread_start_routine (args=0x40560768) at threads.c:253
+#8  0x0811656b in GC_start_routine (arg=0x23f40) at pthread_support.c:1362
+#9  0x400d820e in start_thread () from /lib/tls/libpthread.so.0
+#10 0x401d10de in clone () from /lib/tls/libc.so.6
+
+Thread 1 (Thread 1076068672 (LWP 17561)):
+#0  0x401c9d57 in ___newselect_nocancel () from /lib/tls/libc.so.6
+#1  0x40095435 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
+#0  0x401c9d57 in ___newselect_nocancel () from /lib/tls/libc.so.6
+
+
+=================================================================
+Got a SIGABRT while executing native code. This usually indicates
+a fatal error in the mono runtime or one of the native libraries 
+used by your application.
+=================================================================
+
+make[8]: *** [../../class/lib/net_2_0_bootstrap/System.dll] Abgebrochen
+make[8]: Leaving directory `/pakete/mono-1.2.4/mcs/class/System'
+make[7]: *** [do-all] Fehler 2
+make[7]: Leaving directory `/pakete/mono-1.2.4/mcs/class/System'
+make[6]: *** [all-recursive] Fehler 1
+make[6]: Leaving directory `/pakete/mono-1.2.4/mcs/class'
+make[5]: *** [all-recursive] Fehler 1
+make[5]: Leaving directory `/pakete/mono-1.2.4/mcs'
+make[4]: *** [profile-do--net_2_0_bootstrap--all] Fehler 2
+make[4]: Leaving directory `/pakete/mono-1.2.4/mcs'
+make[3]: *** [profiles-do--all] Fehler 2
+make[3]: Leaving directory `/pakete/mono-1.2.4/mcs'
+make[2]: *** [all-local] Fehler 2
+make[2]: Leaving directory `/pakete/mono-1.2.4/runtime'
+make[1]: *** [all-recursive] Fehler 1
+make[1]: Leaving directory `/pakete/mono-1.2.4'
+make: *** [all] Fehler 2
+[/CODE]


More information about the mono-bugs mailing list