To: pattabhi AT la DOT tce DOT com (Pattabhi Attaluri) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Segmentation Violation... Date: Sun, 12 Mar 95 09:45:51 +0200 From: Eli Zaretskii > I have a program compiled with djgpp 1.12m4, using gcc-2.6.0. > When I run my program in a DOS box under Windows it works, > but under plain DOS it crashes. > > Another strange behaviour is that it works under plain DOS if I run it > from my local disk instead of network. One cause might be that your network redirector doesn't have enough available free file handles. I'm not an NFS expert, but presumably there should be a parameter in one of the PC-NFS configuration files which defines how many files can you have open simultaneously on the networked drives. You must ensure you have at least 15 there.