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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -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 [EMAIL PROTECTED] 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 +... + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
