close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 21 years ago

Closed 21 years ago

#106 closed defect (invalid)

BDBReg() crack (see bug 105)

Reported by: request Owned by: danirus
Priority: normal Milestone:
Component: SetAlgebra Version: head
Severity: blocker Keywords:
Cc:

Description

The same code of bug 105 at CVS version

Set inpBdb = BDBOpen("error20040803.txt", 0, "\n", "", "");
Real maxReg = inpBdb->RegNumber;
Real numReg = 1;
Real While(LE(numReg,maxReg),
{

Text inpLin = BDBReg(inpBdb, numReg)[1]; Read a line
Text WriteLn("<"+inpLin+">");
Real(numReg:=numReg+1);
TRUE

});

Real BDBClose(inpBdb);

The same input file.
Only read and write the first lines and TOL goes down

Change History (3)

comment:1 Changed 21 years ago by request

The problem is not BDBReg().
Is the Text WriteLn().
See Bug 109.

comment:2 Changed 21 years ago by danirus

Status: newassigned

Hello Antonio,
Bug 109 has been resolved. Could you verify this bug again?
Keep in touch.

Cheers
Daniel

comment:3 Changed 21 years ago by danirus

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.