xcode 4.6 leaks massive amounts of memory without -Wno-invalid-source-encoding

Originator:Mark.Moll
Number:rdar://13202404 Date Originated:02-12-2013
Status:open Resolved:
Product:Developer Tools Product Version:4.6
Classification:serious bug Reproducible:yes
 
Summary:
If doxygen 1.8.3 is compiled without the flag -Wno-invalid-source-encoding it loses massive amounts of memory during a compile. Compilation effectively halts.

Steps to Reproduce:
After extracting the code, delete "-Wno-invalid-source-encoding" from these files 
                        ${worksrcpath}/libmd5/Makefile.libmd5 
			${worksrcpath}/src/Makefile.libdoxycfg 
			${worksrcpath}/tmake/lib/macosx-c++/tmake.conf 
			${worksrcpath}/tmake/lib/macosx-intel-c++/tmake.conf 
			${worksrcpath}/tmake/lib/macosx-uni-c++/tmake.conf
Configure and compile.

Expected Results:
Succesful compilation.

Actual Results:
Machine halts, need to control-C the compilation.

Regression:

Notes:
See discussion at https://trac.macports.org/ticket/38018

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!