public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug corefiles/15989] New: Native support for compressed core files
@ 2013-10-01 14:55 sourceware-bugs at trk dot nickurak.ca
  2013-10-01 16:10 ` [Bug corefiles/15989] " palves at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: sourceware-bugs at trk dot nickurak.ca @ 2013-10-01 14:55 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=15989

            Bug ID: 15989
           Summary: Native support for compressed core files
           Product: gdb
           Version: 7.6
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: corefiles
          Assignee: unassigned at sourceware dot org
          Reporter: sourceware-bugs at trk dot nickurak.ca

In my environment, cores are huge, so naturally we have them compressed all the
time.

It would be really *really* convenient to not have to decompress the core files
and store them on disk (a process that can take several minutes) just to spend
10 seconds looking at a backtrace to go "a ha!". If GDB supported reading
especially gzipped core files natively, it would be a big help.

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug corefiles/15989] Native support for compressed core files
  2013-10-01 14:55 [Bug corefiles/15989] New: Native support for compressed core files sourceware-bugs at trk dot nickurak.ca
@ 2013-10-01 16:10 ` palves at redhat dot com
  2014-10-14  9:10 ` plasmahh at gmx dot net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: palves at redhat dot com @ 2013-10-01 16:10 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> ---
You should be able to get that transparently at the filesystem level, with
something like fuse's archivemount.

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug corefiles/15989] Native support for compressed core files
  2013-10-01 14:55 [Bug corefiles/15989] New: Native support for compressed core files sourceware-bugs at trk dot nickurak.ca
  2013-10-01 16:10 ` [Bug corefiles/15989] " palves at redhat dot com
@ 2014-10-14  9:10 ` plasmahh at gmx dot net
  2015-01-07 15:15 ` jan.kratochvil at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: plasmahh at gmx dot net @ 2014-10-14  9:10 UTC (permalink / raw)
  To: gdb-prs

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

Dennis Lubert <plasmahh at gmx dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |plasmahh at gmx dot net

--- Comment #2 from Dennis Lubert <plasmahh at gmx dot net> ---
One (probably easy to solve) problem with something like fuse archivemount is,
that it only mounts archives, so you have to create a tar.gz from it. Those
file formats complicate things somewhat, and generally people do just want to
compress the files (I do it with xz btw., which makes them factors smaller than
gz)

Another point is (and I stumbled over this report because I wanted such a
feature too) that you often have to debug on systems where this is not
possible. In a company you don't have the necessary priviliges to install the
fuse stuff, your kernel and/or userspace tools are too old. And you have to
debug on the system where the core file is, because you have no other system
with the same .so files and other stuff installed. It might be on a customers
machine where all you have is your statically linked gdb...

It might not be desireable to pull dependencies of compression libraries in,
but maybe gdb can support them via dlopen, and then support gz/bz2/xz/whatever
if it is present.

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug corefiles/15989] Native support for compressed core files
  2013-10-01 14:55 [Bug corefiles/15989] New: Native support for compressed core files sourceware-bugs at trk dot nickurak.ca
  2013-10-01 16:10 ` [Bug corefiles/15989] " palves at redhat dot com
  2014-10-14  9:10 ` plasmahh at gmx dot net
@ 2015-01-07 15:15 ` jan.kratochvil at redhat dot com
  2015-01-08  8:44 ` hadess at hadess dot net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jan.kratochvil at redhat dot com @ 2015-01-07 15:15 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.kratochvil at redhat dot com

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug corefiles/15989] Native support for compressed core files
  2013-10-01 14:55 [Bug corefiles/15989] New: Native support for compressed core files sourceware-bugs at trk dot nickurak.ca
                   ` (2 preceding siblings ...)
  2015-01-07 15:15 ` jan.kratochvil at redhat dot com
@ 2015-01-08  8:44 ` hadess at hadess dot net
  2022-06-07 18:03 ` bugmenot at mailinator dot com
  2024-03-15  9:16 ` sam at gentoo dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hadess at hadess dot net @ 2015-01-08  8:44 UTC (permalink / raw)
  To: gdb-prs

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

Bastien Nocera <hadess at hadess dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hadess at hadess dot net

--- Comment #3 from Bastien Nocera <hadess at hadess dot net> ---
Using fuse would just be a hack, native support inside gdb would be much more
useful.

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug corefiles/15989] Native support for compressed core files
  2013-10-01 14:55 [Bug corefiles/15989] New: Native support for compressed core files sourceware-bugs at trk dot nickurak.ca
                   ` (3 preceding siblings ...)
  2015-01-08  8:44 ` hadess at hadess dot net
@ 2022-06-07 18:03 ` bugmenot at mailinator dot com
  2024-03-15  9:16 ` sam at gentoo dot org
  5 siblings, 0 replies; 7+ messages in thread
From: bugmenot at mailinator dot com @ 2022-06-07 18:03 UTC (permalink / raw)
  To: gdb-prs

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

John Doe <bugmenot at mailinator dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugmenot at mailinator dot com

--- Comment #7 from John Doe <bugmenot at mailinator dot com> ---
Opening and Writing coredumps compressed would be really useful, even if
opening it just means that there's an automated uncompress under $TMP and then
the resulting file is opened as "normal" coredump.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug corefiles/15989] Native support for compressed core files
  2013-10-01 14:55 [Bug corefiles/15989] New: Native support for compressed core files sourceware-bugs at trk dot nickurak.ca
                   ` (4 preceding siblings ...)
  2022-06-07 18:03 ` bugmenot at mailinator dot com
@ 2024-03-15  9:16 ` sam at gentoo dot org
  5 siblings, 0 replies; 7+ messages in thread
From: sam at gentoo dot org @ 2024-03-15  9:16 UTC (permalink / raw)
  To: gdb-prs

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

Sam James <sam at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gentoo dot org

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-03-15  9:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-01 14:55 [Bug corefiles/15989] New: Native support for compressed core files sourceware-bugs at trk dot nickurak.ca
2013-10-01 16:10 ` [Bug corefiles/15989] " palves at redhat dot com
2014-10-14  9:10 ` plasmahh at gmx dot net
2015-01-07 15:15 ` jan.kratochvil at redhat dot com
2015-01-08  8:44 ` hadess at hadess dot net
2022-06-07 18:03 ` bugmenot at mailinator dot com
2024-03-15  9:16 ` sam at gentoo dot org

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).