Mail Archives: djgpp/1997/11/21/02:15:23
Jeff W./DMT wrote:
> as soon as I hit page up, my program stops at the line ++count (without
> executing it), and terminates with an error saying that allegro received
> signal SIGSEGV and complaining of a general protectin fault. I can't
> see how this is really any different from my original progam, which also
> detected key presses in the middle of the loop. Anyone have any ideas?
Post the smallest program that demonstrates the problem, and I'll see
if I can find the cause. Without seeing the code, it's hard to say what
might be causing the crash. Obviously your code is accessing memory it
doesn't own, but that's too vague.
- Raw text -