[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] BUG: scheduling while atomic:
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] BUG: scheduling while atomic:
- From: "Yeoh Chun Yeow" <yeohchunyeow@xxxxxxxxx>
- Date: Thu, 5 Jul 2007 19:01:51 +0800
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=H09A1gu86fsU22ypobWBNRFqFtCuuyRBe40SO89ytAWFgyENDndNwM8Am6pLU0/S+amj8TwX2D69GQGj9dGmm2LhbkULYPq5hgp0ePTPKRxBxei8KYQ+3JkV35D+zOwKRCj1zwU7RqnS2e4cl2lyQLDFNl4cjyBdkMrKqvxkVcY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WnnjXWFmTnYvkU4y73NIutoZU3Goz1pOMAcPEztGGs6AJIUnZzZZGLl5V6ZQjnXLZ3DYbXPjSQVAtw8gIJd/Z0u18HgZUe1t0PX1KgZS0wtKVQxE3MuCtkw112Jwgmiu+1/OoWka/wfp5lC/O19TiNocw9qKP+s5ox0hJH9VAUk=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Dear all,
I compile the 2.6 kernel in the petalogix distribution. My file system is in romfs format.
I have found "BUG: scheduling while atomic: sh/0x00000008/43" in my kernel execution.
BUG: scheduling while atomic: sh/0x00000008/43
Stack:
27efeac4 27ece5cc 245d1d20 00000001 0000005b 24001ed4 2418a0e4 244ea1c4
00000008 0000002b 0ba0f600 27efea30 00000008 245d15e0 245d15e0 2459e000
27ece5cc 245d1d20 00000001 0000005b 27effc30 00000000 00000000 27efebb4
Call Trace:
[<24001ed4>] ret_from_intr+0x1c/0x40
After I enable in CONFIG_PREEMPT, thing get better.
But, now when I doing the ping, the following bugs occur:
bytes from 199.20.6.174: icmp_BUG: scheduling while atomic: ping/0x00000002/62
Stack:
2465fc14 27cb28b0 000000c0 00000000 27d1e120 241a7f9c 241ab0a8 27d1b1d8
00000002 0000003e 2465e000 000000a2 240166c0 7fffffff 00000000 2465fc8c
2465fce0 2465fd18 00000000 00000000 27cb28b0 000000c0 00000000 2411b36c
Call Trace:
What is the reason behind that? Any ideas?
Please advice. Thanks
regards,
chun yeow