----- Original Message ----- From: "Aaron J. Seigo" <[EMAIL PROTECTED]> Date: Wednesday, August 20, 2003 11:37 pm Subject: Re: (clug-talk) kpovmodeler not working
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wednesday 20 August 2003 05:50, Shawn Grover wrote: > > I have kpovmodeler installed, but when I run it, I get a "Signal > 11" error. > Another thing that causes a signal-11 is bad memory. This can happen when the processor or memory is hot or if a memory stick went bad on you. What happens is that the program allocates some memory for storage and because the memory isn't working when it dereferences that pointer it gets junk. This sort of error is detailed in the GCC FAQ under one of the questions about signal 11.
