From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 7 Sep 2011 01:10:01 +0200 Message-ID: From: Mathieu Lonjaret To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Plan 9 stack limit? Topicbox-Message-UUID: 1ab4dff8-ead7-11e9-9d60-3106f5b1d025 maybe slightly relevant: http://9fans.net/archive/2010/05/446 (see also answers from others as well afterwards). On Wed, Sep 7, 2011 at 12:30 AM, Comeau At9Fans w= rote: > I have an application that is crashing on Plan 9.=C2=A0 Now, it could be = a bug in > the code, but in the past, similar problems with the same code base on ot= her > platforms have always been caused by the system stack being blown out, an= d > in a less rare case, the systems running out of process space.=C2=A0 The = crashes > are happening on 9vx.OSX (which is currently the only place it can be tes= ted > on our systems). =C2=A0 Does 9vx have any such limitations and/or does Pl= an 9 in > general have any such limits? =C2=A0And if so, can they be changed?=C2=A0= =C2=A0 I see some > of the threading calls have stack size requests possible, but don't see a= ny > such concerns as a consequence of a fork, though I'm sure fork is > semantically equivalent to some other calls when all is said and done. > Like I said, it could be a bug in the code, but I'd like to approach it f= rom > this level first assuming there is any such interaction that even exists = so > any insights would be appreciated. > > -- > Greg Comeau / 4.3.10.1 with C++0xisms now in beta! > Comeau C/C++ ONLINE =3D=3D> =C2=A0 =C2=A0 http://www.comeaucomputing.com/= tryitout > World Class Compilers: =C2=A0Breathtaking C++, Amazing C99, Fabulous C90. > Comeau C/C++ with Dinkumware's Libraries... Have you tried it? >