public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/24354] New: Failure to compress causes EXIT_FAILURE in multifile mode
@ 2019-01-01  0:00 vries at gcc dot gnu.org
  2019-01-01  0:00 ` [Bug default/24354] " vries at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: vries at gcc dot gnu.org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

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

            Bug ID: 24354
           Summary: Failure to compress causes EXIT_FAILURE in multifile
                    mode
           Product: dwz
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: nobody at sourceware dot org
          Reporter: vries at gcc dot gnu.org
                CC: dwz at sourceware dot org
  Target Milestone: ---

When running dwz twice, the second time it does not not manage to compress
further, but the exit status is still 0:
...
$ gcc -g hello.c 
$ cp a.out 1
$ dwz 1
$ echo $?
0
$ dwz 1
dwz: 1: DWARF compression not beneficial - old size 3466 new size 3466
$ echo $?
0
...

OTOH, if we try this in multifile mode, we get an exit status of 1 instead:
...
$ cp a.out 1
$ cp a.out 2
$ dwz 1 2
$ echo $?
0
$ dwz -m 3 1 2
dwz: 1: DWARF compression not beneficial - old size 3466 new size 3466
dwz: 2: DWARF compression not beneficial - old size 3466 new size 3466
$ echo $?
1
...

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

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

* [Bug default/24354] Failure to compress causes EXIT_FAILURE in multifile mode
  2019-01-01  0:00 [Bug default/24354] New: Failure to compress causes EXIT_FAILURE in multifile mode vries at gcc dot gnu.org
@ 2019-01-01  0:00 ` vries at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: vries at gcc dot gnu.org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Duplicate of PR24477.

*** This bug has been marked as a duplicate of bug 24477 ***

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

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

end of thread, other threads:[~2019-04-23  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [Bug default/24354] New: Failure to compress causes EXIT_FAILURE in multifile mode vries at gcc dot gnu.org
2019-01-01  0:00 ` [Bug default/24354] " vries at gcc dot gnu.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).