Crash with no warning on stacking operation
Posted: Thu Nov 06, 2025 5:39 am
Using Eviews 14, Apr 8 2025 build.
To reproduce this bug, download the WDI database in CSV format from the World Bank (https://databank.worldbank.org/data/dow ... DI_CSV.zip) and unzip.
Import the database (largest file in the ZIP) into Eviews:
wfopen WDICSV.csv ftype=ascii rectype=crlf skip=0 fieldtype=delimited delim=comma colhead=1 namepos=all eoltype=pad badfield=NA @freq U 1 @smpl @all
Each year appears as a separate series (num2020, etc), so one might want to stack on the time dimension with:
pagestack num? @ *? *
Eviews closes with no error message, no warning.
To reproduce this bug, download the WDI database in CSV format from the World Bank (https://databank.worldbank.org/data/dow ... DI_CSV.zip) and unzip.
Import the database (largest file in the ZIP) into Eviews:
wfopen WDICSV.csv ftype=ascii rectype=crlf skip=0 fieldtype=delimited delim=comma colhead=1 namepos=all eoltype=pad badfield=NA @freq U 1 @smpl @all
Each year appears as a separate series (num2020, etc), so one might want to stack on the time dimension with:
pagestack num? @ *? *
Eviews closes with no error message, no warning.