Re: [kernel panic @ reboot] 2.6.0-test10-mm1

From: Zwane Mwaikambo (zwane_at_arm.linux.org.uk)
Date: 11/26/03

  • Next message: Linus Torvalds: "Re: Signal left blocked after signal handler."
    Date:	Wed, 26 Nov 2003 13:18:48 -0500 (EST)
    To: Vince <fuzzy77@free.fr>
    
    

    On Wed, 26 Nov 2003, Vince wrote:

    > > *groan* do you have a PDA?
    > >
    >
    > Nope. I could probably borrow a laptop to a friend but am not excited at
    > the idea of having to setup some serial console thing (I do not even
    > have a serial cable). Dump to floppy/swap/disk would be much easier in
    > my case... if it could me made to work, of course ;-)

    Those oopses looked rather spurious, i'm not sure what help those other
    methods would be here. Try applying the following patch and be sure to
    have access to the console. You may have to hand transcribe...

    Index: linux-2.6.0-test10-mm1-bochs/arch/i386/kernel/traps.c
    ===================================================================
    RCS file: /build/cvsroot/linux-2.6.0-test10-mm1/arch/i386/kernel/traps.c,v
    retrieving revision 1.1.1.1
    diff -u -p -B -r1.1.1.1 traps.c
    --- linux-2.6.0-test10-mm1-bochs/arch/i386/kernel/traps.c 26 Nov 2003 05:28:50 -0000 1.1.1.1
    +++ linux-2.6.0-test10-mm1-bochs/arch/i386/kernel/traps.c 26 Nov 2003 18:17:37 -0000
    @@ -329,6 +329,10 @@ void die(const char * str, struct pt_reg
             if (in_interrupt())
                     panic("Fatal exception in interrupt");

    + local_irq_disable();
    + while (1)
    + __asm__ __volatile__("hlt");
    +
             if (panic_on_oops) {
                     printk(KERN_EMERG "Fatal exception: panic in 5 seconds\n");
                     set_current_state(TASK_UNINTERRUPTIBLE);
    -
    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/


  • Next message: Linus Torvalds: "Re: Signal left blocked after signal handler."

    Relevant Pages

    • Re: [kernel panic @ reboot] 2.6.0-test10-mm1
      ... I could probably borrow a laptop to a friend but am not excited at ... the idea of having to setup some serial console thing (I do not even ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Issue on connect 2 modems with a single phone line
      ... On Wed, 2004-12-15 at 10:42 -0800, Park Lee wrote: ... > I want to try serial console in order to see the ... Unfortunately,my Laptop doesn't have a serial ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [RFC][PATCH] Way for platforms to alter built-in serial ports
      ... I don't forsee any order changing. ... of the current wierdness where the device in the HCDP/PCDP firmware ... > serial console is initialised. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Applications segfault on evo n620c with 2.6.10
      ... Programs that were loaded prior to problem usualy ... > I have the same laptop and there is no error here. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: Call for help: list of machines with working S3
      ... > Gentoo Base System version 1.6.10 ... > I did all this testing with a minimal kernel that only had the ... It happens exactly the same on my laptop, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)