[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: deadlock new module



On Thu, Feb 5, 2009 at 10:40 PM, Nicola Manica
<nicola.manica@xxxxxxxxxxxxxxxxx> 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:
> schedtest@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 ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ