[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua hangs on some (thread-related) Gio/GLib and Gtk calls under FreeBSD
- From: Vitaly Magerya <vmagerya@...>
- Date: Mon, 05 Aug 2013 16:10:40 +0300
To follow up: the problem lies in the fact that lua binary is linked
without '-pthread' flag. Any call to 'pthread_create' will hang in this
case. Adding '-pthread' as one of the compiler arguments seems to solve
the problem.