Re: [Libevent-users] Error in evthread_pthread.c

2012-08-20 Thread Chernyshev Vyacheslav
21.08.12, 2:04, Nick Mathewson wrote: What about the initialization in evthread_use_pthreads() ? Is there some reason that's not happening, or not happening correctly? Hmm. How I've managed to just look at static and not check what's happening in initialization routine I wonder... My bad. And,

Re: [Libevent-users] Error in evthread_pthread.c

2012-08-20 Thread Nick Mathewson
On Mon, Aug 20, 2012 at 5:29 PM, Chernyshev Vyacheslav wrote: > Hello. > > My application had a very confusing crash today, it failed at assertion deep > inside pthreads library. Here is an exact output: > > > tpp.c:63: __pthread_tpp_change_priority: Assertion `new_prio == -1 || > (new_prio >= __

[Libevent-users] Error in evthread_pthread.c

2012-08-20 Thread Chernyshev Vyacheslav
Hello. My application had a very confusing crash today, it failed at assertion deep inside pthreads library. Here is an exact output: tpp.c:63: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= __sched_fifo_min_prio && new_prio <= __sched_fifo_max_prio)' failed. Afte