Bug 149290

Summary: invalid free when CC is bogus.
Product: [Fedora] Fedora Reporter: Dave Jones <davej>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fweimer, pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: 2.3.4-11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-10 09:16:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dave Jones 2005-02-21 23:56:16 UTC
(18:35:14:davej@hanger18:linux-2.6.10)$ make -j1 bzImage CC=gcc-4.0
*** glibc detected *** make: free(): invalid pointer: 0x000000000053633e ***
Killed

Comment 1 Jakub Jelinek 2005-02-22 20:27:37 UTC
Can't reproduce this.  Was this on an freshly unpacked tree or something else?
I was trying rpmbuild -bp --target i686'ed kernel tree from latest rawhide.

Comment 2 Jakub Jelinek 2005-02-24 18:31:47 UTC
This is http://sources.redhat.com/ml/libc-hacker/2005-02/msg00059.html
Recently introduced, and will be fixed once new rawhide glibc is built.

Comment 3 Jakub Jelinek 2005-03-10 09:16:09 UTC
Should be fixed in glibc-2.3.4-11 and above.