https://sourceware.org/bugzilla/show_bug.cgi?id=33580
Bug ID: 33580
Summary: run-readelf-self.sh test FAILs in elfutils-0.194
(readelf.c:12567: print_debug: Assertion `num_jobs <=
ndebug_sections' failed.)
Product: elfutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: tools
Assignee: unassigned at sourceware dot org
Reporter: sam at gentoo dot org
CC: elfutils-devel at sourceware dot org
Target Milestone: ---
Target: x86_64-pc-linux-gnu
With 0.194:
```
$ ./configure --disable-thread-safety CFLAGS="-O2 -ggdb3"
$ make -j$(nproc) -l$(nproc)
$ make check -j$(nproc) -l$(nproc)
```
run-readelf-self.sh.log:
```
readelf: readelf.c:12567: print_debug: Assertion `num_jobs <= ndebug_sections'
failed.
./test-subr.sh: line 87: 3712251 Aborted (core dumped)
LD_LIBRARY_PATH="${built_library_path}${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
$VALGRIND_CMD "$@"
*** failure in /tmp/testing/elfutils-0.194/src/readelf -N -a -w
/tmp/testing/elfutils-0.194/src/size.o
readelf: readelf.c:12567: print_debug: Assertion `num_jobs <= ndebug_sections'
failed.
./test-subr.sh: line 87: 3718175 Aborted (core dumped)
LD_LIBRARY_PATH="${built_library_path}${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
$VALGRIND_CMD "$@"
*** failure in /tmp/testing/elfutils-0.194/src/readelf -N -a -w
/tmp/testing/elfutils-0.194/src/strip.o
FAIL run-readelf-self.sh (exit status: 1)
```
--
You are receiving this mail because:
You are on the CC list for the bug.