_d_notify_release !?!?!

Brad Roberts braddr at puremagic.com
Wed Nov 1 19:14:48 PST 2006


John Demme wrote:
> Sean Kelly wrote:
> 
>> 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
> 
> Ahh.  That makes sense.  It was only two functions in my code that was doing
> it, so I thought the code was malfunctioning.  If I can just ignore it, I
> don't care.
> 
> Thanks

A quick search in bugzilla yields:

http://d.puremagic.com/bugzilla/show_bug.cgi?id=457

Later,
Brad



More information about the Digitalmars-d-bugs mailing list