El dom, ene 10 2010 a les 17:01, Axel Beckert va escriure:
>
> 32dcd0474547d190fd658645b9c50fda2ea9287f is indeed the latest version.
> (Only that it's from the 19th of December according to
> http://repo.or.cz/w/conkeror.git :-)
>
Mmm… yes:

Author: … 2009-12-16 06:24:22
Committer: …  2009-12-19 10:17:57

>> It must be xulrunner because Conkeror hasn't changed since then.
>
> Seems so, yes. But anyway, it's probably us who has to fix that. :-)
>
> Any complex stuff in your conkerorrc?
>

  Removing ~/.conkerorrc makes no difference.
  But removing ~/.conkeror.mozdev.org does: without that profile, it starts 
correctly (and creates a new profile).
  Carefully removing each file independently I found that the file 
places.sqlite-journal was the culprit:


~/.conkeror.mozdev.org/conkeror/hgwfry3w.default$> ll places.sqlite*
-rw-r--r-- 1 dc dc 21762048 ene  9 04:18 places.sqlite
-rw-r--r-- 1 dc dc      512 ene  9 10:38 places.sqlite-journal

conkeror                             # Doesn't run
sqlite3 places.sqlite3 ".schema"     # Says: Error: disk I/O error
rm places.sqlite-journal
sqlite3 places.sqlite3 ".schema"     # Now it shows its contents (~10 tables)
conkeror                             # And it runs, with my old whole profile


  I don't know why that database is corrupt. Is there something I can do to 
find it?

Thanks,
Daniel

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to