Stas Sergeev - 2010-12-20

Beleive it or not, but this, as said in the error message, indeed, is the CPU bug,
so there is nowhere to report or complain.
You should really read the mentioned doc if you want to know the details, it is here:
http://www.dosemu.org/docs/EMUfailure/t1.html#AEN54
Unfortunately, that doc boldly claims that the problem has a work-around since linux-2.6.12.
That's where I implemented it for x86_32, but the work-around code was never ported
to x86_64 because I stopped developing dosemu shortly thereafter.
If your program uses dos4gw (watcom), then just use dos32a instead, and you are fine.
Otherwise, you can boot the 32bit kernel, or enable the CPU emulation in dosemu even
for DPMI, or try to port the workaround code to x86_64 kernel (I promise you it won't be easy! :))