[Mono-bugs] [Bug 80776][Nor] Changed - Syscall.getpwuid_r not working
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Feb 9 23:53:46 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 jonpryor at vt.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=80776
--- shadow/80776 2007-02-09 17:35:19.000000000 -0500
+++ shadow/80776.tmp.9647 2007-02-09 23:53:46.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 80776
Product: Mono: Class Libraries
Version: 1.2
-OS:
+OS: unknown
OS Details: linux
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Mono.POSIX
AssignedTo: miguel at ximian.com
ReportedBy: mrj001 at shaw.ca
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -26,6 +26,31 @@
I am using mono svn 72270 (trunk).
------- Additional Comments From mrj001 at shaw.ca 2007-02-09 17:35 -------
Created an attachment (id=18656)
sample illustrating the bug
+
+------- Additional Comments From jonpryor at vt.edu 2007-02-09 23:53 -------
+Works for me:
+
+jon at balthasar:tmp$ 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
+jon at balthasar:tmp$ mono homedir.exe
+Calling getpwuid
+p.pw_name = jon
+Finding user info
+Finding home directory
+Home Dir = /home/jon
+Calling getpwuid_r
+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.
More information about the mono-bugs
mailing list