Opened 19 months ago

Closed 19 months ago

Last modified 19 months ago

#5118 closed enhancement (invalid)

Gawk-5.2.0 not ready for prime time

Reported by: dbryant Owned by: lfs-book
Priority: normal Milestone: 11.3
Component: Book Version: git
Severity: critical Keywords:
Cc: dbryant

Description

I can't compile the kernel with gawk-5.2.0 installed. The "make" step fails with and rerror message

free(): double free detected in tcache 2

The problem has been traced to gawk-5.2.0. https://bugs.gentoo.org/868567 https://bugs.gentoo.org/868597

We either need to patch gawk-5.2.0, or roll back to gawk-5.1.1, I think

Change History (2)

comment:1 by Xi Ruoyao, 19 months ago

Resolution: invalid
Status: newclosed

Already fixed with a sed in the book.

in reply to:  1 comment:2 by Douglas R. Reno, 19 months ago

Replying to Xi Ruoyao:

Already fixed with a sed in the book.

As Xi said, it's already fixed with this sed:

sed -i '241i UPREF(m);' interpret.h

Note: See TracTickets for help on using tickets.