some of our arch linux users had reported a reproducible crash a few seconds after starting minetest after their last system upgrade. (minetest tracker bug).
We have determined that it was no minetest bug, as they have reported that the irrlicht examples fail as well. Then we found out that only if you compile with gcc 5.2 seems to trigger this crash, and with clang it works fine.
Then, I've got a copy of gcc 5.2 myself, and found out:
- 1. irrlicht 1.8.1 with gcc gives no crash
2. the hello world example works, but the user interface example fails
3. the user interface example fails if you select the opengl renderer, but doesn't if you select the software renderer