Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tribler crashes if the disk is full #3247

Closed
xoriole opened this issue Nov 21, 2017 · 0 comments
Closed

Tribler crashes if the disk is full #3247

xoriole opened this issue Nov 21, 2017 · 0 comments
Milestone

Comments

@xoriole
Copy link
Contributor

xoriole commented Nov 21, 2017

Tribler crashes if the user disk is full. Tribler should check the available disk space on startup and notify the user if the available space is insufficient.

Traceback (most recent call last):
File "/home/sandip/personal/tribler/TriblerGUI/event_request_manager.py", line 99, in on_read_data
raise RuntimeError(json_dict["event"]["text"])
RuntimeError: [Failure instance: Traceback: <class 'apsw.FullError'>: FullError: database or disk is full
/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py:1243:run
/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py:1252:mainLoop
/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py:878:runUntilCurrent
/usr/local/lib/python2.7/dist-packages/twisted/internet/task.py:239:__call__
--- <exception caught here> ---
/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py:150:maybeDeferred
/home/sandip/personal/tribler/Tribler/Core/CacheDB/SqliteCacheDBHandler.py:1285:_flush_to_database
/home/sandip/personal/tribler/Tribler/dispersy/util.py:46:helper
/home/sandip/personal/tribler/Tribler/dispersy/util.py:225:blockingCallFromThread
/home/sandip/personal/tribler/Tribler/Core/CacheDB/sqlitecachedb.py:308:executemany
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants