Date: Tue, 29 Apr 1997 11:46:52 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: un_x@anchorage.net (Steve Howe) Cc: hackers@freebsd.org Subject: Re: netscape & dos file access Message-ID: <199704291846.LAA04918@phaeton.artisoft.com> In-Reply-To: <Pine.BSF.3.95q.970429033748.8526B-100000@aak.anchorage.net> from "Steve Howe" at Apr 29, 97 03:42:58 am
next in thread | previous in thread | raw e-mail | index | archive | help
> i think i may be crazy here, but i have verified this any times. > > i got Netscape for FreeBSD form Netscape's site. > if i modify the "bookmarks" path in the "preferences" file, > whether relative, or absolute, to my W31 Netscapes bookmarks > on my DOS partition, it will crash within 5 minutes or so. > eventually crashing my entire system after a few restarts. > > however, i may change this path to my Lynx bookmarks in another > directory on my BSDfs and it will run fine ... ? > > i can't understand this! other programs do fine accessing the DOS > partition, and Netscape shouldn't care where the blocks come off > the hard drive ... ??? I'd be very interested to know if: 1) Netscape mmap's this file. 2) Netscape calls msync() when changing the file size via normal FS operations. You will have to pound printf's into your kernel to check this out (sorry, I don't run most of my developement machines net-connected, so I don't have Netscape to try to reproduce the problem). I suspect that there are specific problems in the DOSFS in the first case above, which may or may not be related to the second case, above. Sorry I can't provide better help. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704291846.LAA04918>