On Thu, Nov 3, 2011 at 10:46 PM, Gerald Combs wrote:
> Weird. Are you using autotools or CMake? According to config.log and
> "otool -L" on my machine Wireshark is linked with libgthread even though
> I haven't explicitly enabled threads.
On the machine it fails I'm using autotools and GLib 2.22.
On 11/3/11 8:33 AM, Stig Bjørlykke wrote:
> Hi.
>
> I get an error when trying to start wireshark 1.6.3 (default built
> without threads):
> GLib-ERROR **: The thread system is not yet initialized.
>
> This is because we call g_mutex_new() without a USE_THREADS guard in
> main_welcome.c.
> This w
Hi.
I get an error when trying to start wireshark 1.6.3 (default built
without threads):
GLib-ERROR **: The thread system is not yet initialized.
This is because we call g_mutex_new() without a USE_THREADS guard in
main_welcome.c.
This was fixed in revision 38045 on trunk, but not back ported to