Hi.

On Tue, 6 Feb 2001 10:00:02 -0500
"Jay R. Ashworth" <[EMAIL PROTECTED]> wrote:

> > Also, what does "Segmentation fault" indicate ?.
> If it's intermittent, probably bad RAM.

Segmentation fault normally says that there is something messing around in
regions of memory it should not have access to. This is usually caused by
programs that mess with pointers. If this is your own program, you should
check if there is a memory leak or something in it (try gdb to find the line
of source where the segfault is caused, try one of the many malloc debugging
libs for more info, and so on).

Bye, Mike
-- 
------------------------------------
  CompuLAN Europe GmbH
  Development - Wireless Solutions
------------------------------------

--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to