_d_notify_release !?!?!

Sean Kelly sean at f4.ca
Wed Nov 1 18:14:52 PST 2006


John Demme wrote:
> What does this mean?  One of my test programs (which used to work) now
> outputs this.  Seems to happen right after a function returns.
> 
> _d_notify_release(o = 0xf7d0ae80)

It's some debugging code that was left turned on in internal/object.d by 
accident.  The message is printed when an object monitor is released 
during object deletion/collection.  To get rid of it, comment out 
internal/object.d:211 and rebuild Phobos.


Sean



More information about the Digitalmars-d-bugs mailing list