Linux getcwd problems

2001-05-23 Thread Koster, K.J.
Dear All, I just ran into a problem with the linuxulator, triggered by the Linux JDK that I use for my development. Markus kindly pointed me to this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=24315 The summary is that getcwd(3) under Linux emulation will fail really hard after a rmdir.

Re: Linux getcwd problems

2001-05-23 Thread Alfred Perlstein
* Koster, K.J. [EMAIL PROTECTED] [010523 05:48] wrote: Dear All, I just ran into a problem with the linuxulator, triggered by the Linux JDK that I use for my development. Markus kindly pointed me to this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=24315 The summary is that

RE: Linux getcwd problems

2001-05-23 Thread Koster, K.J.
Dear Alfred, http://www.freebsd.org/cgi/query-pr.cgi?pr=24315 The summary is that getcwd(3) under Linux emulation will fail really hard after a rmdir. I've looked at your email and the PR, the problem that I have is that I have no clue as to what it should return. Can you give

Re: Linux getcwd problems

2001-05-23 Thread David Malone
On Wed, May 23, 2001 at 01:02:01PM +0100, Koster, K.J. wrote: The problem seems to be that FreeBSD's getcwd library call will impliment the getcwd userland if the syscall fails or is unimplimented. There are times when the syscall fails in normal operation and you don't see this with the BSD