Bug 181301 - KTimeTracker erroneuosly claims that disk is full
Summary: KTimeTracker erroneuosly claims that disk is full
Status: RESOLVED WORKSFORME
Alias: None
Product: ktimetracker
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Thorsten Staerk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 14:52 UTC by Christoph Lange
Modified: 2009-09-29 07:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Lange 2009-01-19 14:52:53 UTC
Version:           4.1.4 (using 4.1.4 (KDE 4.1.4), Gentoo)
Compiler:          x86_64-pc-linux-gnu-gcc
OS:                Linux (x86_64) release 2.6.26-tuxonice-r4

It once occurred to me that my disk was full while KTimeTracker was running.  Then I freed some space and quit KTimeTracker.  Since that time, KTimeTracker has always been claiming "Could not save. Disk full?" on every save -- even though there is enough disk space, and indeed my time tracker file is saved successfully.  Could this bug have been introduced when "fixing" bug 152456?
Comment 1 Thorsten Staerk 2009-01-23 10:02:47 UTC
I suspect a stale lock as described at http://userbase.kde.org/KTimeTracker/Developing#How_to_reproduce_a_stale_lock
Comment 2 Christoph Lange 2009-01-23 10:51:10 UTC
Indeed, that was the problem -- thanks!
Comment 3 Thorsten Staerk 2009-09-29 07:35:15 UTC
Problem solved, I guess we have to live with the fact that stale locks can occur.