public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug corefiles/31494] gcore should generate sparse cores
Date: Fri, 22 Mar 2024 12:31:55 +0000	[thread overview]
Message-ID: <bug-31494-4717-cGzOfirqNn@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-31494-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=31494

--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Pedro Alves <palves@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=431a6b091d3106bc9750d82f50535d35d760f920

commit 431a6b091d3106bc9750d82f50535d35d760f920
Author: Pedro Alves <pedro@palves.net>
Date:   Fri Mar 22 12:31:29 2024 +0000

    Teach GDB to generate sparse core files (PR corefiles/31494)

    This commit teaches GDB's gcore command to generate sparse core files
    (if supported by the filesystem).

    To create a sparse file, all you have to do is skip writing zeros to
    the file, instead lseek'ing-ahead over them.

    The sparse logic is applied when writing the memory sections, as
    that's where the bulk of the data and the zeros are.

    The commit also tweaks gdb.base/bigcore.exp to make it exercise
    gdb-generated cores in addition to kernel-generated cores.  We
    couldn't do that before, because GDB's gcore on that test's program
    would generate a multi-GB non-sparse core (16GB on my system).

    After this commit, gdb.base/bigcore.exp generates, when testing with
    GDB's gcore, a much smaller core file, roughly in line with what the
    kernel produces:

     real sizes:

     $ du --hu testsuite/outputs/gdb.base/bigcore/bigcore.corefile.*
     2.2M    testsuite/outputs/gdb.base/bigcore/bigcore.corefile.gdb
     2.0M    testsuite/outputs/gdb.base/bigcore/bigcore.corefile.kernel

     apparent sizes:

     $ du --hu --apparent-size
testsuite/outputs/gdb.base/bigcore/bigcore.corefile.*
     16G     testsuite/outputs/gdb.base/bigcore/bigcore.corefile.gdb
     16G     testsuite/outputs/gdb.base/bigcore/bigcore.corefile.kernel

    Time to generate the core also goes down significantly.  On my machine, I
get:

      when writing to an SSD, from 21.0s, down to 8.0s
      when writing to an HDD, from 31.0s, down to 8.5s

    The changes to gdb.base/bigcore.exp are smaller than they look at
    first sight.  It's basically mostly refactoring -- moving most of the
    code to a new procedure which takes as argument who should dump the
    core, and then calling the procedure twice.  I purposely did not
    modernize any of the refactored code in this patch.

    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31494
    Reviewed-By: Lancelot Six <lancelot.six@amd.com>
    Reviewed-By: Eli Zaretskii <eliz@gnu.org>
    Reviewed-By: John Baldwin <jhb@FreeBSD.org>
    Change-Id: I2554a6a4a72d8c199ce31f176e0ead0c0c76cff1

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2024-03-22 12:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-15 15:34 [Bug gdb/31494] New: " pedro at palves dot net
2024-03-15 15:34 ` [Bug gdb/31494] " pedro at palves dot net
2024-03-15 15:35 ` [Bug corefiles/31494] " pedro at palves dot net
2024-03-15 18:32 ` pedro at palves dot net
2024-03-22 12:31 ` cvs-commit at gcc dot gnu.org [this message]
2024-03-22 12:34 ` pedro at palves dot net
2024-03-22 15:33 ` tromey at sourceware dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-31494-4717-cGzOfirqNn@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).