On Mon, 19 Jan 2004 03:49:10 -0800 (PST) Kiran Kumar <immidi_kiran@yahoo.com> wrote: > But the very first time it goes in, it goes to > BUG(), so how does it ever come in a second time? BUG() is only a macro that tells you where the error is (and on x86 raises an undefined opcode exception). The execution flow never exits the if block. Regards, Daniele ____________________________________ Email by www.box.it -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/