Opened 20 years ago
Closed 19 years ago
#242 closed defect (fixed)
Capture information of a destroyed object
Reported by: | rcsoto | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
If we created an object, of any grammar, if we requested information of an object
with the same name and Code grammar, the function indicates to us that any
object of that grammar with that name does not exist.
When decompile the object, and returning to ask for the same information, Tol
finalizes its execution of unexpected form.
Example:
step 1
Real _aa = 5;
Set info1 = Tcl_Eval("::tol::info variable Code _aa");
setp 2
Set dest1 = Tcl_Eval("::tol::console stack release _aa");
step 3
Set info2 = Tcl_Eval("::tol::info variable Code _aa");
Change History (2)
comment:1 Changed 20 years ago by
Status: | new → assigned |
---|
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
with the current development line this report is fixed
I have tried the sample provided and everything was ok. Please check it again. Only
remains trying on Windows.