[Mono-bugs] [Bug 79123][Nor] Changed - UnixUserInfo.ToPasswd fails when fields are blank

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 21 22:05:14 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 jonpryor at vt.edu.

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

--- shadow/79123	2006-08-21 21:26:35.000000000 -0400
+++ shadow/79123.tmp.25625	2006-08-21 22:05:14.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 79123
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Mono.POSIX
 AssignedTo: miguel at ximian.com                            
 ReportedBy: samjie at gmail.com               
@@ -116,6 +116,21 @@
 $ cat /etc/lsb-release
 DISTRIB_ID=Ubuntu
 DISTRIB_RELEASE=6.06
 DISTRIB_CODENAME=dapper
 DISTRIB_DESCRIPTION="Ubuntu 6.06.1 LTS"
 
+
+------- Additional Comments From jonpryor at vt.edu  2006-08-21 22:05 -------
+What's the stack trace of the NullReferenceException you're getting? 
+It might be helpful to narrow down where things are breaking.
+
+Otherwise, I'm out of ideas as to what could be going wrong.
+
+You may have to resort to using gdb; break on the symbols
+Mono_Posix_Syscall_getpwent() and make sure it's behaving sanely, e.g.:
+
+$ gdb `which mono`
+gdb> b Mono_Posix_Syscall_getpwent
+gdb> run --debug your-program.exe --your-program-args-here
+...
+


More information about the mono-bugs mailing list