Re: polipo memory growing apparently without bound; atoms?

Juliusz Chroboczek <[email protected]>
Newsgroups gmane.comp.web.polipo.user
Message-ID <[email protected]>
> Discarded all objects, 1 + 3 objects left (5 chunks and 351679 atoms used).

Yep, that's not good.

In gdb, you can have a look at the contents of atoms by examining

  atomHashTable[n]->string
  atomHashTable[n]->next->string
  atomHashTable[n]->next->next->string
  ...

for values of n between 0 and ATOM_HASH_TABLE_SIZE.  The contents of the
atoms will give us an idea of where these atoms come from.

Thanks,

                                        Juliusz

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.