From mint-bounce@lists.fishpool.fi Wed Dec 20 22:57:09 2006 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Message-ID: <1166651076.4589aec4c4751@webmail1.utbm.fr> Date: Wed, 20 Dec 2006 22:44:36 +0100 From: "olivier.landemarre@utbm.fr" To: MiNT List Subject: [MiNT] Mint init_proc() pb MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: olivier.landemarre@utbm.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=-0.7 tagged_above=-50.5 required=7.0 tests=AWL, BAYES_00 X-Spam-Level: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by wh58-508.st.uni-magdeburg.de id kBKLv6r5019347 Hello all I'm currently trying compil Mint kernel for Aranym with an experimental GCC 4.2 and currently I have a crash, with bus error in the init_proc() function. crash look occur when I answer curproc with rootproc0 adress init_proc() ... DEBUG(("rootproc = %lx", rootproc)); rootproc = &rootproc0; DEBUG(("rootproc = %lx", rootproc)); curproc = &rootproc0; DEBUG(("rootproc2 = %lx\015\012", rootproc)); ... It crash with this: rootproc = 0 rootproc = 12E792 pid 0 (MiNT): attach_region: attaching a region to an invalid proc? pid 0 (MiNT): assert (`pointers') failed at line 1313 of ../keyboard.c. FATAL ERROR. You must reboot the system. If I change curproc with any value it crash except NULL. Any idea? Thanks Olivier