#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
Status: | new → assigned |
---|
comment:2 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 21 years ago by
Cc: | imendez added |
---|
comment:5 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000109 |
---|
Note: See
TracTickets for help on using
tickets.
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.