 |
| Never Seen the Sunlight |
Joined: Thu Mar 24, 2011 2:10 pm Posts: 324 Location: Sydney, Australia
|
|
I agree with Errol, unless of course you've been bored enough to be clicking away for near an hour or if your drawing is really processing intensive (though it'd have to be a bit of both and I also doubt that is the case). What event masks are you using for mouse interaction? Have you checked every numeric operation that no divide by zero errors can occur? (though that would be SIGFPE rather than a segmentation fault) A segfault is usually easy enough to isolate where it occurs if you compile it with the debug symbols -g. What is the exact error message you get?
|
|