k9copy hangs as you start a backup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
k9copy (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: k9copy
mozart->~$ lsb_release -rd
Description: Ubuntu 9.04
Release: 9.04
mozart->~$ apt-cache policy k9copy
k9copy:
Installed: 2.3.0-0ubuntu2
Candidate: 2.3.0-0ubuntu2
Version table:
*** 2.3.0-0ubuntu2 0
500 http://
100 /var/lib/
mozart->~$
A few weeks ago (some time in early May) k9copy started hanging when it should start authoring.
I thought it might be that it depended on some kde service that was not installed (I run gnome), so I did an "apt-get install kde", but it still hangs.
Standard output shows that it should run the command:
" dvdauthor -x /tmp/kde-
but it never executes that. Note that I can run that command from the shell and it works very well.
If I run k9copy under strace there is way too much output, but where it hangs it's in a loop of failing read() calls (EAGAIN error) and poll() calls (timeout). I append them below in case they are useful instead of being boiler plate window system calls.
clock_gettime(
gettimeofday(
stat64(
select(8, [7], [7], NULL, NULL) = 1 (out [7])
writev(7, [{"5 \4\0\3168\
gettimeofday(
stat64(
clock_gettime(
clock_gettime(
clock_gettime(
select(8, [7], [7], NULL, NULL) = 1 (out [7])
writev(7, [{"< \2\0\3208\
read(7, 0x8ee9708, 4096) = -1 EAGAIN (Resource temporarily unavailable)
read(16, 0x8f1f7c8, 4096) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=11, events=
clock_gettime(
read(7, 0x8ee9708, 4096) = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(
read(7, 0x8ee9708, 4096) = -1 EAGAIN (Resource temporarily unavailable)
read(16, 0x8f1f7c8, 4096) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=11, events=
read(7, 0x8ee9708, 4096) = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(
clock_gettime(
read(7, 0x8ee9708, 4096) = -1 EAGAIN (Resource temporarily unavailable)
read(16, 0x8f1f7c8, 4096) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=11, events=
read(7, 0x8ee9708, 4096) = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(
gettimeofday(
stat64(
select(8, [7], [7], NULL, NULL) = 1 (out [7])
writev(7, [{"5 \4\0\3218\
gettimeofday(
stat64(
clock_gettime(
clock_gettime(
clock_gettime(
select(8, [7], [7], NULL, NULL) = 1 (out [7])
writev(7, [{"< \2\0\3238\
read(7, 0x8ee9708, 4096) = -1 EAGAIN (Resource temporarily unavailable)
read(16, 0x8f1f7c8, 4096) = -1 EAGAIN (Resource temporarily unavailable)
ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelMo
Package: k9copy 2.3.0-0ubuntu2
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: k9copy
Tags: ubuntu-unr
Uname: Linux 2.6.28-11-server i686
It appears that this bug is not specific to Ubuntu Netbook Remix, so the ubuntu-unr tag has been removed. If something changes, and you later believe that this bug only happens on UNR, please add the ubuntu-unr tag again.