-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
$ulimit -S -s 1073741824
$ ~/julia-comparison/julia --project=.
ERROR: pthread_create(signal_listener) failed
Segmentation fault
Yes, the ulimit is too large, but this isn't a very nice error. We should either give a nicer one or detect this situation, emit a warning and pick a reasonable stack size instead.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior