This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hot/cold related segfault


Actually I discovered this problem with free-ing unlikely_text_section_name
while testing my latest patch over the weekend. I will be submitting a patch that
fixes this problem (and others) very soon.


-- Caroline Tice
ctice@apple.com

On Monday, April 4, 2005, at 06:17 AM, Alan Modra wrote:

On Mon, Apr 04, 2005 at 08:43:57AM -0400, Daniel Berlin wrote:
	* passes.c (rest_of_handle_final): NULL unlikely_text_section_name
	after freeing.

I assume this fixes http://gcc.gnu.org/ml/gcc/2005-04/msg00110.html?

I expect so. Your valgrind report nominated passes.c:336, which was the
free of unlikely_text_section_name.


--
Alan Modra
IBM OzLabs - Linux Technology Centre



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]