Boost logo

Boost Users :

Subject: Re: [Boost-users] [coroutine] Is there a max number of coroutines that can be created?
From: José (josessantos_at_[hidden])
Date: 2014-07-11 10:41:20







De: nat@lindenlab.com
Enviada: Quinta-feira, 10 de Julho de 2014 22:17
Para: boost-users@lists.boost.org
Assunto: [Boost-users] [coroutine] Is there a max number of coroutines that can be created?

On Thu, Jul 10, 2014 at 4:57 PM, José <josessantos@zipmail.com.br> wrote:

> I am creating a "lot" of coroutines in my code. When I create more than
> 32744 coroutines (for this example) the program ends with segmentation
> fault.
>
> So, I would like to known if there is a limit number for active coroutines?

What operating system are you using?
Ubuntu 13.10, kernel 3.11.0-18
Is it 32-bit or 64-bit?
x86_64
What compiler and version are you using?
I tried Boost 1.55 with g++ 4.8.1 and clang++ 3.2
Are you building 32-bit or 64-bit?
64-bit
 
I tried debug with gdb and the output was: Program received signal SIGSEGV, Segmentation fault. __memset_sse2 () at ../sysdeps/x86_64/multiarch/../memset.S:563
563    ../sysdeps/x86_64/multiarch/../memset.S: No such file or directory.

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net