On Wed, Jul 18, 2001 at 10:01:56PM +0530, [EMAIL PROTECTED] wrote:
| What is segmentation error and how do you solve it ?

A segmentation fault occurs when a program doesn't behave with its
memory.  Generally this only occurs with programs wirtten in a
language that provies direct access to memory like C an C++.  To fix
it you need a d development environment and access to the source and
to learn how to program in the langauge (C/C++).

Since you are obviously not a programmer, where did you see this
error?  It could be that you have the wrong libraries on your system
or someting like that.  Segmentation faults can occur with mismatched
library versions too.

HTH,
-D

Reply via email to