From: "Aleksey Kondratyev" Newsgroups: comp.os.msdos.djgpp Subject: Re: strange SIGSEGV Date: Mon, 15 Jun 1998 10:27:25 +0400 Organization: Middle Volga Communication service Lines: 36 Message-ID: <6m2fk1$qut$1@simtel.ru> References: NNTP-Posting-Host: ppp13.usr.mv.ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > This sounds like you are accessing uninitialized memory. Thank you for an idea. It was really my bug. A part of my code was like the following simplified example in some very rare cases: const n=10; char *a=new char[n]; int i=0;char c=*a; while (i c=a[++i]; } The result was correct because a wrong value of 'c' was never used. > > Remove "no-spam-" when replying > > Please try to avoid the anti-spammed address in the first place, > especially when asking for help. It is a pain in the lower back to > remove all those. What exactly should I do for the sake of protecting my e-mail address from spammers and avoiding inconvenience for the newsgroup readers? In fact, my ISP is rather weak and limits total personal e-mail size to 200Kb/month (both sent and received messages). Exceeding this limit is rather expensive while I do not like to pay for SPAM. ---------------------------------------------------------------------- Aleksey Kondratyev Ph.D. student of Ulyanovsk state University, Russia http://www.mv.ru/~akondra E-mail akondra AT mmf DOT univ DOT simbirsk DOT su akondra AT no-spam-mv DOT ru Remove "no-spam-" when replying