Re: Pike 8.0: Sql.pgsql objects don't get garbage collected?
Jeff Hungerford <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
I'm testing with HEAD at 6f87145.
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.
I'm still seeing some attempts to access destructed objects:
-=-=-=-=-
Lookup in destructed object.
/usr/local/pike/8.0.177/lib/modules/Sql.pmod/pgsql.pike:603:
unknown function(conxion fd: 15 input queue: 0/224 queued portals: 1 output queue: 18/224 )
-=-=-=-=-
-=-=-=-=-
Cannot call functions in destructed objects.
Unknown program: destructed object->function()
/usr/local/pike/8.0.177/lib/modules/Sql.pmod/pgsql.pike:626:
unknown function(conxion fd: 16 input queue: 0/224 queued portals: 1 output queue: 0/224)
-=-=-=-=-
-=-=-=-=-
Indexing the NULL value with "i".
/usr/local/pike/8.0.177/lib/modules/Sql.pmod/pgsql.pike:632: pgsql(hungerf3@localhost:5432/hungerf3,0,0)->procmessage()
/usr/local/pike/8.0.177/lib/modules/Sql.pmod/pgsql.pike:626:
pgsql(hungerf3@localhost:5432/hungerf3,0,0)->_processloop(conxion fd: 25 input queue: 0/224 queued portals: 1 output queue: 0/224)
-=-=-=-=-
-=-=-=-=-
Indexing the NULL value with "trylock".
/usr/local/pike/8.0.177/lib/modules/Sql.pmod/pgsql_util.pmod:260:
conxion fd: -1 input queue: 0/224 queued portals: 1 output queue: 0/224
->start(UNDEFINED)
/usr/local/pike/8.0.177/lib/modules/Sql.pmod/pgsql.pike:1162: unknown function()
-=-=-=-=-
-Jeff