mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 16:50:53 +00:00

Condition variables must be deleted and only then the mutexes which the condition variables use. The segfault was caused by the deletion of mutexes which still active condition variables referenced. Reversing the cleanup order made things segfault free.
…
…
…
…
…
…
…
…
…
…
…
…
The game's license is described in COPYING. See INSTALL for instructions on how to build the game from source code. A description of how to play the game can be found in MANUAL. To be notified of new releases, go to http://freshmeat.net/projects/wesnoth and 'subscribe to new releases'. Wesnoth User and Developer Forums (with over 100,000 posts from more than 2,800 registered members) can be found at http://forum.wesnoth.org/ For extensive documentation about all aspects of the game, see the official Battle for Wesnoth web site: http://www.wesnoth.org/ David White <davidnwhite@verizon.net>
Description
Languages
INI
51.6%
C++
35.9%
Lua
5.7%
Python
4.3%
Emacs Lisp
1%
Other
1.1%