Lisp HUG Maillist Archive

garbage collected? (update)

Apparently the *library-pool-instance* is not the same objetc in the 
beginning that the one at the end:

CL-USER 2 > *library-pool-instance*
#<LIBRARY-CONTAINER 2185F3EC>

.....

CL-USER 3 > *library-pool-instance*
#<LIBRARY-CONTAINER 219AFAF4>

The strange thing is that I only create once this object and it is when 
starting the application.
any idea?

thanks,
Miro



________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________

Re: garbage collected? (update)

Unable to parse email body. Email id is 1204

Re: garbage collected? (update)

The number at the end is the address of the object.
It has been moved by the GC, but it should still be the
same object.

The GC should not disturb the contents of your container
unless you are doing something weird.
----- Original Message ----- 
From: "Miro Casanova" <mcasanov@vub.ac.be>
To: "Lisp" <lisp-hug@xanalys.com>
Sent: Wednesday, July 09, 2003 09:36
Subject: garbage collected? (update)


> 
> Apparently the *library-pool-instance* is not the same objetc in the 
> beginning that the one at the end:
> 
> CL-USER 2 > *library-pool-instance*
> #<LIBRARY-CONTAINER 2185F3EC>
> 
> ....
> 
> CL-USER 3 > *library-pool-instance*
> #<LIBRARY-CONTAINER 219AFAF4>
> 
> The strange thing is that I only create once this object and it is when 
> starting the application.
> any idea?
> 
> thanks,
> Miro
> 
> 
> 
> ________________________________________________________________________
> This email has been scanned for all viruses by the MessageLabs Email
> Security System. For more information on a proactive email security
> service working around the clock, around the globe, visit
> http://www.messagelabs.com
> ________________________________________________________________________
> 


________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________

Updated at: 2020-12-10 09:00 UTC