firefox crash - because of pthread_attr_setdetachstate

Andriy Gapon avg at FreeBSD.org
Fri Apr 22 09:42:36 UTC 2011


on 22/04/2011 11:09 Bernhard Froehlich said the following:
> On Fri, 22 Apr 2011 11:12:48 +0400, Илья Ермолин wrote:
>> As I can see from settings PGO allready disabled
> 
> Yeah, sorry have seen it too late.
> 
>>From the stacktrace it looks like it's somewhere in the gnome area and
> someone with more knowledge about glib or pthread should check that
> line:
> 
> GThread-ERROR **: file gthread-posix.c: line 340
> (g_thread_create_posix_impl): error 'Invalid Argument' during
> 'pthread_attr_setdetachstate (&attr, joinable ? PTHREAD_CREATE_JOINABLE
> : PTHREAD_CREATE_DETACHED)'
> 
> 
> I've cc'd ports@ because there are a few more clever people. :o)

Is there pthread_attr_init preceding that pthread_attr_setdetachstate call?

-- 
Andriy Gapon


More information about the freebsd-ports mailing list