That is helpful, though a problem.

The messages are comming from the pthreads library, which is linked by OWFS
but not my code, nor under my control.

Since similar problems don't occur with glibc (you are using a different C
library -- uClibc) I have two suspicions: Either

1. There is a bug in uClibc's pthread library.
2. There is a bug in my implementation of threads and uClibc is more
fastidious.

In theory, there should be similar bug reports about other programs if it is
case 1.

Paul

On Mon, May 17, 2010 at 6:48 AM, Alex Shepherd <list...@ajsystems.co.nz>wrote:

> Hi Guys,
>
> I've been running owserver 2.7p37 since it was released but found it
> stopped
> periodically.
>
> So then I ran it from a script that started owserver with all the debug
> messages enabled etc, which was then started from /etc/inittab so that if
> it
> exited it would restart.
>
> Since then I have collected a vast amount of log files and tonight decided
> to see if I could grep anything useful in then log files and I noticed then
> following:
>
> owserver: tpp.c:66: __pthread_tpp_change_priority: Assertion `previous_prio
> == -1 || (previous_prio >= __sched_fifo_min_prio && previous_prio <=
> __sched_fifo_max_prio)' failed.
> owserver: tpp.c:66: __pthread_tpp_change_priority: Assertion `previous_prio
> == -1 || (previous_prio >= __sched_fifo_min_prio && previous_prio <=
> __sched_fifo_max_prio)' failed.
>
> Is this useful or meaningful as to why owserver might be exiting? Is this
> enough or would you like more info from the log files?
>
> Regards
>
> Alex Shepherd
>
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
------------------------------------------------------------------------------

_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to