Ólafur Jens Sigurðsson, le Sat 27 Sep 2014 15:10:47 +0000, a écrit :
> The package fails to build on hurd because the pthread stack size in
> only 2024 kb instead of the 8192 kb that linux has.

Well, ideally hurd should be made to get its stack size for ulimit -s
too. It should be a matter of using getrlimit in libpthread for the
stack size, and defaulting to the default 2MiB if ulimit -s is not
defined.

> Would it be a good idea to use the heap instead of the stack to fix
> this?

As documented in pcrestack(3), it would make pcre3 quite slower
there. Doing so just for a single test failures seems suboptimal to
me... Let's just fix what needs fixing instead.

Samuel


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to