rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
96.87k stars 12.51k forks source link

Segmentation fault on window change #10659

Closed dguenther closed 10 years ago

dguenther commented 10 years ago

This bug just popped up where if I run my program, then click off of the main window to the console window, the program segfaults almost immediately. I'm not certain that this is a rust problem as it doesn't seem to repro on test programs. Also, I'm running OS X Mavericks. Here's a paste of the log I get back: http://pastebin.com/4AtNFacV

Repro steps:

thestinger commented 10 years ago

There's not really anything that can be acted upon unless it's narrowed down to actually being a Rust bug. I would equal likelihood of it being an SFML issue, or more likely just a bug in the usage of SFML.

dguenther commented 10 years ago

I'll check with Jeremy and see if he has any feedback.

dguenther commented 10 years ago

It seems to work fine with the latest SFML/CSFML master branch, so that must have been the issue. I'm not sure why the problem didn't appear until now. Thanks for the advice!