public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/24783] [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed
  2019-01-01  0:00 [Bug default/24783] New: [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed doko at debian dot org
@ 2019-01-01  0:00 ` vries at gcc dot gnu.org
  2019-01-01  0:00 ` vries at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ 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=24783

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vries at gcc dot gnu.org

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Can I get access to a MIPS machine?

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

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

* [Bug default/24783] [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed
  2019-01-01  0:00 [Bug default/24783] New: [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed doko at debian dot org
  2019-01-01  0:00 ` [Bug default/24783] " vries at gcc dot gnu.org
@ 2019-01-01  0:00 ` vries at gcc dot gnu.org
  2019-01-01  0:00 ` vries at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ 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=24783

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

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

--- Comment #4 from Tom de Vries <vries at gcc dot gnu.org> ---
https://sourceware.org/git/?p=dwz.git;a=commit;h=0eb500beb319a5e289829fd071cbb5300e70af18

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

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

* [Bug default/24783] [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed
  2019-01-01  0:00 [Bug default/24783] New: [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed doko at debian dot org
                   ` (3 preceding siblings ...)
  2019-01-01  0:00 ` vries at gcc dot gnu.org
@ 2019-01-01  0:00 ` doko at debian dot org
  4 siblings, 0 replies; 6+ messages in thread
From: doko at debian dot org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

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

Matthias Klose <doko at debian dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |mips-linux-gnu,
                   |                            |mipsel-linux-gnu,
                   |                            |mips64el-linux-gnuabi64

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

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

* [Bug default/24783] New: [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed
@ 2019-01-01  0:00 doko at debian dot org
  2019-01-01  0:00 ` [Bug default/24783] " vries at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: doko at debian dot org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

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

            Bug ID: 24783
           Summary: [Regression] test failure on mips*: dwz.c:10475:
                    verify_sections: Assertion failed
           Product: dwz
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: nobody at sourceware dot org
          Reporter: doko at debian dot org
                CC: dwz at sourceware dot org
  Target Milestone: ---

mips* fails tests with trunk 20190706, but succeeded with trunk 20190703

FAIL: /<<PKGBUILDDIR>>/testsuite/dwz.tests/multifile.sh
dwz: /<<PKGBUILDDIR>>/dwz.c:10475: verify_sections: Assertion `(prev_offset +
prev_size + (prev == addsec ? addsize : 0)) <= offset' failed.
Aborted
FAIL: /<<PKGBUILDDIR>>/testsuite/dwz.tests/multifile-relative.sh

                === dwz Summary ===

# of expected passes            20
# of unexpected failures        13
# of unsupported tests          5
make[2]: *** [/<<PKGBUILDDIR>>/Makefile:85: check] Error 1

Build log from
https://buildd.debian.org/status/package.php?p=dwz

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

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

* [Bug default/24783] [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed
  2019-01-01  0:00 [Bug default/24783] New: [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed doko at debian dot org
                   ` (2 preceding siblings ...)
  2019-01-01  0:00 ` vries at gcc dot gnu.org
@ 2019-01-01  0:00 ` vries at gcc dot gnu.org
  2019-01-01  0:00 ` doko at debian dot org
  4 siblings, 0 replies; 6+ 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=24783

--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> ---
Regression introduced by commit 3b335ec "Handle .bss at same offset as
.debug_pubnames".

Fix:
...
diff --git a/dwz.c b/dwz.c
index 13f67f2..7f6db58 100644
--- a/dwz.c
+++ b/dwz.c
@@ -10691,7 +10691,7 @@ write_dso (DSO *dso, const char *file, struct stat *st)
                       && (dso->shdr[j].sh_offset < min_shoff
                           || (dso->shdr[j].sh_offset == min_shoff
                               && (dso->shdr[j].sh_size == 0
-                                  || dso->shdr[j].sh_type & SHT_NOBITS))))
+                                  || dso->shdr[j].sh_type == SHT_NOBITS))))
                continue;
              else if ((dso->shdr[j].sh_flags & SHF_ALLOC) != 0)
                {
...

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

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

* [Bug default/24783] [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed
  2019-01-01  0:00 [Bug default/24783] New: [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed doko at debian dot org
  2019-01-01  0:00 ` [Bug default/24783] " vries at gcc dot gnu.org
  2019-01-01  0:00 ` vries at gcc dot gnu.org
@ 2019-01-01  0:00 ` vries at gcc dot gnu.org
  2019-01-01  0:00 ` vries at gcc dot gnu.org
  2019-01-01  0:00 ` doko at debian dot org
  4 siblings, 0 replies; 6+ 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=24783

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
Reproduced on gcc22 on gcc compile farm.

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

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

end of thread, other threads:[~2019-07-10  7:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [Bug default/24783] New: [Regression] test failure on mips*: dwz.c:10475: verify_sections: Assertion failed doko at debian dot org
2019-01-01  0:00 ` [Bug default/24783] " vries at gcc dot gnu.org
2019-01-01  0:00 ` vries at gcc dot gnu.org
2019-01-01  0:00 ` vries at gcc dot gnu.org
2019-01-01  0:00 ` vries at gcc dot gnu.org
2019-01-01  0:00 ` doko at debian 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).