google-code-export / tovid

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

tovid dvd get's stuck trying to find dvd device #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
root@localhost movie]# uname -a
Linux localhost.localdomain 2.6.18-194.8.1.el5 #1 SMP Thu Jul 1 19:04:48 EDT 
2010 x86_64 x86_64 x86_64 GNU/Linux

Output of tovid dvd as follows: 

[root@localhost movie]# tovid dvd -burn -device /dev/dvdrw movie.xml 
Read options from /root/.tovid/tovid.ini:

--------------------------------
tovid dvd
Create a DVD-Video file structure and burn it to DVD
Version svn-r3276
http://tovid.wikia.com
--------------------------------

It get's stuck here, no output, no crash, and a find process is sitting in top 
at 98% cpu usage. 

ps shows the find command as: 

find -L /dev -type b -name dvdrw*

running that command produces: 

[root@localhost movie]# find -L /dev -type b -name dvdrw* 2> tovid-find.error
/dev/dvdrw-sr0
/dev/dvdrw

The command continued to run, I allowed tovid-find.error to grow to 14GB before 
stopping the command. I have attached the first and last 5M of that file, as 
well as a directory listing of /dev

Original issue reported on code.google.com by j.pei...@gmail.com on 17 Aug 2010 at 6:20

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by j.pei...@gmail.com on 17 Aug 2010 at 6:23

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by j.pei...@gmail.com on 17 Aug 2010 at 6:26

Attachments:

GoogleCodeExporter commented 9 years ago
resolved in svn r3277 - thanks grepper!

http://groups.google.com/group/tovid-svn/browse_thread/thread/4e627aed590daba7#

Original comment by j.pei...@gmail.com on 17 Aug 2010 at 8:27

GoogleCodeExporter commented 9 years ago
j.peirce: thanks for reporting

Original comment by grepper@gmail.com on 21 Aug 2010 at 1:29