Null pointer in __vptr

Adam D Ruppe destructionator at gmail.com
Fri Nov 19 18:14:03 UTC 2021


On Friday, 19 November 2021 at 18:04:17 UTC, frame wrote:
> So, a partial nulled table shouldn't exist, right? like this:

Indeed.

I've gotten that before as a result of a compiler bug... I had an 
abstract method that wasn't implemented but the compile time 
error got swallowed by a bug and thus the null method made its 
way to the binary.

I think that bug was fixed.... but still you might want to check 
your code for the `abstract` keyword and ensure they are legit 
implemented in your cases.



More information about the Digitalmars-d-learn mailing list