﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
423	Segmentation fault when you using a BDB with a incorrent number fields in Structure argument	César Pérez Álvarez	danirus	"If you try this code:
 
Struct MyStruct
(
  Text  Field1,
  Text  Field2
);

Set csvData =
 BDBOpen(""data.csv"", 0, "";"", """", ""MyStruct"");
Set csvInfo = BDBReg(csvData, 1);

With a simple data.csv like this:

info1;info2;info3

TOLBase crashs"	defect	closed	normal		Various	head	normal	fixed		
