[Mono-bugs] [Bug 74698][Min] Changed - Corlib Unit tests failing

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 23 Apr 2005 11:51:06 -0400 (EDT)


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 flashdict@gmail.com.

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

--- shadow/74698	2005-04-23 10:47:20.000000000 -0400
+++ shadow/74698.tmp.10028	2005-04-23 11:51:06.000000000 -0400
@@ -41,6 +41,81 @@
 revert to use non-thread safe calls (which isn't a well tested, nor aa
 very safe, case).
 
 Could you confirm if you see warnings about non thread-safe calls
 being used on FreeBSD as well ?
 Thanks
+
+------- Additional Comments From flashdict@gmail.com  2005-04-23 11:51 -------
+No warnings at all in the compilation, only the following:
+
+GLib-ERROR **: gmem.c:158: failed to allocate 4294967295 bytes
+aborting...
+Abort trap (core dumped)
+
+It's always the same amount of memory in the attempted allocation.
+
+And get the following from gdb on the core:
+#0  0x2838e0fb in thr_kill () from /lib/libc.so.6
+#1  0x283484cd in _thr_send_sig (thread=0x0, sig=6)
+    at /u2/freebsd/src/lib/libthr/thread/thr_kern.c:93
+#2  0x28342f37 in _pthread_kill (pthread=0x819b000, sig=6)
+    at /u2/freebsd/src/lib/libthr/thread/thr_kill.c:61
+#3  0x283419e6 in _raise (sig=100086)
+    at /u2/freebsd/src/lib/libthr/thread/thr_syscalls.c:357
+#4  0x283fdde4 in abort () from /lib/libc.so.6
+#5  0x281e7af3 in g_logv () from /usr/local/lib/libglib-2.0.so.600
+#6  0x281e7b84 in g_log () from /usr/local/lib/libglib-2.0.so.600
+#7  0x281e58b9 in g_malloc0 () from /usr/local/lib/libglib-2.0.so.600
+#8  0x080b40d6 in GetTokenName (uid=1001) at security.c:138
+#9  0x080b4251 in
+ves_icall_System_Security_Principal_WindowsIdentity_GetTokenName
+(token=0x0) at security.c:305
+#10 0x2931ab04 in ?? ()
+#11 0x000003e9 in ?? ()
+#12 0xbfbfdee4 in ?? ()
+#13 0x0819a208 in ?? ()
+#14 0x087d5fc0 in ?? ()
+#15 0x00000000 in ?? ()
+#16 0x084e5360 in ?? ()
+#17 0x290eb175 in ?? ()
+#18 0xbfbfddec in ?? ()
+#19 0x2931aae4 in ?? ()
+#20 0xbfbfde04 in ?? ()
+#21 0x2931aab3 in ?? ()
+#22 0x000003e9 in ?? ()
+#23 0x0819a208 in ?? ()
+#24 0x084e5360 in ?? ()
+#25 0x084e5360 in ?? ()
+#26 0xbfbfde34 in ?? ()
+#27 0x2931a990 in ?? ()
+#28 0x084e5360 in ?? ()
+#29 0x00000000 in ?? ()
+#30 0x28f2dd08 in ?? ()
+#31 0x087146e0 in ?? ()
+#32 0x081cfde8 in ?? ()
+#33 0xbfbfde60 in ?? ()
+#34 0x28f2dd08 in ?? ()
+#35 0x087146e0 in ?? ()
+#36 0x081357cf in __PRETTY_FUNCTION__.3 ()
+#37 0x00000000 in ?? ()
+#38 0xbfbfde60 in ?? ()
+#39 0x28f2dd33 in ?? ()
+#40 0x081cfde8 in ?? ()
+#41 0x081c1398 in ?? ()
+#42 0x2834c654 in ?? () from /usr/lib/libthr.so.1
+#43 0x0818be08 in loader_mutex ()
+#44 0x00000000 in ?? ()
+#45 0x00000000 in ?? ()
+#46 0x00000000 in ?? ()
+#47 0x290eb175 in ?? ()
+#48 0x081357cf in __PRETTY_FUNCTION__.3 ()
+#49 0xbfbfde90 in ?? ()
+#50 0x08088e9d in mono_runtime_invoke_array (method=0x3e9, obj=0x819a208,
+    params=0x3e9, exc=0x84e5360) at object.c:2034
+
+
+
+
+
+
+