Date: Wed, 12 Mar 1997 08:32:25 +0200 (IST) From: Eli Zaretskii To: Ville Sjoberg cc: djgpp AT delorie DOT com Subject: Re: file max sizes? In-Reply-To: <5g4i4c$5f0@mn5.swip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 12 Mar 1997, Ville Sjoberg wrote: > SIGSEGV is not even a DOS error message, as far as I know, but an Unix > one. It supposedly stands for "signal: segment violation". That is -- > your program has tried to write to a memory segment without write > permission. That's close, but not exactly what SIGSEGV means in DJGPP. The real meaning of this signal in DJGPP is documented in the C library reference. Type the following from the DOS prompt to read the docs: info libc alpha signal