On Thu, Feb 5, 2009 at 10:40 PM, Nicola Manica
<[email protected]> wrote:
> Hi,
> I'm testing a module that implement a new scheduler.
> If I abilitate the high risolution timer the kernel deadlock with
> this output:
> schedt...@dhcp046:~/src/dynrsv/examples$ ./schedtest -q 1000 -t 10000
> Setting schedulestopped custom tracer.

<..snip...>

without reading your module code and your testing code, it's hard to
tell what's wrong. However, looking at the error messages...especially
repeating messages such as "scheduling while atomic", check if you are
doing blocking operation while inside interrupt/atomic context.

regards,

Mulyadi.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to