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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
