Xref: news-dnh.mv.net comp.os.msdos.djgpp:2669 Path: news-dnh.mv.net!mv!news.sprintlink.net!dnaco.net!eheft From: eheft AT sisko DOT dnaco DOT net (eheft) Newsgroups: comp.os.msdos.djgpp Subject: Re: Stupped : V2.0 bug? Date: 15 Oct 1995 05:44:05 GMT Organization: The Dayton Network Access Company (DNACo) Lines: 17 References: <3074a309 DOT sandmann AT clio DOT rice DOT edu> <459lk2$cr2 AT thebes DOT waikato DOT ac DOT nz> Nntp-Posting-Host: eheft AT kirk DOT dnaco DOT net To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp [ Reguarding expecting malloced space to be 0'ed ] ok ok already *grin* When I was programming that part of the program I was on a 386sx20 with 4m ram and needed every bit of speed I could get. ( granted 0'ing a block of memory is pretty fast ) The strange thing isn't that the non-zeroed space was giving me an error . I'd expect to see strange results at run time. But error I was recieving was a SegFaulting in the middle of a loop. Thats what really though me off , looking for stray pointers , etc ... Btw : never call a program you want to run from windows 'shell.exe' it doesn't work. -- Eric