Search Issue Tracker

Fixed

Fixed in 6000.6.X

Under Consideration for 6000.5.X

Votes

0

Found in

6000.5.0a6

6000.6.0a2

Issue ID

UUM-137192

Regression

Yes

An exception thrown during GraphModel.OnEnable when creating/loading a Graph can cause a memory leak

Graph Toolkit

-

Steps to reproduce:

  1. Define a graph that modifies itself during OnEnable (eg : creates a node)
  2. Instantiate an intance of that graph in code (using GraphDatabase methods)
  3. Count the number of objects of your graph type

Actual results: 

Count will be 1

Expected results: 

Count will be 0

Reproducible with versions: 6000.6.0a1, 6005.0a6

Not reproducible with versions: 6000.4

 

  1. Resolution Note:

    Fixed in 6000.6.0a3

  2. Resolution Note (fix version 6000.6):

    Fixed in 6000.6.0a3

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.