From: craig AT reversion DOT ca (Craig Nelson) Subject: Re: Why would malloc return NULL? 13 Nov 1998 20:26:33 -0800 Message-ID: <199811131523.IAA20688.cygnus.gnu-win32@reversion.ca> To: gnu-win32 AT cygnus DOT com, francesd AT adstii DOT com you probably have corrupted some memory elsewhere in the execution. compiling with debug can affect the locations of other memory, so the piece of code thats trashing your current piece of memory is trashing a _different_ part when its compiled using debug. short term fix is (obviously) to compile with debug on.. Craig - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".