DragonFly BSD
DragonFly users List (threaded) for 2011-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: What does this mean ?


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 13 May 2011 08:12:19 -0700 (PDT)

:	Hi,
:
:	Message on console not too frequent, possibly associated with heavy
:disk usage:
:
:thr_umtx_wait FAULT VALUE CHANGE 7162->7165 oncond 0x800990104
:
:	What does it mean, and should I worry ?
:
:-- 
:Steve O'Hara-Smith                          |   Directable Mirror Arrays

    No, it just means a block of memory being used for mutexes suffered
    from a copy-on-write (probably due to a fork()).  The mutex code
    in the kernel deals with this situation automatically.  It was just
    some old debugging cruft.

					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]