https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201883
--- Comment #6 from Romain Tartière <[email protected]> --- Aleady tried: getcwd() returns NULL and errno = 0. Ignoring the errno value and looping while getcwd() returns NULL increases the buffer size until the CWD fits and then everything is fine. My guess is that the system getcwd(3) function is masked and replaced by some other code that has this incorrect behavior, but I could not check any further. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mono To unsubscribe, send any mail to "[email protected]"
