As far as I can see there is a set of common mistakes done when writing SFML based applications.
Is there a page describing the most common of them? If there is no, it is probably a good idea to gather explanations in a single place. Then it'll be possible to simply reply with a reference to a corresponding section.
These are the most common AFAICS:
- static SFML object initialization
- referring to a destroyed object
- not handling events
- drawing once out of the main loop
etc.
Let's list more in comments.