Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 24 Jan 2003 01:59:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 24 Jan 2003 01:59:09 -0500 Received: from samar.sasken.com ([164.164.56.2]:29572 "EHLO samar.sasken.com") by vger.kernel.org with ESMTP id ; Fri, 24 Jan 2003 01:59:08 -0500 Date: Fri, 24 Jan 2003 12:38:08 +0530 (IST) From: Madhavi To: Subject: Stack overflow Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi I am testing a PCI network device driver on linux-2.4.19. I have observed a peculiar problem during testing. I have a functionality which works well if the code whcih performs this function is embedded in the required function. If this functionality is implemented as a separate function, and this function is called at the required place, the system crashes. I have used KDB for debugging. But, KDB also fails when this system crash occurs. Could this be because of any function stack overflow? I am new to this field. Could someone through some light on this. Thanks in advacne. regards Madhavi. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/