logoalt Hacker News

What is the history of the ERROR_ARENA_TRASHED error code?

52 pointsby supermatoulast Wednesday at 8:56 PM16 commentsview on HN

Comments

adzmtoday at 5:16 AM

Oh this is great to know! I actually used this before when writing an arena allocator, since it seemed to be relevant and was already built into a system that was relying on WIN32 and HRESULT errors to begin with. I always had fun trying to find existing error codes among Windows' header files to use for other things.

nubinetworktoday at 7:28 AM

I don't ever recall seeing this error on DOS, what would cause it to manifest? Is this one of those oddballs that you'd only see if your memory was bad, but not bad enough to throw a parity error or fail to POST?

show 1 reply
ameliustoday at 11:03 AM

What is this error called in Linux?

show 1 reply
LoganDarktoday at 5:04 AM

I wonder if performing a system scan or file check has ever actually fixed any errors. Rebooting on the other hand, fixes basically any transient problem I encounter, even on non-Windows machines (a friend who has a Mac doesn't always believe me when I tell them to reboot to fix random unusual slowness/hangs, but they have only 8GB of memory and it has always worked so far!)

I will say though, non-Windows machines rarely need a reboot while Windows often should practically be rebooted daily.

show 2 replies
1570822905today at 7:00 AM

[flagged]