lismore / peerblock

Peerblock
Other
0 stars 0 forks source link

sqlite3 database problems #162

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Many users have reported PeerBlock crashes like the following:

  File: .\logproc.cpp
  Line: 337
  Type: class sqlite3x::database_error
  Message: disk I/O error

This error means that the Windows filesystem returned some error to sqlite3
while it was writing to our history.db file, but sqlite3 doesn't present
that exact error information back to us.

As a potential workaround, if you are experiencing this problem you should
try setting the "History" dropdown-list on the Settings panel to "Log
None".  This will prevent PeerBlock from writing any history of
allowed/blocked connections to history.db, which should mean that we're not
using sqlite3 anymore.

What we need to do is find some way to get sqlite3 to give us some better
error messages here, whether that means working with them to come up with a
better error-reporting solution, or some kind of sqlite3-specific debug
logs.  They do also have some slightly more-detailed error-reporting that
may be available to us, though we need to look at that in more detail.

Original issue reported on code.google.com by peerbloc...@gmail.com on 13 Oct 2009 at 2:34

GoogleCodeExporter commented 8 years ago
Issue 230 has been merged into this issue.

Original comment by nightstalkerz on 29 Sep 2010 at 9:03

GoogleCodeExporter commented 8 years ago

Original comment by nightstalkerz on 29 Sep 2010 at 9:03

GoogleCodeExporter commented 8 years ago
Issue 427 has been merged into this issue.

Original comment by nightstalkerz on 10 May 2012 at 9:47

GoogleCodeExporter commented 8 years ago
Issue 428 has been merged into this issue.

Original comment by nightstalkerz on 10 May 2012 at 9:47

GoogleCodeExporter commented 8 years ago
Issue 390 has been merged into this issue.

Original comment by nightstalkerz on 10 May 2012 at 9:51

GoogleCodeExporter commented 8 years ago
Issue 391 has been merged into this issue.

Original comment by nightstalkerz on 10 May 2012 at 9:52

GoogleCodeExporter commented 8 years ago
Issue 410 has been merged into this issue.

Original comment by nightstalkerz on 10 May 2012 at 9:52

GoogleCodeExporter commented 8 years ago
Issue 414 has been merged into this issue.

Original comment by nightstalkerz on 10 May 2012 at 9:53

GoogleCodeExporter commented 8 years ago
Issue 370 has been merged into this issue.

Original comment by nightstalkerz on 27 May 2012 at 2:57

GoogleCodeExporter commented 8 years ago
Issue 299 has been merged into this issue.

Original comment by nightstalkerz on 27 May 2012 at 2:57