Opened 2 years ago

Closed 2 years ago

#16121 closed defect (fixed)

Fix valgrind with glibc-2.35

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 11.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

When running with glibc-2.35 installed, valgrind will output a warning about an unknown syscall every time that it is launched.

This is a problem, as noted by the test suite:

713 tests, 660 stderr failures, 0 stdout failures, 1 stderrB failure, 0 stdoutB failures, 1 post failure

It wouldn't be a new glibc version if it didn't break valgrind! :-)

https://sourceware.org/git/?p=valgrind.git;a=commit;h=1024237358f01009fe233cb1294f3b8211304eaa is supposed to fix this. I'll turn this into a patch and drop it into the book.

Change History (3)

comment:1 by Douglas R. Reno, 2 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 2 years ago

== 713 tests, 5 stderr failures, 0 stdout failures, 1 stderrB failure, 0 stdoutB failures, 1 post failure ==

I'd say that's an improvement. Committing the patch now

comment:3 by Douglas R. Reno, 2 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.