Version 9 Jun 24 2015 build 32bit
Run this program in a instance of eviews:
Code: Select all
workfile u 1 100
series a1 = rnd
series a2 = rnd
db test
store test::a1
store test::a2Code: Select all
delete test::a*If you open the database with dbopen before running the delete, no crash happens.
