-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
area: signalsRelates to signal or trap handling within the shell.Relates to signal or trap handling within the shell.
Description
bash$ nproc(){ nproc; }
bash$ echo $(nproc) # returns 0 . Why ???
brush$ nproc(){ nproc; }
brush$ echo $(nproc)
thread 'tokio-runtime-worker' (25461) has overflowed its stack
fatal runtime error: stack overflow, aborting
fish: Job 1, 'brush' terminated by signal SIGABRT (Abort)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: signalsRelates to signal or trap handling within the shell.Relates to signal or trap handling within the shell.