Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: comms/asterisk18 build failure on current/amd64



In article <20111012224703.GU25396%danbala.tuwien.ac.at@localhost>,
Thomas Klausner  <wiz%NetBSD.org@localhost> wrote:
>On Wed, Oct 12, 2011 at 12:48:35PM -0400, Christos Zoulas wrote:
>> | When I reduce LOCAL_MARK_STACK_SIZE to 2048, I get the following core dump:
>> | 
>> | (gdb) thread 4
>> | [Switching to thread 4 (process 402898)]#0  0x00007f7ff7409c50 in
>pthread__create_tramp (cookie=0x7f7fc8000000) at
>/archive/cvs/src/lib/libpthread/pthread.c:643
>> | 643     /archive/cvs/src/lib/libpthread/pthread.c: No such file or
>directory.
>> |         in /archive/cvs/src/lib/libpthread/pthread.c
>> | (gdb) bt
>> | #0  0x00007f7ff7409c50 in pthread__create_tramp
>(cookie=0x7f7fc8000000) at /archive/cvs/src/lib/libpthread/pthread.c:643
>> | #1  0x00007f7ff7076350 in ___lwp_park50 () from /usr/lib/libc.so.12
>> | 
>> | The others are in __lwp_park50
>> |  Thomas
>> 
>> Is that this line?
>>  
>>         pthread_mutex_lock(&pthread__deadqueue_lock);
>> ->      PTQ_INSERT_HEAD(&pthread__deadqueue, thread, pt_deadq); 
>>         pthread_mutex_unlock(&pthread__deadqueue_lock);
>>  
>>         if (name != NULL) 
>>                 free(name);
>
>Yes.

Looks like I will need to compile asterisk... How do I reproduce the
problem?

christos



Home | Main Index | Thread Index | Old Index