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 19 years ago

Closed 19 years ago

Last modified 19 years ago

#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 Jorge

Status: newassigned

comment:2 Changed 19 years ago by Víctor de Buen Remiro

Owner: changed from Jorge to Víctor de Buen Remiro
Status: assignednew

comment:3 Changed 19 years ago by Víctor de Buen Remiro

Cc: imendez added

comment:4 Changed 19 years ago by Víctor de Buen Remiro

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

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

Resolution: fixed
Status: newclosed

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.

comment:6 Changed 19 years ago by Víctor de Buen Remiro

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

Note: See TracTickets for help on using tickets.