9067: New log system eats logs
Reported by bbyer | April 29th, 2008 @ 08:32 PM | in 1.2.2
Opening an old-style logfile (lnkData) causes Linkinus to delete it and replace it with a zero-byte file. Probably easiest to demonstrate:
$ cp proof.lnkData proof.lnkData.orig
$ ls -l proof.lnk*
-rw-r--r-- 1 bbyer staff 5012 Apr 29 11:28 proof.lnkData.orig
-rw-r--r-- 1 bbyer staff 5012 Apr 29 11:28 proof.lnkData
$ open proof.lnkData
(blank window)
$ ls -l proof.lnk*
-rw-r--r-- 1 bbyer staff 5012 Apr 29 11:28 proof.lnkData.orig
-rw-r--r--@ 1 bbyer staff 0 Apr 29 11:28 proof.lnkLog
After closing and reopening the program, I wasn't able to reproduce the 0-byte output -- but it'd be nice to not delete the lnkData file at all to prevent this from becoming a problem (thank you, Time Machine!).
Comments and changes to this ticket
-

Nicolas Lapomarda April 29th, 2008 @ 09:42 PM
- → Milestone changed from 1.3 to 1.2.2
-

Nicolas Lapomarda April 29th, 2008 @ 09:44 PM
- → State changed from new to resolved
Ok, deleted the deletion, thanks ;)
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
