EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

traceback: database locked #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should probably convert all database usage to do the try: finally: thing.

Traceback (most recent call last):
  File "/src/hotwire-shell/hotwire_ui/shell.py", line 287, in <lambda>
    self.__input.connect("notify::text", lambda *args:
self.__on_input_changed())
  File "/src/hotwire-shell/hotwire_ui/shell.py", line 958, in
__on_input_changed
    self.__completions.set_history_search(self.get_active_lang().uuid,
curvalue or None)
  File "/src/hotwire-shell/hotwire_ui/completion.py", line 467, in
set_history_search
    histitems = map(lambda result: (lang_uuid,result),
self.__context.history.search_commands(lang_uuid, histsearch))
  File "hotwire/state.py", line 149, in search_commands
sqlite3.OperationalError: database is locked

Original issue reported on code.google.com by cgwalt...@gmail.com on 3 Feb 2008 at 4:21

GoogleCodeExporter commented 9 years ago
This one was probably just because I had a full disk.

Original comment by cgwalt...@gmail.com on 4 Feb 2008 at 5:08