Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2011 16:14:55 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 minidump_machdep.c
Message-ID:  <201104261615.p3QGFEx1058694@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2011-04-26 16:14:55 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      minidump_machdep.c 
  Log:
  SVN rev 221069 on 2011-04-26 16:14:55Z by sobomax
  
  With the typical memory size of the system in tenth of gigabytes
  counting memory being dumped in 16MB increments is somewhat silly.
  Especially if the dump fails and everything you've got for debugging
  is screen filled with numbers in 16 decrements... Replace that with
  percentage-based progress with max 10 updates all fitting into one
  line.
  
  Collapse other very "useful" piece of crash information (total ram) into
  the same line to save some more space.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.13      +38 -5     src/sys/amd64/amd64/minidump_machdep.c



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