http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34544
--- Comment #25 from John David Anglin 2011-02-27
00:24:26 UTC ---
Author: danglin
Date: Sun Feb 27 00:24:18 2011
New Revision: 170527
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170527
Log:
Backport from mainline:
2010-08-22
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34544
--- Comment #24 from John David Anglin 2011-02-11
03:00:57 UTC ---
Author: danglin
Date: Fri Feb 11 03:00:53 2011
New Revision: 170042
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170042
Log:
Backport from mainline:
2011-02-07
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34544
--- Comment #23 from John David Anglin 2011-01-29
20:36:41 UTC ---
Author: danglin
Date: Sat Jan 29 20:36:39 2011
New Revision: 169394
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169394
Log:
Backport from mainline:
2010-08-22
--- Comment #22 from danglin at gcc dot gnu dot org 2010-08-22 16:23
---
Subject: Bug 34544
Author: danglin
Date: Sun Aug 22 16:23:38 2010
New Revision: 163461
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163461
Log:
PR boehm-gc/34544
* gthr-posix.h (__gthread
--- Comment #21 from hainque at adacore dot com 2010-08-16 07:42 ---
Subject: Re: pthread_default_stacksize_np failed.
dave at hiauly1 dot hia dot nrc dot ca wrote:
> Because of these issues, I have decided to revert the change on the
> branches (probably tomorrow). I will also try to
--- Comment #20 from danglin at gcc dot gnu dot org 2010-08-14 14:45
---
Subject: Bug 34544
Author: danglin
Date: Sat Aug 14 14:45:20 2010
New Revision: 163244
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163244
Log:
Revert:
2010-08-08 John David Anglin
--- Comment #19 from danglin at gcc dot gnu dot org 2010-08-14 14:43
---
Subject: Bug 34544
Author: danglin
Date: Sat Aug 14 14:42:43 2010
New Revision: 163243
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163243
Log:
Revert:
2010-08-08 John David Anglin
--- Comment #18 from danglin at gcc dot gnu dot org 2010-08-14 14:37
---
Subject: Bug 34544
Author: danglin
Date: Sat Aug 14 14:36:47 2010
New Revision: 163242
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163242
Log:
Revert:
2010-08-10 John David Anglin
--- Comment #17 from dave at hiauly1 dot hia dot nrc dot ca 2010-08-13
13:18 ---
Subject: Re: pthread_default_stacksize_np failed.
> dave at hiauly1 dot hia dot nrc dot ca wrote:
> > I think the answer is to provide a stub for pthread_default_stacksize_np
> > which is linked in last i
--- Comment #16 from hainque at adacore dot com 2010-08-13 10:14 ---
Subject: Re: pthread_default_stacksize_np failed.
dave at hiauly1 dot hia dot nrc dot ca wrote:
> I think the answer is to provide a stub for pthread_default_stacksize_np
> which is linked in last in final executables
--- Comment #15 from dave at hiauly1 dot hia dot nrc dot ca 2010-08-12
23:26 ---
Subject: Re: pthread_default_stacksize_np failed.
On Thu, 12 Aug 2010, John David Anglin wrote:
> > We probably could update our system and document but I don't know what
> > to think of the more gener
--- Comment #14 from dave at hiauly1 dot hia dot nrc dot ca 2010-08-12
15:03 ---
Subject: Re: pthread_default_stacksize_np failed.
> We probably could update our system and document but I don't know what
> to think of the more general user base (whether many could possibly be
> aff
--- Comment #13 from hainque at adacore dot com 2010-08-12 14:24 ---
Subject: Re: pthread_default_stacksize_np failed.
hainque at adacore dot com wrote:
> PHCO_29955 seems relevant as well
This was for 11.11. For 11.00, this is part of PHCO_29956.
--
http://gcc.gnu.org/bugzilla
--- Comment #12 from hainque at adacore dot com 2010-08-12 14:18 ---
Subject: Re: pthread_default_stacksize_np failed.
[Thanks for your prompt feebdack Dave :-)]
dave at hiauly1 dot hia dot nrc dot ca wrote:
> It appears pthread_default_stacksize_np was added to libc in PHCO_30531
> o
--- Comment #11 from hainque at adacore dot com 2010-08-12 14:14 ---
Subject: Re: pthread_default_stacksize_np failed.
dave at hiauly1 dot hia dot nrc dot ca wrote:
> The function is present in libc.sl on my PA HPUX 11.00 system.
Hmm, not here. There are many more pthread_ entries i
--- Comment #10 from dave at hiauly1 dot hia dot nrc dot ca 2010-08-12
14:04 ---
Subject: Re: pthread_default_stacksize_np failed.
> The function is present in libc.sl on my PA HPUX 11.00 system. Possibly,
> this can be fixed by updating your libc version. However, I just noticed
>
--- Comment #9 from dave at hiauly1 dot hia dot nrc dot ca 2010-08-12
13:38 ---
Subject: Re: pthread_default_stacksize_np failed.
Hi Olivier,
> Hi John,
> > PR boehm-gc/34544
> > (__gthread_active_init): Use pthread_default_stacksize_np instead of
> > pthread_
--- Comment #8 from hainque at gcc dot gnu dot org 2010-08-12 09:42 ---
(In reply to comment #7)
Hi John,
> PR boehm-gc/34544
> (__gthread_active_init): Use pthread_default_stacksize_np instead of
> pthread_create to determine if hpux pthreads are active.
>
--- Comment #7 from danglin at gcc dot gnu dot org 2010-08-10 15:24 ---
Subject: Bug 34544
Author: danglin
Date: Tue Aug 10 15:23:07 2010
New Revision: 163071
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163071
Log:
PR boehm-gc/34544
* gthr-posix.h (__gthread_s
--- Comment #6 from danglin at gcc dot gnu dot org 2010-08-08 15:17 ---
Fixed on trunk, 4.5 and 4.4.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from danglin at gcc dot gnu dot org 2010-08-08 15:11 ---
Subject: Bug 34544
Author: danglin
Date: Sun Aug 8 15:11:20 2010
New Revision: 163005
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163005
Log:
PR boehm-gc/34544
* gthr-posix.h (__gthread_s
--- Comment #4 from danglin at gcc dot gnu dot org 2010-08-08 15:08 ---
Subject: Bug 34544
Author: danglin
Date: Sun Aug 8 15:07:53 2010
New Revision: 163004
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163004
Log:
PR boehm-gc/34544
* gthr-posix.h (__gthread_s
--- Comment #3 from danglin at gcc dot gnu dot org 2010-08-08 15:04 ---
Subject: Bug 34544
Author: danglin
Date: Sun Aug 8 15:04:38 2010
New Revision: 163003
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163003
Log:
PR boehm-gc/34544
* gthr-posix.h (__gthread_s
--- Comment #2 from danglin at gcc dot gnu dot org 2010-07-27 21:56 ---
pthread_default_stacksize_np fails with error EPERM.
[New process 12140, lwp 4032369]
[process 12140, lwp 4032369 exited]
Breakpoint 1, main () at ../../../gcc/boehm-gc/tests/test.c:1797
I think this is caused by
--- Comment #1 from danglin at gcc dot gnu dot org 2009-04-30 19:47 ---
Still present in 4.4.0.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34544
25 matches
Mail list logo