From: Martin Str|mberg Subject: Re: error:SIGSAGV ? Newsgroups: comp.os.msdos.djgpp References: <1027766982 DOT 927837 AT seven DOT kulnet DOT kuleuven DOT ac DOT be> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1027768618.839930@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 27 Jul 2002 11:16:58 GMT Lines: 29 NNTP-Posting-Date: 27 Jul 2002 11:16:58 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1027768618 news.luth.se 439 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jorg wrote: : A copule of days ago, i wrote some code on my computer with win98 and it : worked perfectly. Now i've run it on another computer with winME and now i : get a strange error that doesn't seems to be directly related with my code : since i get it on different places when i make some small changes. the error : is: : Program has received signal: SIGSAGV, segmentation fault It's spelt "SIGSEGV". It's important to post the exact error messages in your posts. Read FAQ 12.2. : I use djgpp 2.03, allegro 4.0.2 and rhide 1.4.9 : my program is written in c++ and it draw some animated circles on the screen : (320*200*16) by using a linked list. The problem arise when I call the : circle-objects from the list, but i can't tell if that's the real problem. : Strangely it doesn't happen when i run the program step by step in debug : mode. : i've run all the allegro tests and the demo with no errors. You most probably have a bug in your program. Run it in plain DOZE and you'll probably get the crash on your computer as well. Right, MartinS