Bug#547301: [patch] Bug#547301: problems with https on GNU/kFreeBSD

2009-09-24 Thread Petr Salinger
reassign 547301 nss found 547301 3.12.3.1-1 tags 547301 +patch -- Hello, the problematic part is CHECK_FORK() in nss. Under GNU/kFreeBSD threads are process clones, similarly as under linux 2.4 series, it is not possible to use CHECK_FORK_GETPID implementation. It is related to

Bug#547301: [patch] Bug#547301: problems with https on GNU/kFreeBSD

2009-09-24 Thread Mike Hommey
On Thu, Sep 24, 2009 at 10:53:06AM +0200, Petr Salinger wrote: reassign 547301 nss found 547301 3.12.3.1-1 tags 547301 +patch -- Hello, the problematic part is CHECK_FORK() in nss. Under GNU/kFreeBSD threads are process clones, similarly as under linux 2.4 series, it is not possible

Bug#547301: [patch] Bug#547301: problems with https on GNU/kFreeBSD

2009-09-24 Thread Petr Salinger
it is not possible to use CHECK_FORK_GETPID implementation. It is related to https://bugzilla.mozilla.org/show_bug.cgi?id=508259 In that bug, the fix was to add a NSS_NO_FORK_CHECK=1 to Linux2.4.mk. Wouldn't adding the same to FreeBSD.mk be the proper thing to do ? I am unsure (it would be

Bug#547301: [patch] Bug#547301: problems with https on GNU/kFreeBSD

2009-09-24 Thread Mike Hommey
On Thu, Sep 24, 2009 at 01:26:28PM +0200, Petr Salinger wrote: it is not possible to use CHECK_FORK_GETPID implementation. It is related to https://bugzilla.mozilla.org/show_bug.cgi?id=508259 In that bug, the fix was to add a NSS_NO_FORK_CHECK=1 to Linux2.4.mk. Wouldn't adding the same to

Bug#547301: [patch] Bug#547301: problems with https on GNU/kFreeBSD

2009-09-24 Thread Petr Salinger
I think it would be best asking upstream. Do you have a bugzilla account? It would be easier for you to followup this issue, as you are more prone to test things ;) The current behaviour is regression due to https://bugzilla.mozilla.org/show_bug.cgi?id=331096 Our libc should be between