Fatal signal : segmentation fault....?????

Started by
1 comment, last by HolyFish 22 years, 3 months ago
I have a strange problem...the message "Fatal signal : segmentation fault (SDL parachute deployed)" always comes in the dos screen when i close my SDL based program. My program works, this only appears when i close my program...any idea what the reason is ?? Thanks !!
Advertisement
Can you post your code or send it to me, not your whole Project, just your .h's and .cpp's.

bg_darkelf@hotmail.com

------------------------------
Simple DirectMedia Layer:
Main Site - (www.libsdl.org)
Cone3D Tutorials- (cone3D.gamedev.net)
GameDev.net's Tutorials - (Here)

Edited by - Drizzt DoUrden on December 30, 2001 7:27:29 PM
------------------------------Put THAT in your smoke and pipe it
Just out of curiosity, are you properly terminating your app? Failure to terminate one or more of the SDL subsystems might cause this error. Also look at the return values from the init functions; one of the systems may have failed, meaning you try to terminate a system that wasn''t deployed.

Maybe.

[ GDNet Start Here | GDNet FAQ | MS RTFM | STL | Google ]
Thanks to Kylotan for the idea!

This topic is closed to new replies.

Advertisement