From: John L. Stein
Subject: Are Clos Object pointers in data of Clos object  OK ?
Date: 
Message-ID: <54bovt$afm@uni.library.ucla.edu>
I have a C++ Object CC which is part of a SCM(Scheme)
object SS so I guess it resides in .storage_as.extension.data.
(Is there any way I can look at .storage_as.extension.data?)
In the header of GG I put a SCM pointer SET namely SCM SET;
Then I execute a function which sets SET to a Scheme object.
SET = CollectionWrapper<int*>::buildSet(NIL);
But then when I do (describe SS) I get 
Slots are:
core dump

What could the matter be?


Thanks
-js