#361 closed defect (fixed)
crash in compile- decompile - compile with Struct
Reported by: | Jorge | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kernel | Version: | head |
Severity: | normal | Keywords: | |
Cc: | imendez |
Description
If the code below is edited at console then:
1- Compile
2- Decompile
3- Compile ==> tol will "Segmentation fault"
Struct str {
Text txt
};
Set reg = str("nada");
Change History (6)
comment:1 Changed 19 years ago by
Status: | new → assigned |
---|
comment:2 Changed 19 years ago by
Owner: | changed from Jorge to Víctor de Buen Remiro |
---|---|
Status: | assigned → new |
comment:3 Changed 19 years ago by
Cc: | imendez added |
---|
comment:4 Changed 19 years ago by
comment:5 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hello
Problem has been fixed in CVS. Struct creator function (the function with the same
name that the struct that is used to create objects) remained alive and tried to
create objects of the previously deleted Struct instead of new rebuilt one.
Thanks to report it.
Note: See
TracTickets for help on using
tickets.
* Bug 367 has been marked as a duplicate of this bug. *