[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nss problems
From: |
Roland McGrath |
Subject: |
Re: nss problems |
Date: |
Sat, 6 Mar 2004 18:09:32 -0500 (EST) |
The stack should be huge in a single-threaded program, so I don't know why
Emacs has trouble. For multithreaded programs, linuxthreads and NPTL
define __libc_alloca_cutoff to grok their threads' stack limits. What we
need to do is define that in the Hurd libc as well, so that cthreads-using
programs limit it appropriately.