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

Last modified 18 years ago

#109 closed defect (fixed)

A type in WriteLn() or Write() makes TOL Crack inside functions

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

Description

A type in WriteLn() or Write() makes TOL Crack inside functions

WriteLn() type is Anything, but works with all types, I usually use
Text or Real.
Now, inside functions Text WriteLn() or Real WriteLn() makes TOL crack

Real FunB(Real b)
{

Real WriteLn("FunB"); Cracks
1

};

Real FunA(Real a)
{

WriteLn("FunB"); Works
1

};

Real call01 = FunA(1);

Real call02 = FunB(1);

Change History (5)

comment:1 Changed 21 years ago by danirus

Status: newassigned

comment:2 Changed 21 years ago by danirus

Resolution: fixed
Status: assignedclosed

This bug has been resolved.
graimp.cpp has to return back to version 1.7 (actual 1.9).
This bug appear after resolve another problem related with zombi (or orphan)
objects (bug 95).
Under this current version this bug (99) has been resolved and also 95.

comment:3 Changed 21 years ago by danirus

Cc: imendez added

comment:4 Changed 21 years ago by danirus

* Bug 118 has been marked as a duplicate of this bug. *

comment:5 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000109
Note: See TracTickets for help on using tickets.