| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| From: | Vic <tudor AT cam DOT org> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Allegro general protection fault |
| Date: | Tue, 24 Jun 1997 09:25:44 -0400 |
| Organization: | Communications Accesibles Montreal |
| Lines: | 16 |
| Message-ID: | <33AFCAD8.70E1@cam.org> |
| References: | <33AB85C6 DOT 96926B68 AT cnl DOT com DOT au> |
| Reply-To: | tudor AT cam DOT org |
| NNTP-Posting-Host: | dynamicppp-226.hip.cam.org |
| Mime-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Rainer (RAUBER) De Temple wrote: > What the hell is this? I thought, so then, I took out the resetting the > random number generator. but that didn't work. Then I took out > shooting. that didn't work. I've taken out just about everything I had > added in the last few days and still nothing. I can't find the problem > and I'm sure it's something really simple. SIGSEGV means SIGnal SEGment Violation. Basically you'r program tried to acces data that was not in it's allocated space. Usually this means you have a pointer you did not initialise. Like a BITMAP *buffer; and then you acces the buffer without calling buffer=create_bitmap(x,y);. -- --> http://www.cam.org/~tudor <-- prick your finger it is done the moon has now eclipsed the sun the angel has spread it's wings the time has come for bitter things
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |