What steps will reproduce the problem?
1. Open the solution attached
2. Make sure the "add" bool is set to true for the first run.
3. Build the solution and run it. The database file will be created and and
a TestClass will be stored in it with SimpleList member containing array
inside.
4. Now in the code, change the "add" bool value to false.
Build the code and run it a few times to make sure nothing is wrong with
the code.
5. Now launch OM. In the main window open the database file created since
step 3. Then after the db viewer window has appeared, close it, but do not
close the main OM window.
6. Run the code once more - no errors should appear at this point.
7. In OM window open the db again then close the db viewer window (which
will return you to the main window).
8. Run the code once more - this time the array pointer inside
"testClass.simpleList" will be NULL.
What is the expected output? What do you see instead?
I expect the pointer to not change it's value to NULL without any reason.
What version of the product are you using? On what operating system?
ObjectManage 7.2.
db4o-7.3
MS Visual Studio 2005
Windows XP Professional Version 2002, Service Pack 2
Please provide any additional information below.
blablabla :)
Original issue reported on code.google.com by danat...@gmail.com on 11 Jun 2008 at 9:54
Original issue reported on code.google.com by
danat...@gmail.com
on 11 Jun 2008 at 9:54Attachments: