linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Stack Trace dump in do_IRQ
@ 2003-04-29 12:34 Chandrasekhar
  2003-04-29 12:35 ` Christoph Hellwig
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chandrasekhar @ 2003-04-29 12:34 UTC (permalink / raw)
  To: linux-kernel

Hi All,
We have a custom driver which runs on Red Hat Advanced Server 2.1(kernel
version 2.4.9-e.3).
On loading  the driver (using insmod) and running our configuration program,
we got folowing warning message "do_IRQ: stack overflow: 1786" and along
with the stack trace.

The configuration program, however, ran successfully.

On going through the do_IRQ code in arch/i386/kernel/irq.c we found that is
is used for debugging check for stack overflow i.e if the stack size is less
than 2KB free.
There is no similar debugging check in other kernels like 2.4.7-10,2.4.18-3
and 2.4.18-14.
What is the significance of this debugging information and why other kernels
dont have the same check? Also, if the stack overflow can cause future
problems, then
how can we increase the stack size? Thanks in advance for any information on
this.

Thanks and Regards
Chandrasekhar


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-04-29 14:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-29 12:34 Stack Trace dump in do_IRQ Chandrasekhar
2003-04-29 12:35 ` Christoph Hellwig
2003-04-29 12:59 ` Jörn Engel
2003-04-29 13:23 ` Alan Cox
2003-04-29 13:26 ` Arjan van de Ven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).