question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disk Too Full SQLite error

See original GitHub issue

An unhandled fatal exception has occurred.

==== BEGIN ==== code = Full (13), message = System.Data.SQLite.SQLiteException (0x800007FF): database or disk is full database or disk is full at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt) at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader…ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at SQLLiteExtensions.SQLExtCommand`1.ExecuteNonQuery() in C:\Code\EDDiscovery\BaseUtilities\SQLLite\SQLLite\SQLCommand.cs:line 131 at EliteDangerousCore.DB.SQLiteConnectionSystem.CreateSystemsTableIndexesNoLock() in C:\Code\EDDiscovery\EliteDangerous\DB\SQLiteConnectionSystem.cs:line 346 at EliteDangerousCore.DB.SQLiteConnectionSystem.CreateSystemsTableIndexes() in C:\Code\EDDiscovery\EliteDangerous\DB\SQLiteConnectionSystem.cs:line 323 at EDDiscovery.EDDiscoveryController.BackgroundInit() in C:\Code\EDDiscovery\EDDiscovery\EDDiscoveryController.cs:line 552 at EDDiscovery.EDDiscoveryController.BackgroundWorkerThread() in C:\Code\EDDiscovery\EDDiscovery\EDDiscoveryController.cs:line 495 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() ===== END =====

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
klightspeedcommented, May 6, 2019

database or disk is full

Is your disk full?

0reactions
klightspeedcommented, Jun 12, 2019

This suggests we need to override the TMP and/or TEMP environment variables to e.g. a temp directory in the data directory.

Edit: @bymaximus can I please confirm that EDDiscovery has that temp file in its handles list, and it’s not some other process that is creating that temp file? The screenshot shows the file being accessed by System.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SQLite3 database or disk is full / the ...
It means the temp directory is full.) I have 256G of RAM but only 2G of /tmp, so this works great for me....
Read more >
recommendation for reclaiming the db when disk is full
Hello, I have an embedded device on which I have a in memory sqlit3 database. I am using C apis to connect and...
Read more >
[SQLite] How to resolve "disk or database is full" error?
I was trying to run a query, and got an error message saying "Error: disk or database is full." This is the first...
Read more >
Database.sqlite Error: database or disk is full - Questions
Hello, the disk from my VPS is almost full and im trying to VACUUM the database: 781074 13700076 -rw-r–r-- 1 ubuntu ubuntu 14028853248...
Read more >
[sqlite] delete record fail when disk full
I want to delete a record when database is full but I get the error message ". ... file and insert records until...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found