References becoming null (help!)

silverling silphain at no_sp.am.gmail.com
Mon Apr 16 15:42:07 PDT 2007


I checked through your code and didn't find any reason for the reference to disappear. I advice you to use another version of the compiler. Also disabling the GC where you did may no do much. Try putting it at the begin of the update method, that way it'll stay disabled though all of the split process.

As a last resort, go through the assembler code and try to find where that reference is written null.



More information about the Digitalmars-d mailing list