public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
From: "ksd.selvakumar at yahoo dot in" <sourceware-bugzilla@sourceware.org>
To: elfutils-devel@sourceware.org
Subject: [Bug general/24000] couple of testsuite fails with uclibc library
Date: Mon, 18 Feb 2019 12:09:00 -0000	[thread overview]
Message-ID: <bug-24000-10460-oJfbBi7Ctt@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-24000-10460@http.sourceware.org/bugzilla/>

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

--- Comment #10 from selva <ksd.selvakumar at yahoo dot in> ---
(In reply to Mark Wielaard from comment #8)
> (In reply to selva from comment #6)
> > (In reply to Mark Wielaard from comment #5)
> > > (In reply to selva from comment #4)
> > > > Created attachment 11548 [details]
> > > > Uclibc full testsuite log
> > > > 
> > > > Attaching the full test suite log.
> > > 
> > > BTW. It is easier to just attache the tests/test-suite.log.
> > > But I am afraid there still isn't enough to figure out what is going wrong.
> > > Maybe the config.log could show a bit more.
> > > 
> > > Please run one of the segfaulting tests under gdb and get a backtrace to
> > > show what is really going on.
> > 
> > Mmm., Tried to run the test with gdb but i get "no stack" Please share me
> > the steps to get the backtrace if you have any.
> 
> Best to figure out which of the tests in run-elfputzdata.sh actually fails
> and then run that by hand on the failing test file (bunzip2ed first).
> 
> e.g.
> 
> cp tests/testfile4.bz2 .
> bunzip2 testfile4.bz2
> LD_LIBRARY_PATH=backends:libelf:libdw gdb --args tests/elfputzdata gnu
> testfile4
> (gdb) run

Thanks a lot for sharing testing steps.
I got "out of memory" error for testfile4 only 
other tests like testfile12,testfileppc64,testfileppc32 are okay.


# cp tests/testfile4.bz2 ./
# bunzip2 testfile4.bz2 
# 
# LD_LIBRARY_PATH=backends:libelf:libdw gdb --args tests/elfputzdata gnu
testfil
e4
GNU gdb (GDB) 7.10.1
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "armv7l-unkown-linux-uclibcgnueabi".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from tests/elfputzdata...done.
(gdb) run
Starting program: /root/elfutils-0.173/tests/elfputzdata gnu testfile4
Cannot compress 1 .interp
Cannot compress 2 .note.ABI-tag
Cannot compress 3 .hash
Cannot compress 4 .dynsym
Cannot compress 5 .dynstr
Cannot compress 6 .gnu.version
Cannot compress 7 .gnu.version_r
Cannot compress 8 .rel.got
Cannot compress 9 .rel.plt
Cannot compress 10 .init
Cannot compress 11 .plt
Cannot compress 12 .text
Cannot compress 13 .fini
Cannot compress 14 .rodata
Cannot compress 15 .data
Cannot compress 16 .eh_frame
Cannot compress 17 .gcc_except_table
Cannot compress 18 .ctors
Cannot compress 19 .dtors
Cannot compress 20 .got
Cannot compress 21 .dynamic
Lets compress 22 .sbss, size: 0
elf_[un]compress_gnu failed for section 22: out of memory
[Inferior 1 (process 5398) exited with code 0377]
(gdb) backtrace 
No stack.
(gdb) quit
# 
# 
# LD_LIBRARY_PATH=backends:libelf:libdw gdb --args tests/elfputzdata elf
testfil
e4
GNU gdb (GDB) 7.10.1
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "armv7l-unkown-linux-uclibcgnueabi".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from tests/elfputzdata...done.
(gdb) run       
Starting program: /root/elfutils-0.173/tests/elfputzdata elf testfile4
Cannot compress 1 .interp
Cannot compress 2 .note.ABI-tag
Cannot compress 3 .hash
Cannot compress 4 .dynsym
Cannot compress 5 .dynstr
Cannot compress 6 .gnu.version
Cannot compress 7 .gnu.version_r
Cannot compress 8 .rel.got
Cannot compress 9 .rel.plt
Cannot compress 10 .init
Cannot compress 11 .plt
Cannot compress 12 .text
Cannot compress 13 .fini
Cannot compress 14 .rodata
Cannot compress 15 .data
Cannot compress 16 .eh_frame
Cannot compress 17 .gcc_except_table
Cannot compress 18 .ctors
Cannot compress 19 .dtors
Cannot compress 20 .got
Cannot compress 21 .dynamic
Lets compress 22 .sbss, size: 0
elf_[un]compress failed for section 22: out of memory
[Inferior 1 (process 5403) exited with code 0377]
(gdb) backtrace 
No stack.
(gdb) quit
#

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

  parent reply	other threads:[~2019-02-18 12:09 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-17 14:12 [Bug general/24000] New: " ksd.selvakumar at yahoo dot in
2019-01-06 21:06 ` [Bug general/24000] " mark at klomp dot org
2019-01-07  8:30 ` ksd.selvakumar at yahoo dot in
2019-01-13 21:22 ` mark at klomp dot org
2019-01-19  8:31 ` ksd.selvakumar at yahoo dot in
2019-01-23 19:46 ` mark at klomp dot org
2019-02-01  9:31 ` ksd.selvakumar at yahoo dot in
2019-02-01  9:35 ` ksd.selvakumar at yahoo dot in
2019-02-09 21:52 ` mark at klomp dot org
2019-02-09 22:04 ` mark at klomp dot org
2019-02-18 12:09 ` ksd.selvakumar at yahoo dot in [this message]
2019-02-18 12:16 ` ksd.selvakumar at yahoo dot in
2019-02-18 18:51 ` mark at klomp dot org
2019-02-18 18:54 ` mark at klomp dot org
2019-02-19  8:00   ` Ulf Hermann
2019-02-19 10:48     ` Symbol versioning (Was: [Bug general/24000] couple of testsuite fails with uclibc library) Mark Wielaard
2019-02-19 11:30       ` Ulf Hermann
2019-02-19 11:53         ` Mark Wielaard
2019-02-18 21:44 ` [Bug general/24000] couple of testsuite fails with uclibc library mark at klomp dot org
2019-02-19 10:40 ` ksd.selvakumar at yahoo dot in
2019-02-19 15:40 ` [Bug general/24000] couple of ELF compression " mark at klomp dot org
2019-02-20  6:04 ` ksd.selvakumar at yahoo dot in

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-24000-10460-oJfbBi7Ctt@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=elfutils-devel@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).