kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

sched policy assertion failed on arm #659

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build template arm/omap or arm/omap-qt
2. run embox

What is the expected output? What do you see instead?
    unit: initializing embox.mem.heap_bm: done
    test: running embox.test.recursion . done
    unit: initializing embox.kernel.time.kernel_time: done
    test: running embox.test.kernel.timer.sleep_test ..
ASSERTION FAILED at src/compat/posix/pthread.c : 238,
    in function pthread_setschedparam:

(policy != SCHED_FIFO && policy != SCHED_RR) || param->sched_priority >= 200
    (In current realization you must use SCHED_FIFO and SCHED_RR only with priority more or equal 200)
kernel debug panic

Original issue reported on code.google.com by alexkalmuk@gmail.com on 21 Oct 2013 at 2:32

GoogleCodeExporter commented 9 years ago
as you see assertion failed in sleep_test

Original comment by alexkalmuk@gmail.com on 21 Oct 2013 at 2:33

GoogleCodeExporter commented 9 years ago
It's strange. I'll check it tomorrow

Original comment by Vita.Loginova on 21 Oct 2013 at 7:03

GoogleCodeExporter commented 9 years ago

Original comment by Anton.Bo...@gmail.com on 17 Apr 2014 at 12:09