_d_notify_release !?!?!
John Demme
me at teqdruid.com
Wed Nov 1 19:05:26 PST 2006
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
--
~John Demme
me at teqdruid.com
http://www.teqdruid.com/
More information about the Digitalmars-d-bugs
mailing list