From: "Jorg" Newsgroups: comp.os.msdos.djgpp Subject: error:SIGSAGV ? Date: Sat, 27 Jul 2002 12:49:42 +0200 Organization: KULeuvenNet Lines: 20 Message-ID: <1027766982.927837@seven.kulnet.kuleuven.ac.be> NNTP-Posting-Host: seven.kulnet.kuleuven.ac.be X-Trace: naxos.belnet.be 1027766983 18544 134.58.127.12 (27 Jul 2002 10:49:43 GMT) X-Complaints-To: abuse AT belnet DOT be NNTP-Posting-Date: Sat, 27 Jul 2002 10:49:43 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Cache-Post-Path: seven.kulnet.kuleuven.ac.be!unknown AT 10-67-68-213 DOT kotnet DOT org X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 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. Thanks