trap number 12 :-(

From: Hristo Georgiev (georgiev_at_hemusmark.com)
Date: 10/21/04

  • Next message: Nikolas Britton: "Re: trap number 12 :-("
    To: <freebsd-newbies@freebsd.org>
    Date: Thu, 21 Oct 2004 13:06:59 -0700
    
    

    Hi all, today i found my FreeBSD 5.2.1 Release with this message on console

    stack pointer = 0x10:0cxcdb0c918
    frame pointer = 0x10:0cxdb0c91c
    code segment = base 0x0 limit 0xfffff,type 0x1b
                            DPLO pres 1 def321,gran 1
    processor eflags = resume ,IOPl = 0
    current proces = ll (idle)
    trap number 12
    panic: page fault

    Uptime.....

    help mi pls....hardware i Gigabyte 8IPE1000 Celeron-D 2.4
    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"


  • Next message: Nikolas Britton: "Re: trap number 12 :-("

    Relevant Pages

    • Re: stack pointer and frame pointer
      ... code break wrote: ... A stack pointer is an index into a given stack frame. ... A frame pointer represents a boundary of a stack frame. ... This is architecture stuff, not C stuff. ...
      (comp.lang.c)
    • Re: frame pointer
      ... Christian Christmann wrote: ... What is the general purpose of a frame pointer and why is in the ... aforementioned examples not the stack pointer "$sp" used for ... point so that you have a predictable base to work with while still ...
      (alt.lang.asm)
    • frame pointer
      ... I'm learning MIPS assembly programming. ... What is the general purpose of a frame pointer and why is in the ... aforementioned examples not the stack pointer "$sp" used for ... saving and restoring context values? ...
      (alt.lang.asm)
    • History question: why do stacks commonly grow down?
      ... My best guess is that by growing down you can address function locals by positive offsets off the stack pointer, saving having to implement a frame pointer register. ... addressing locals off the stack pointer means you can't do allocaor equivalent; probably that's why all modern machines maintain a frame pointer. ...
      (comp.arch)
    • Re: should program call stack grow upward or downwards?
      ... registers, such as the 88000, then growing upwards is more expensive ... than growing downwards. ... offsets relative to a frame pointer, but since the stack pointer ...
      (comp.arch)