Subject: Re: CVS commit: src/lib/libpthread
To: None <current-users@netbsd.org>
From: =?ISO-8859-1?Q?Stefan_Kr=FCger?= <skrueger@meinberlikomm.de>
List: current-users
Date: 02/10/2005 17:18:19
Christos Zoulas wrote:
> In article <420B69A9.6000103@meinberlikomm.de>,
> Stefan Krüger <skrueger@meinberlikomm.de> wrote:
>
>>Christos Zoulas wrote:
>>
>>>Module Name: src
>>>Committed By: christos
>>>Date: Thu Feb 10 02:20:49 UTC 2005
>>>
>>>Modified Files:
>>> src/lib/libpthread: pthread.c
>>>
>>>Log Message:
>>>If $PTHREAD_CONCURRENCY is not set, set it to ncpu
>>
>>do you also plan to fix pthread_kill?
>>
>>see src/regress/lib/libpthread/kill1/*
>>
>>I'm not sure but it may be related to some hardlocks I had w/
>>PTHREAD_CONCURRENCY=2 and firefox/ogg123, see Message-ID:
>><4206A2A2.5020400@meinberlikomm.de>
>
>
> I guess we will need to won't we? Is there a PR for this yet?
I haven't written a pr yet, the hardlocks mostly happend when I was
using X, so I had no indication what went wrong (beside the strange
feeling that PTHREAD_CONCURRENCY=2 and pthread apps like firefox are to
blame) until a got a hardlock w/ ogg123 in textmode with the
pthread_kill error
> christos