--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
From sqlite3, could you run "pragma integrity_check;"?
-scott
On Thu, Sep 9, 2010 at 1:28 PM, Chris Masone <cma...@chromium.org> wrote:
Yep, sounds like your cookies DB is hosed.We do have a bigger general problem which is how chrome detects, reports, and reacts to user profile corruption.Silent chronic failures are no good.(For this specific instance, even just having automatically recreated the cookie DB would have been preferable to ongoing failures).
-scott
I know this is a ridiculous thought, but I heard it happened to someone I know - with a fresh installation of Chrome -Did you make sure that the Content Settings are not set to not store cookies?
I'd love to get a better handle on *why* this sometimes happens. Was
there anything that was correlated with the corruption? An unexpected
crash or something like it?
(And yes, we should automatically detect this and move the Cookie DB
out of the way with a notification to the user. I've meant to file a
bug on that and hadn't gotten to it :-J; I'll do that now.)
We're in this tricky position with regard to DB corruption in that it
does sometimes "just happen", but it might also be some kind of bug in
the code that causes it, and we don't want to ignore that possibility
because sometimes the same problem can occur with code bugs :-J.
-- Randy
On Fri, Sep 10, 2010 at 10:45 AM, Chris Masone <cma...@chromium.org> wrote:I'd love to get a better handle on *why* this sometimes happens. Was
>
>
> On Thu, Sep 9, 2010 at 11:54 PM, PhistucK <phis...@gmail.com> wrote:
>>
>> I know this is a ridiculous thought, but I heard it happened to someone I
>> know - with a fresh installation of Chrome -
>> Did you make sure that the Content Settings are not set to not store
>> cookies?
>
> Yeah, we did. It wasn't a fresh install; it had been storing cookies and
> then stopped.
> It seems like the Cookies-journal file got corrupted, and that's the end of
> cookies :-/
there anything that was correlated with the corruption? An unexpected
crash or something like it?