On Mon, Sep 02, 2002 at 07:19:01PM +0000, Mazhar Memon wrote: > > > The significance is that something happened that must not and programmer > > was sure it won't (but added test to make sure and that test was > > triggered). You should report it as a bug. > > Hmm, maybe you should find out if the skb was unlinked from a list, and if not, unlink it (skb_unlink)? High chance that quick working around won't work. The error indicates, that the structure is inconsistent and the oops might just move somewhere else. You need to find out why it's expected to be unlinked and isn't. Usualy structures have to be unlinked when they are destroyed. If this is the case, there is error in garbage-collecting the structure (miscount). ------------------------------------------------------------------------------- Jan 'Bulb' Hudec <bulb@ucw.cz> -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/