When an errormessage strikes you ... (!)


When an errormessage strikes you ... (!)

Really... what is a "dangling" reference count, David I ?

Just wonders...

(There is always a reason... according to my oldest daughter (16))

Comments

  1. TEditSource is an internal class in the IDE, part of the file / editor handling, and is accessed through interfaces. This indicates a TEditSource instance is being freed (?) when something is still holding a reference, i.e. either part of the IDE or an add-on/plugin has a live interface reference to the TEditSource object.

    I've seen this a couple of times. Usually seems to be a plugin doing something odd. Once or twice, I'm pretty sure it's been an internal IDE bug.

    ReplyDelete

Post a Comment