Please watch http://www.youtube.com/watch?feature...&v=Mj43Q_zbe6Y.
What may cause the segmentation fault just after the mouse enters the window? What's the approach to take in order to solve this problem?
Any information will be appreciated.
Please watch http://www.youtube.com/watch?feature...&v=Mj43Q_zbe6Y.
What may cause the segmentation fault just after the mouse enters the window? What's the approach to take in order to solve this problem?
Any information will be appreciated.
Your code. Typically a null, initialised or invalid pointerWhat may cause the segmentation fault just after the mouse enters the window?
Run a debug build in your debugger. When it crashes look down the stack backtrace until you find the first line of your code and inspect all the variables involved at that point. One of them is most likely rubbish.What's the approach to take in order to solve this problem?
Bookmarks