brent- / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

OGR CSV Variable Calculation Crash #138

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In GeoDa 1.5.33 (or earlier)
1) Open columbus_csv.gda project
2) Open Table > Variable Calculation and leave on "Special" default tab
3) Assign COLUMBUS_ the "NORMAL RANDOM" Operation.
4) Instant program exit on clicking "Apply" every time.

Note: no problem when assigning to a double field such as AREA.  Seems to only 
be a problem for integer fields.  This shouldn't happen since 
FieldNewCalcSpecialDlg::Apply() method only uses the TableInterface to set the 
results.  Only seems to be a problem for CSV.

Tested on GeoDa 1.5.32 / 1.5.33 on OSX 10.6

Original issue reported on code.google.com by mmcc...@gmail.com on 22 Apr 2014 at 4:22

GoogleCodeExporter commented 8 years ago
FIxed in ci 3184.

Original comment by lixun...@gmail.com on 22 Apr 2014 at 8:45