At 2004-12-28T09:53:42+1300, Christopher Sawtell wrote:
> On Wed, 29 Dec 2004 06:45, Robert Himmelmann wrote:
> > Fatal signal: Segmentation Fault (SDL Parachute Deployed)
> >
> > Does anyone know what this means?
>
> Your program has attempted to access a section of memory which has not
> been allocated to it by the Linux kernel.

That's one of the possibilities.  It could also be that the program
tried to access memory that has been mapped into its address space, but
it does not have appropriate access permissions for the attempted
operation, e.g. attempting to write to read-only memory.

The 'SDL Parachute Deployed' part of the message is from the Simple
Directmedia Layer library (SDL).  This message is printed by cleanup
code that executes after a fatal error is encountered in any program
that uses SDL.

Cheers,
-mjg
-- 
Matthew Gregan                     |/
                                  /|                [EMAIL PROTECTED]

Reply via email to