Acces Violation: assert with null instance

Walter Bright newshound at digitalmars.com
Thu Jan 25 23:58:13 PST 2007


Frits van Bommel wrote:
> Walter Bright wrote:
>> It does check if it's null. That's how the access violation exception 
>> gets thrown.
> Access violations are hardware-generated, and not a particularly nice 
> way to detect an error. Especially since no usable file & line 
> information is generated.

If you run it under the debugger, it should pop up with the cursor on 
where it faulted (line and file). If it doesn't, it's a bug in the 
debugger or the debug output of the compiler.


More information about the Digitalmars-d-bugs mailing list