Hide
When the ulimit for the stack size is set larger than expected, the error message printed out includes the correct stack size twice, not the incorrect one.
Example:
$ ulimit -s 300
$ /usr/local/freeswitch/bin/freeswitch
Error: stacksize 240 is too large: run ulimit -s 240 or run /usr/local/freeswitch/bin/freeswitch -waste.
auto-adjusting stack size for optimal performance....
It should say:
Error: stacksize 300 is too large: run ulimit -s 240 or run /usr/local/freeswitch/bin/freeswitch -waste.
auto-adjusting stack size for optimal performance....
Show
When the ulimit for the stack size is set larger than expected, the error message printed out includes the correct stack size twice, not the incorrect one.
Example:
$ ulimit -s 300
$ /usr/local/freeswitch/bin/freeswitch
Error: stacksize 240 is too large: run ulimit -s 240 or run /usr/local/freeswitch/bin/freeswitch -waste.
auto-adjusting stack size for optimal performance....
It should say:
Error: stacksize 300 is too large: run ulimit -s 240 or run /usr/local/freeswitch/bin/freeswitch -waste.
auto-adjusting stack size for optimal performance....
(printf on wrong line)