Failed assertion in manager.c

walter harms wharms at bfs.de
Fri Jul 28 13:42:07 UTC 2006


hi frank,
it is sad to here but isnt that somethink that belongs to the uClibc 
mailing list ? You are posting on busybox mailing list. does it depend 
on busybox somehow ?

re,
  wh

Frank Meerkoetter wrote:
> Quoting Frank Meerkoetter <frank at betaversion.net>:
> 
> In addition i've noticed that building with
> 
> uClibc development/debugging options
>    [*] Build pthread with debugging output
> 
> will make applications segfault on thread usage.
> 
> Regards,
>    Frank
> 
> 
>> Hi,
>>
>> i'm using uClibc-0.9.28 on an arm-based system. I've found
>> this message repeatedly in the syslogfile while running
>> a threaded application:
>>
>> Feb 14 11:30:33 (none) user.notice pt: assertion failed in
>> Feb 14 11:30:33 (none) user.notice manager.c
>> Feb 14 11:30:33 (none) user.notice :
>> Feb 14 11:30:33 (none) user.notice 193
>> Feb 14 11:30:33 (none) user.notice .
>>
>>
>> ./uClibc-0.9.28/libpthread/linuxthreads/manager.c
>> [...]
>>       PDEBUG("before __libc_read\n");
>>       n = __libc_read(reqfd, (char *)&request, sizeof(request));
>>       PDEBUG("after __libc_read, n=%d\n", n);
>>       ASSERT(n == sizeof(request));
>>       switch(request.req_kind) {
>>       case REQ_CREATE:
>> [...]
>>
>> Any ideas how i can fix this?
>>
>> Thanks.
>>
>> Regards,
>>    Frank
>>
>>
>> _______________________________________________
>> busybox mailing list
>> busybox at busybox.net
>> http://busybox.net/cgi-bin/mailman/listinfo/busybox
>>
> 
> 
> 
> 
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://busybox.net/cgi-bin/mailman/listinfo/busybox
> 
> 
> 



More information about the busybox mailing list