Re: Pike 8.0: Sql.pgsql objects don't get garbage collected?
"Stephen R. van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Jeff Hungerford wrote: >I'm still seeing the "Attempting to clone an unfinished program" error >messages; however whereas before I would sometimes see multiple of them, >so far I've only seen one at a time. Ok, I think this would indicate that the recent patch to the Pike compiler is working mostly, but not in all cases. I won't reactivate the kludge I put in, this needs to be fixed in the compiler proper. >I'm still seeing some attempts to access destructed objects: Ok, rethought the possible races. Moved a Mutex closer to the source, and eliminated another. Fingers crossed, please retest. -- Stephen.