public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/28550] New: FAIL: tst-dso-ordering9_112-ecbda(GLIBC_TUNABLES=glibc.rtld.dynamic_sort=1) execution test
@ 2021-11-05 13:34 hjl.tools at gmail dot com
  2021-11-06 14:54 ` [Bug dynamic-link/28550] " hjl.tools at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2021-11-05 13:34 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 28550
           Summary: FAIL:
                    tst-dso-ordering9_112-ecbda(GLIBC_TUNABLES=glibc.rtld.
                    dynamic_sort=1) execution test
           Product: glibc
           Version: 2.35
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: cltang at codesourcery dot com
  Target Milestone: ---

The new dso-sort-tests-1 fails for different reasons at random on
many-core machine with load.  elf/Makefile has

# DSO sorting tests:
# The dso-ordering-test.py script generates testcase source files in $(objpfx),
# creating a $(objpfx)<testcase-name>-dir for each testcase, and creates a
# Makefile fragment to be included.
define include_dsosort_tests
$(objpfx)$(1).generated-makefile: $(1)
        $(PYTHON) $(..)scripts/dso-ordering-test.py \
        --description-file $$< --objpfx $(objpfx) --output-makefile $$@
include $(objpfx)$(1).generated-makefile
endef

# Generate from each testcase description file
ifeq (yes,$(have-tunables))
$(eval $(call include_dsosort_tests,dso-sort-tests-1.def))
$(eval $(call include_dsosort_tests,dso-sort-tests-2.def))
endif

I don't think it works well with parallel build on many-core machines.
I think it should be changed to use configure.ac or Makeconfig to generate
these makefile fragments.

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

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

end of thread, other threads:[~2021-11-16 13:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05 13:34 [Bug dynamic-link/28550] New: FAIL: tst-dso-ordering9_112-ecbda(GLIBC_TUNABLES=glibc.rtld.dynamic_sort=1) execution test hjl.tools at gmail dot com
2021-11-06 14:54 ` [Bug dynamic-link/28550] " hjl.tools at gmail dot com
2021-11-06 18:10 ` hjl.tools at gmail dot com
2021-11-06 23:16 ` hjl.tools at gmail dot com
2021-11-15 19:54 ` cvs-commit at gcc dot gnu.org
2021-11-16 13:18 ` cvs-commit at gcc dot gnu.org
2021-11-16 13:19 ` hjl.tools 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).