Bug 147328 - Data DVD Verification fails on K3b 1.0.2
Summary: Data DVD Verification fails on K3b 1.0.2
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-28 16:22 UTC by Christopher Baluyut
Modified: 2007-07-20 11:19 UTC (History)
1 user (show)

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 Christopher Baluyut 2007-06-28 16:22:48 UTC
Version:           1.0.2 (using KDE KDE 3.5.7)
Installed from:    Slackware Packages
Compiler:          gcc 4.1.2 
OS:                Linux

I think there is possible bug with kde 1.0.2. I burned about 3 data DVDs here. remount of DVD media didn't happen and verification would not commence, there is always a "No track to verify" error message after a successful burn. I tried chmodding cdrecord, cdrdao, growisofs and mkisofs to 4711, it didn't help. I downgraded to k3b 1.0.1, remounting of DVD media happened and DVD verification went through.
Comment 1 Piotr Stachura 2007-07-11 19:19:07 UTC
I think it's related. When DVD drive reaccess to dics (remount w/o reloading tray) my system hangs. When I pressed eject button, system backs to normal. It happens when starting verification and when writing one session on disc (disc isn't ejected after burning).
Comment 2 ross 2007-07-19 00:26:25 UTC
Yes, 1.0.2 appears not to try (at least if is not successful) to reload the disc after ejection.  Then the verification fails!  This happens 100% of the time on two systems.  

Mine comes from latest PCLinuxOS repositories.  
Comment 3 Sebastian Trueg 2007-07-20 11:19:40 UTC
SVN commit 690188 by trueg:

My last commit reverted to the old behaviour of reloading the medium before
verification. I forgot to mention the bugs that are fixed by this.

BUGS: 147297, 147328, 147420, 147698


 M  +5 -1      ChangeLog  


--- branches/stable/extragear/multimedia/k3b/ChangeLog #690187:690188
@@ -1,6 +1,10 @@
 1.0.3
 =====
- * Make sure the medium is not ejected before verification when burning ISO images.
+ * Reverted to old behaviour of reloading medium before verification. Not enough
+   testing had been done before introducing this and some systems fail to read the
+   medium before reload (Bugs 147297, 147328, 147420, 147698).
+ * Do not crash when the currently playing audio project item is removed (Bug 147548).
+ * Added desktop actions to handle empty media with K3b.
 
 1.0.2
 =====