On Wed, 29 Dec 2004 06:45, Robert Himmelmann wrote: > On my system (SuSE 9.2 64 bit) sometimes programs (abuse, Thunderbird > with wrong configuration) crash down. When I start them in a > konsole-window I get the following message: > > 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.
In other words: Your program has a bug. -- Sincerely etc., Christopher Sawtell
