https://bugs.linaro.org/show_bug.cgi?id=3836
Maxim Uvarov <maxim.uva...@linaro.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maxim.uva...@linaro.org --- Comment #1 from Maxim Uvarov <maxim.uva...@linaro.org> --- Do you have a log what was printed with LOG_DBG ? /* tmo tick cannot be smaller than pre-calculated tick */ if (tick < ttp->tick) { LOG_DBG("Too small tick: pre-calculated %" PRIu64 " timeout %" PRIu64 "\n", ttp->tick, tick); CU_FAIL("odp_timeout_tick() too small tick"); } -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.