Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

cookies.sqlite-shm & cookies.sqlite-wal?

  • 6 respostas
  • 7 têm este problema
  • 1 exibição
  • Última resposta de finitarry

more options

While Firefox 6 is running, there are two extra cookies files in the profile: cookies.sqlite-shm and cookies.sqlite-wal. These disappear when Firefox closes. What do they do?

While Firefox 6 is running, there are two extra cookies files in the profile: cookies.sqlite-shm and cookies.sqlite-wal. These disappear when Firefox closes. What do they do?

Solução escolhida

I did not read the entire article. You can explore some of the documentation at the following if you need a thorough understanding:


If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.

Ler esta resposta 👍 0

Todas as respostas (6)

more options

Those files are being created by the new sqlite:


If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.



Not related to your question, but...

You need to update some plug-ins:

more options

Thanks for the info. I guess I had better check for a newer Flash plugin. The linked page from your reference explained somewhat. What processes are sharing data? The -shm implies that data in memory is being shared between processes.

more options

The link says:

  • Shm files are Shared Memory files and seem to be used with the above. (the above is "Wal files http://www.sqlite.org/wal.html "Write-Ahead Logging"")


If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.

Alterado por SafeBrowser em

more options

So the -shm file is created as a hex dump of the index in memory in case Firefox is aborted abnormally, so that it can pick up where it left off?

more options

Solução escolhida

I did not read the entire article. You can explore some of the documentation at the following if you need a thorough understanding:


If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.

more options

Thanks. Interesting pages.