[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#7450) segfault with listener-threads=8



Hi, Howard,

Thanks for the explanation.

Yes, it seems that I was confused by the numbers. I cannot reproduce
the case when setting listener-thread as 8. It's possible that I
confused myself by setting the number many times.

I thought the number is to specify the listening threads but it seems
my understanding was wrong.

Best regards,
Jackie


On Sun, Nov 25, 2012 at 7:40 PM, Howard Chu <hyc@symas.com> wrote:
> jackie.qq.zhang@gmail.com wrote:
>>
>> Hi, Howard,
>>
>> GDB did stop at the statement:
>> **assert( SLAP_SOCK_NOT_ACTIVE(id, s) );**
>>
>> But the system output is
>> **Segmentation fault (core dumped)**
>>
>> It seems not related to whether it's a power of 2 or not, because even
>> I specify it as 64, i.e., 2^6, the result and error message are still
>> the same.
>
>
> That's to be expected since currently this setting has a hard-coded maximum
> of 16. Unless you have a machine with more than 1024 cores, I don't think
> your setting is valid.
>
> So again, this bug report is invalid.
>
> --
>   -- Howard Chu
>   CTO, Symas Corp.           http://www.symas.com
>   Director, Highland Sun     http://highlandsun.com/hyc/
>   Chief Architect, OpenLDAP  http://www.openldap.org/project/