Re: do_IRQ: stack overflow: 872..
From: Bart De Schuymer <hidden>
Date: 2004-12-18 11:08:43
Also in:
lkml
Op za, 18-12-2004 te 08:50 +0100, schreef Andi Kleen:
Crazy AMD K7 [off-list ref] writes:quoted
Hi! I have found a few days ago strange messages in /var/log/messages More than 10 times there was do_IRQ: stack overflow: (nimber).... followed with code. If need I can send all this data. I have run ksymoops with only first 3 cases. Here is the first, the second and the third are in attachment. After that oopses my system continued to work.It's not really an oops, just a warning that stack space got quiet tight. The problem seems to be that the br netfilter code is nesting far too deeply and recursing several times. Looks like a design bug to me, it shouldn't do that.quoted
uname uname -a Linux linux 2.4.28 #2 ÷ÔÒ îÏÑ 30 15:43:35 MSK 2004 i686 unknown gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-113) I have applies ebtables_brnf patch (http://bridge.sf.net) and aDon't do that then or contact the author to fix it. Unfortunately the code is also in 2.6 mainline.
Hi. The bridge-nf code does not use recursive function calls and there is no long consecutive function calling. Furthermore, there is no function in the bridge-nf code that uses a large part of the stack. Andi, if you make such statements then please point out the code part you have (of course) read after which you decided to make the statement. The bridge-nf code is used by quite a few people and by commercial companies and I have never had a report like this. AMD has been having all sorts of strange problems for weeks now, they're all somehow related to bridge-nf, but I doubt he is using the bridge-nf patch on a clean 2.4 kernel. AMD, is there any chance you can use the latest 2.6 kernel, without extra patches ? Bart