This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug boehm-gc/52179] boehm-gc incompatible with aslr on darwin11
- From: "howarth at nitro dot med.uc.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 23 Feb 2012 18:37:40 +0000
- Subject: [Bug boehm-gc/52179] boehm-gc incompatible with aslr on darwin11
- Auto-submitted: auto-generated
- References: <bug-52179-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52179
--- Comment #19 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-02-23 18:37:40 UTC ---
(In reply to comment #13)
> I've not had time to investigate - but suspect it is related to operating
> close to stack limits -- if you try reducing the number of recursions (like PPC
> does) does this go away?
This is a different test. On x86_64-apple-darwin11, it is thread_leak_test.c
which fails the execution test, not gctest.c or leak_test.c. I'll try
rebuilding gcc trunk with the reduced patch but without...
------------------------------------------------------------------------
r175182 | mrs | 2011-06-18 11:06:26 -0400 (Sat, 18 Jun 2011) | 4 lines
PR target/49461
* libjava/configure.ac (SYSTEMSPEC): Pass -no_pie for darwin11.
* libjava/configure: Regenerate.
to see how the libjava tests behave now with -pie.