Altera_Forum
Honored Contributor
20 years agoTFTP server stack size
In case anyone else is trying to use TFTP - the default stack size for the server daemon is being calculated as 12 bytes! I looked into the CDL for this component and found that the default stack size is being calculated using symbols which are not defined (at least I couldn't find them in my installation). When I manually changed the size to 4096 in configtool, it fixed the crashes I'd been experiencing. FYI...