From: Waider (waider at domain dspsrv.com)
Date: Thu 13 Sep 2001 - 14:29:07 IST
According to Michael Treacy:
> Ok, here's the question: in general, what causes segmentation faults?
Trying to access memory you don't have access to. You're attempting to
get at some other program's 'segment'. Most common cause is accessing
uninitialized variables - in C terms, using a NULL pointer, for example.
It's too general a question to get a specific answer to, though.
Cheers,
Waider,
-- waider at domain dspsrv.com / Chances are I'm not at home right now.
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:12:08 GMT