nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

warn the user of I/O problems #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the user has a full hard drive (or permission problems?), it would be
nice to show an error dialog instead of crashing.

(https://bugs.launchpad.net/ubuntu/+source/specto/+bug/150957)

Sample traceback:
  File "/usr/bin/specto", line 38, in <module>
    specto = Specto()
  File "/usr/lib/python2.5/site-packages/spectlib/main.py", line 90, in
__init__
    self.check_instance() #see if specto is already running
  File "/usr/lib/python2.5/site-packages/spectlib/main.py", line 185, in
check_instance
    f.close()
IOError: [Errno 28] No space left on device

Original issue reported on code.google.com by nekoh...@gmail.com on 12 Nov 2007 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 23 Jun 2011 at 3:57