Comment 5 for bug 336878

Revision history for this message
Sergiu BADAN (sergiu-badan) wrote : Re: gtk-recordMyDesktop hangs after a recording session

I get absolutely the same result on ubuntu 10.10.
After stopping recording, recordmydesktop process seems to hang:
sb@linux:~$ sudo strace -p 13962
Process 13962 attached - interrupt to quit
futex(0xb27b4bd8, FUTEX_WAIT, 13964, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGTERM (Terminated) @ 0 (0) ---
sigreturn() = ? (mask now [])
futex(0xb27b4bd8, FUTEX_WAIT, 13964, NULL) = 0
write(2, "Shutting down.", 14) = 14
write(2, ".", 1) = 1
futex(0xb17b2bd8, FUTEX_WAIT, 13966, NULL

Only killall -9 recordmydesktop solves that. It's rather recordmydesktop issue than gtk-recordmydesktop.

It was working some weeks ago.