public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug libelf/22083] New: run-strip-strmerge.sh test fail on i686
@ 2017-09-04 16:15 lordheavym at gmail dot com
  2017-09-04 17:57 ` [Bug libelf/22083] " mark at klomp dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: lordheavym at gmail dot com @ 2017-09-04 16:15 UTC (permalink / raw)
  To: elfutils-devel

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

            Bug ID: 22083
           Summary: run-strip-strmerge.sh test fail on i686
           Product: elfutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libelf
          Assignee: unassigned at sourceware dot org
          Reporter: lordheavym at gmail dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

* elfutils-0.170
* glibc 2.26
* gcc 7.2.0

----test-suite.log----
==========================================
   elfutils 0.170: tests/test-suite.log
==========================================

# TOTAL: 174
# PASS:  169
# SKIP:  4
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: run-strip-strmerge.sh
===========================

elflint /build/elfutils/src/elfutils-0.170/tests/elfstrmerge
No errors
elfstrmerge
elflint merged.elf
No errors
strip
elflint merged.elf.stripped
No errors
elflint merged.elf.debug
No errors
unstrip
elflint remerged.elf
No errors
elfcmp
elflint /build/elfutils/src/elfutils-0.170/tests/elfstrmerge.o
No errors
elfstrmerge
elflint merged.elf
No errors
strip
elflint merged.elf.stripped
No errors
elflint merged.elf.debug
No errors
unstrip
/build/elfutils/src/elfutils-0.170/src/unstrip: invalid string offset in symbol
[1]
FAIL run-strip-strmerge.sh (exit status: 1)

SKIP: run-backtrace-data.sh
===========================

/build/elfutils/src/elfutils-0.170/tests/backtrace-data: Unwinding not
supported for this architecture
data: arch not supported
SKIP run-backtrace-data.sh (exit status: 77)

SKIP: run-backtrace-native-biarch.sh
====================================

biarch testing disabled
SKIP run-backtrace-native-biarch.sh (exit status: 77)

SKIP: run-backtrace-native-core.sh
==================================

No core.14739 file generated
SKIP run-backtrace-native-core.sh (exit status: 77)

SKIP: run-backtrace-native-core-biarch.sh
=========================================

biarch testing disabled
SKIP run-backtrace-native-core-biarch.sh (exit status: 77)

-------------------------

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

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

* [Bug libelf/22083] run-strip-strmerge.sh test fail on i686
  2017-09-04 16:15 [Bug libelf/22083] New: run-strip-strmerge.sh test fail on i686 lordheavym at gmail dot com
@ 2017-09-04 17:57 ` mark at klomp dot org
  2017-09-04 18:35 ` lordheavym at gmail dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mark at klomp dot org @ 2017-09-04 17:57 UTC (permalink / raw)
  To: elfutils-devel

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

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
I couldn't replicate this with gcc 7.1.1.
Would you mind attaching your tests/elfstrmerge.o object file?

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

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

* [Bug libelf/22083] run-strip-strmerge.sh test fail on i686
  2017-09-04 16:15 [Bug libelf/22083] New: run-strip-strmerge.sh test fail on i686 lordheavym at gmail dot com
  2017-09-04 17:57 ` [Bug libelf/22083] " mark at klomp dot org
@ 2017-09-04 18:35 ` lordheavym at gmail dot com
  2017-09-04 21:13 ` mark at klomp dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: lordheavym at gmail dot com @ 2017-09-04 18:35 UTC (permalink / raw)
  To: elfutils-devel

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

--- Comment #2 from Laurent Carlier <lordheavym at gmail dot com> ---
Created attachment 10394
  --> https://sourceware.org/bugzilla/attachment.cgi?id=10394&action=edit
elfstrmerge.o file

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

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

* [Bug libelf/22083] run-strip-strmerge.sh test fail on i686
  2017-09-04 16:15 [Bug libelf/22083] New: run-strip-strmerge.sh test fail on i686 lordheavym at gmail dot com
  2017-09-04 17:57 ` [Bug libelf/22083] " mark at klomp dot org
  2017-09-04 18:35 ` lordheavym at gmail dot com
@ 2017-09-04 21:13 ` mark at klomp dot org
  2017-09-19  6:19 ` lordheavym at gmail dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mark at klomp dot org @ 2017-09-04 21:13 UTC (permalink / raw)
  To: elfutils-devel

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

--- Comment #3 from Mark Wielaard <mark at klomp dot org> ---
Thanks. Replicated with that object file. But not yet understood.

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

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

* [Bug libelf/22083] run-strip-strmerge.sh test fail on i686
  2017-09-04 16:15 [Bug libelf/22083] New: run-strip-strmerge.sh test fail on i686 lordheavym at gmail dot com
                   ` (2 preceding siblings ...)
  2017-09-04 21:13 ` mark at klomp dot org
@ 2017-09-19  6:19 ` lordheavym at gmail dot com
  2017-09-19 13:51 ` mark at klomp dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: lordheavym at gmail dot com @ 2017-09-19  6:19 UTC (permalink / raw)
  To: elfutils-devel

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

--- Comment #4 from Laurent Carlier <lordheavym at gmail dot com> ---
(In reply to Mark Wielaard from comment #3)
> Thanks. Replicated with that object file. But not yet understood.

Filtering -fno-plt from CFLAGS fixes the issue

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

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

* [Bug libelf/22083] run-strip-strmerge.sh test fail on i686
  2017-09-04 16:15 [Bug libelf/22083] New: run-strip-strmerge.sh test fail on i686 lordheavym at gmail dot com
                   ` (3 preceding siblings ...)
  2017-09-19  6:19 ` lordheavym at gmail dot com
@ 2017-09-19 13:51 ` mark at klomp dot org
  2017-10-15 14:41 ` lordheavym at gmail dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mark at klomp dot org @ 2017-09-19 13:51 UTC (permalink / raw)
  To: elfutils-devel

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

--- Comment #5 from Mark Wielaard <mark at klomp dot org> ---
(In reply to Laurent Carlier from comment #4)
> (In reply to Mark Wielaard from comment #3)
> > Thanks. Replicated with that object file. But not yet understood.
> 
> Filtering -fno-plt from CFLAGS fixes the issue

Thanks. That is interesting. Would you mind also attaching the elfstrmerge.o
file binary produced without -fno-plt? That would make it easier to see exactly
what change in the binary causes the breakage.

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

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

* [Bug libelf/22083] run-strip-strmerge.sh test fail on i686
  2017-09-04 16:15 [Bug libelf/22083] New: run-strip-strmerge.sh test fail on i686 lordheavym at gmail dot com
                   ` (4 preceding siblings ...)
  2017-09-19 13:51 ` mark at klomp dot org
@ 2017-10-15 14:41 ` lordheavym at gmail dot com
  2017-10-15 14:47 ` lordheavym at gmail dot com
  2017-10-15 14:50 ` lordheavym at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: lordheavym at gmail dot com @ 2017-10-15 14:41 UTC (permalink / raw)
  To: elfutils-devel

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

Laurent Carlier <lordheavym at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10394|0                           |1
        is obsolete|                            |

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

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

* [Bug libelf/22083] run-strip-strmerge.sh test fail on i686
  2017-09-04 16:15 [Bug libelf/22083] New: run-strip-strmerge.sh test fail on i686 lordheavym at gmail dot com
                   ` (5 preceding siblings ...)
  2017-10-15 14:41 ` lordheavym at gmail dot com
@ 2017-10-15 14:47 ` lordheavym at gmail dot com
  2017-10-15 14:50 ` lordheavym at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: lordheavym at gmail dot com @ 2017-10-15 14:47 UTC (permalink / raw)
  To: elfutils-devel

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

--- Comment #6 from Laurent Carlier <lordheavym at gmail dot com> ---
Created attachment 10528
  --> https://sourceware.org/bugzilla/attachment.cgi?id=10528&action=edit
run-strip-strmerge.sh result without -fno-plt

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

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

* [Bug libelf/22083] run-strip-strmerge.sh test fail on i686
  2017-09-04 16:15 [Bug libelf/22083] New: run-strip-strmerge.sh test fail on i686 lordheavym at gmail dot com
                   ` (6 preceding siblings ...)
  2017-10-15 14:47 ` lordheavym at gmail dot com
@ 2017-10-15 14:50 ` lordheavym at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: lordheavym at gmail dot com @ 2017-10-15 14:50 UTC (permalink / raw)
  To: elfutils-devel

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

--- Comment #7 from Laurent Carlier <lordheavym at gmail dot com> ---
Created attachment 10529
  --> https://sourceware.org/bugzilla/attachment.cgi?id=10529&action=edit
run-strip-strmerge.sh result with -fno-plt

Sorry for the delay, i built both with the same gcc/glibc

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

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

end of thread, other threads:[~2017-10-15 14:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-04 16:15 [Bug libelf/22083] New: run-strip-strmerge.sh test fail on i686 lordheavym at gmail dot com
2017-09-04 17:57 ` [Bug libelf/22083] " mark at klomp dot org
2017-09-04 18:35 ` lordheavym at gmail dot com
2017-09-04 21:13 ` mark at klomp dot org
2017-09-19  6:19 ` lordheavym at gmail dot com
2017-09-19 13:51 ` mark at klomp dot org
2017-10-15 14:41 ` lordheavym at gmail dot com
2017-10-15 14:47 ` lordheavym at gmail dot com
2017-10-15 14:50 ` lordheavym at gmail dot com

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