www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - priveliged instruction

reply Michelle Long <HappyDance321 gmail.com> writes:
In x64 I regularly get privileged instruction errors. This 
happens for exceptions. In x86 the excepts are shown normally.

There seems to be a bug in windows x64 exception handling, again, 
it works fine for x86 and reports the exception.
Mar 16 2019
parent Jonathan Marler <johnnymarler gmail.com> writes:
On Saturday, 16 March 2019 at 23:53:16 UTC, Michelle Long wrote:
 In x64 I regularly get privileged instruction errors. This 
 happens for exceptions. In x86 the excepts are shown normally.

 There seems to be a bug in windows x64 exception handling, 
 again, it works fine for x86 and reports the exception.
Can you open an issue in bugzilla with instructions to reproduce? https://issues.dlang.org/
Mar 16 2019