Bug 26826 - [2.32/2.33 Regression] GCC coroutines stopped working with malloc change
Summary: [2.32/2.33 Regression] GCC coroutines stopped working with malloc change
Status: RESOLVED NOTABUG
Alias: None
Product: glibc
Classification: Unclassified
Component: malloc (show other bugs)
Version: 2.32
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-31 13:29 UTC by H.J. Lu
Modified: 2020-10-31 15:21 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2020-10-31 13:29:28 UTC
commit a1a486d70ebcc47a686ff5846875eacad0940e41
Author: Eyal Itkin <eyalit@checkpoint.com>
Date:   Fri Mar 20 21:19:17 2020 +0200

    Add Safe-Linking to fastbins and tcache

breaks GCC coroutines:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96504
Comment 1 H.J. Lu 2020-10-31 15:21:49 UTC
It is a GCC bug.