[Mono-bugs] [Bug 80776][Nor] Changed - Syscall.getpwuid_r not working

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Feb 10 16:45:04 EST 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 mrj001 at shaw.ca.

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

--- shadow/80776	2007-02-09 23:53:46.000000000 -0500
+++ shadow/80776.tmp.30998	2007-02-10 16:45:04.000000000 -0500
@@ -51,6 +51,25 @@
 n = 0
 p2.pw_name = jon
 
 This is svn-HEAD revision 72566.  This also works with Mono 1.1.18.1,
 which comes with openSUSE 10.2.  So I have no idea why this would be
 failing for you.
+
+------- Additional Comments From mrj001 at shaw.ca  2007-02-10 16:45 -------
+$ mono --version
+Mono JIT compiler version 1.2.3
+Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
+        TLS:           __thread
+        GC:            Included Boehm (with typed GC)
+        SIGSEGV:       normal
+        Architecture:  x86
+        Disabled:      none
+I upgraded to SVN 72554 (the latest publicly available at the time),
+just in case.  This did not help.  I'll try another build with debug
+flags set.
+
+I built a small c program to call getpwuid_r, and confirmed that this
+function works correctly on my system.  Therefore, it's somewhere
+between the C# code and the c system call.  I'll continue to look into
+this as I get time.
+


More information about the mono-bugs mailing list