logoalt Hacker News

tostiyesterday at 4:46 PM3 repliesview on HN

What programmer or programming language can't iterate a loop more than 32000 times?!


Replies

IshKebabyesterday at 4:53 PM

It's a stack overflow which means it's using recursion and for historical reasons that don't make sense any more, stacks are teeny tiny on 64-bit Linux - apparently only 8 MB on Linux! I'm not sure why they don't raise it to something reasonable like 4 GB. I guess because they want consistency with 32-bit? Maybe we can finally change it if/when they phase out support for 32-bit Linux. Apparently it might not be that far away:

https://lwn.net/Articles/1035727/

show 2 replies
Ygg2yesterday at 5:02 PM

When triaging an issue you have to prioritise. Do you fix a problem that affects 2-3 people or one that may affect thousands?

show 2 replies
hulitutoday at 5:13 AM

Rust ? Because of ... memory safety. /s