cvsup broken on amd64?
David O'Brien
obrien at freebsd.org
Wed Oct 5 22:39:59 UTC 2011
On Fri, Sep 09, 2011 at 06:00:02PM +0300, Kostik Belousov wrote:
> --- libs/m3core/src/thread/POSIX/ThreadPosix.m3.orig 2011-09-09 17:58:12.867431639 +0300
> +++ libs/m3core/src/thread/POSIX/ThreadPosix.m3 2011-09-09 17:58:30.380428486 +0300
> @@ -180,7 +180,7 @@
> pausedThreads : T;
> selected_interval:= UTime{0, 100 * 1000};
>
> - defaultStackSize := 3000;
> + defaultStackSize := 10000;
This might not be a large enough value (depending on the unit of measure).
I synced tzdata+tzcode at $WORK and we found the amount of stack used by
tzload() alone is now quite large -- 41k on ARM.
--
-- David (obrien at FreeBSD.org)
More information about the freebsd-current
mailing list