﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
752	crash when loading oza containing instances without Class definition	Jorge	Víctor de Buen Remiro	"Evaluate file1.tol in one tol session then in other session evaluate file2.tol, the session 2 will fail with a segmentation fault because Class A is not defined.

file1.tol
============================
{{{
Class A {
  Real v = 1
};

A objA;

Real Ois.Store( [[ objA ]], ""/tmp/objA.oza"" );
}}}
file2.tol, to be executed in other sesion
===========================================
{{{
Set Include( ""/tmp/objA.oza"" );
}}}"	defect	new	highest	OOP Implementation	OOP	head	major			
