Any reason this would be happening

Discussion in 'Plugin Development' started by Crash, Mar 22, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Crash

    A little while ago I released my Slots plugin which seemed to work okay. Then people began to tell me slots were disappearing after awhile and apparently they weren't even registering as slots. That could mean somehow the instance got GCed maybe ? I have no idea why they just disappear, I didn't know that could happen.

    Here is the link to the source incase it's needed
     
  2. Offline

    Mixcoatl

    The garbage collector will only collect an object it if there are no strong references to it within the virtual machine instance.
    You would need to dig into this problem some more to find a solution. Optimally, you would attempt to find a server where this is occurring and trying to understand the problem by directly interacting with it. You may need to add some debug messaging to your code to obviate when events are raised and other specific conditions occur.
    Based upon your current description of the problem, I'm not certain it's possible to debug it remotely.
     
  3. Offline

    Crash

    Bump incase anybody else has any ideas...
     
  4. Offline

    Edward Hand

    Not unless you have more information/clues to give...
     
Thread Status:
Not open for further replies.

Share This Page