This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: I'm missing something obvious...


On Mon, May 21, 2001 at 07:08:36PM -0700, Zack Weinberg wrote:
> I'm trying to simplify the code dealing with nested garbage-collection
> contexts.  I have implemented something that *should* work, but
> doesn't: on the first collection after anything is allocated in a
> nested context, live objects get freed, and we crash.  I suspect I'm
> missing something obvious.  Would someone please look at the appended
> patch and send me a clue?

I found the problem myself, thanks anyway.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]