This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Emacs dired problem triggered by NPTL-enabled glibc


>>>>> On Wed, 17 Dec 2003 18:29:51 -0800, Ulrich Drepper <drepper@redhat.com> said:

  Uli> The code in init.c was wrong.  There is no need to devide by
  Uli> two in this place.  In fact, the default stack size was wrong
  Uli> because of this.  I've checked in a patch.

Thanks, but I must still be missing something.  setrlimit() is
perfectly happy to set a non-page-size-aligned limit, so I don't
understand how the code in init.c could succeed if Emacs were to set a
limit that's greater than PTHREAD_STACK_MIN, but not page-aligned.

	--david


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]