Hacker News new | ask | show | jobs
by danieltillett 3867 days ago
Yes as soon as you have to support both 32 and 64 builds in a multi-threaded program that is using the C run time library. This of course is just my opinion :)
1 comments

Why is SEH a problem in that case? SEH is occasionally flaky but much nicer than trying to handle SEGV.