Failed assertion in manager.c

Frank Meerkoetter frank at betaversion.net
Fri Jul 28 14:18:40 UTC 2006


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






More information about the uClibc mailing list