Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 11:13:24 +0300
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        "Justin T. Gibbs" <gibbs@scsiguy.com>
Cc:        "Ivan A. Kosarev" <ivan@ivan-labs.com>, freebsd-current@freebsd.org
Subject:   Re: libthr and main thread stack size
Message-ID:  <20140916081324.GQ2737@kib.kiev.ua>
In-Reply-To: <FEB60EB5-546D-454D-AE62-B2483246E42C@scsiguy.com>
References:  <53E36E84.4060806@ivan-labs.com> <20140808052807.GB93733@kib.kiev.ua> <53E48B38.9010607@ivan-labs.com> <20140808112201.GC93733@kib.kiev.ua> <FEB60EB5-546D-454D-AE62-B2483246E42C@scsiguy.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--byChrBWZKGwyiGYd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Sep 15, 2014 at 03:47:41PM -0600, Justin T. Gibbs wrote:
> On Aug 8, 2014, at 5:22 AM, Konstantin Belousov <kostikbel@gmail.com> wro=
te:
>=20
> ?
>=20
> > Below is the patch which adds environment variable
> > LIBPTHREAD_BIGSTACK_MAIN. Setting it to any value results in the
> > main thread stack left as is, and other threads allocate stack
> > below the area of RLIMIT_STACK. Try it. I do not want to set this
> > behaviour as default.
>
> Is there a reason this should not be the default? Looking at the
> getrlimit() page on the OpenGroup?s site they say:
>
> RLIMIT_STACK This is the maximum size of the initial thread's stack,
> in bytes. The implementation does not automatically grow the stack
> beyond this limit. If this limit is exceeded, SIGSEGV shall be
> generated for the thread. If the thread is blocking SIGSEGV, or the
> process is ignoring or catching SIGSEGV and has not made arrangements
> to use an alternate stack, the disposition of SIGSEGV shall be set to
> SIG_DFL before it is generated.
>
> Does posix say something different?
>
> I ran into this issue when debugging a segfault on Postgres when
> running an (arguably quite bogus) query that should have fit within
> both the configured stack rlimit and Postgres? configured stack limit.
> The Postgres backend is really just single threaded, but happens
> to pull in libpthread due to the threading support in some of the
> libraries it uses. The segfault definitely violates POLA.
>
> ? Justin

I am conservative to not disturb the address space layout in single go.
If enough people test this setting, I can consider flipping the default
to the reverse.

I am still curious why the things were done in this way, but nobody
replied.

--byChrBWZKGwyiGYd
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBAgAGBQJUF/EjAAoJEJDCuSvBvK1BNYwP/AiJi6bhBH/vZ+cvfiYY/FgZ
zAKdMk8vTpdwTWImNwDoRocs5GeEd4TrplqFf9m74LvYzM22G/2/kHsoq0PytL32
rf0GJ1s8bA2hoVK81k0KTK1hUOylvxZK2UtS8glFnNBUQh1MAk//2cdy8QMBNFiH
jnByR7zZ3opKbuNo3+ii2uFuqDZZyU+mjUqIhcDPqLCHCjBXj3jpoIgtn6XpLISA
J83kIFeeXX+VWufw084mIlomu+Q4m45KDOdKIwTPXSsBTuKJcBfSo7g46NQRvbL4
dyUAKfrbq7mvaftKi8hOYvwYG88CX5fn7RwRoyXBUSMVDvo/tbvl8faWTKym4NC/
5g2ZJ3uqaCU9eJU/+nMglAYryhpjJXiDBK9wpfEuc9luXJ1oIRCPsMADjFgbgcBR
TujOabues6eLDS62BdohLK0tb7eDfjdHxz8b+TILOt9KmWIklkCSktDL8vWO2Z2B
2lvgJcieHLCj/RwMAwTPibUhqtclI77W/ET48s2kl7Lw9zHU40O5SnZzjih+jE1o
Sq5B3/1bb/Wqu2WrF4R/Wta3msV2UAU2OEe8wJMf3YUCJyxFfU2IchFB+AwD1224
jjdOGdJ+EIaCXW0Z1LJO42l5elSlnOyCAcbdOyVEpVjXLTF2DlHedlORd/sb/GZN
8raPLokhNq0F7Ulue6ay
=0Iaa
-----END PGP SIGNATURE-----

--byChrBWZKGwyiGYd--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140916081324.GQ2737>