Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2002 06:30:52 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 trap.c
Message-ID:  <200206121330.g5CDUqP37981@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/06/12 06:30:52 PDT

  Modified files:
    sys/i386/i386        trap.c 
  Log:
  If trap() is called when ddb is active, then go directly to trap_fatal();
  do not blunder around enabling interrupts and running trap handlers.
  trap_pfault() will normally pass control to ddb's fault handler which
  will normally do the right thing.
  
  This bug is very old. but in old versions of FreeBSD it is probably only
  serious for trap handling that involves sleeping.  In -current, attempting
  to examine unmapped memory while stopped at a breakpoint at mi_switch()
  was always fatal.
  
  Revision  Changes    Path
  1.225     +9 -2      src/sys/i386/i386/trap.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206121330.g5CDUqP37981>