logoalt Hacker News

pjmlpyesterday at 4:14 PM1 replyview on HN

Usually in runtimes like Java and .NET there are safepoints exactly to avoid changing context in the middle of a set of instructions.


Replies

andygockeyesterday at 4:44 PM

Yeah but we have codegen bugs in .NET as well. The biggest difference that stood out to me in this write up, is we would have gone straight for “coredump” instead of other investigation tools. Our default mode of investigating memory corruption issues is dumps.

show 1 reply