Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2006 01:25:26 -0600
From:      Alan Cox <alc@cs.rice.edu>
To:        current@freebsd.org
Subject:   [alc@FreeBSD.org: cvs commit: src/sys/vm vm_contig.c]
Message-ID:  <20060125072526.GO5499@cs.rice.edu>

next in thread | raw e-mail | index | archive | help
If you've experienced "vm_page_insert: page already inserted" panics
starting on December 31st, this may help.

----- Forwarded message from Alan Cox <alc@FreeBSD.org> -----

[snip]

alc         2006-01-25 06:45:57 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_contig.c 
  Log:
  The previous revision incorrectly changed a switch statement into an if
  statement.  Specifically, a break statement that previously broke out of
  the enclosing switch was not changed.  Consequently, the enclosing loop
  terminated prematurely.
  
  This could result in "vm_page_insert: page already inserted" panics.
  
  Submitted by: tegge
  
  Revision  Changes    Path
  1.46      +3 -3      src/sys/vm/vm_contig.c

----- End forwarded message -----



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