bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30364: 26.0.91; thread crash on macos


From: Aaron Jensen
Subject: bug#30364: 26.0.91; thread crash on macos
Date: Mon, 19 Feb 2018 12:16:51 -0800

On Mon, Feb 19, 2018 at 12:08 PM, Paul Eggert <eggert@cs.ucla.edu> wrote:
> x86-64 is not the only 64-bit platform; I suggest making REQUIRED_STACK_SIZE
> equal to sizeof (void *) * 1024 * 1024. Also, no camelcase please. And why
> fail merely because pthread_attr_setstacksize fails?

Updated, thank you for the feedback. I'm mixed on failing when
setstacksize fails, but it seems like the worst case is it'd create a
thread w/ too small a stack size and it may crash on GC. Maybe that's
better than failing outright on some platforms.

Thanks,

Aaron

Attachment: 0001-Require-a-larger-stack-size-for-threads-bug-30364.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]