Page 1 of 1
other startup problem
Posted: Sun Nov 24, 2013 10:06 am
by james013
Hello,
I installed the oss-cfg package, as recommended as workaround on my debian box with kde desktop.
Build succeeded without errors.
When I start makemkv, nothing happens, but cpu-usage of one kernel jumps to 100%
Asking top for the originator of the cpu-usage, it blames
makemkvcon
Looking at the running processes related to makemkv, the output is like this:
Code: Select all
10:40 pts/13 00:00:00 makemkv
10:40 pts/13 00:04:16 /usr/bin/makemkvcon guiserver G0012
I searched for guiserver, but I have none and I don't know, where it should come from.
Is it part of makemkv, that on my system has not been built or is it part of another package, that I should have installed?
br J.
Re: other startup problem
Posted: Sun Nov 24, 2013 3:33 pm
by joplass
I was able to install without error using the workaround but makemkv does not start. I think I will just sit tight and wait for the next version. I wish I could find the previous version and see IF that could work.
Re: other startup problem
Posted: Mon Nov 25, 2013 5:49 pm
by belegdol
/download/old/
Re: other startup problem
Posted: Wed Nov 27, 2013 4:46 pm
by slaanesh
Same issue here on Fedora:
Code: Select all
$ ps -eaf | grep makemkv
slaanesh 11883 3612 0 17:43 pts/3 00:00:00 makemkv
slaanesh 11884 11883 99 17:43 pts/3 00:00:11 /usr/bin/makemkvcon guiserver G0012
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
11884 slaanesh 20 0 101164 3056 2056 R 100.0 0.0 0:38.35 makemkvcon
The command makemkvcon is taking 100% cpu. If I stop the makemkv command; the relevant makemkvcon command is not terminated and stays in the back consuming 100% cpu; and each tentative adds another thread.
Re: other startup problem
Posted: Sun Dec 01, 2013 3:07 am
by malattia
I tried stracing makemkvcon and it's not making any system call (ie. no output).
Attaching with gdb here's a stack trace:
Code: Select all
0x00007fea15449aa0 in SYS_memcpy () from /usr/lib/libmakemkv.so.1
(gdb) bt
#0 0x00007fea15449aa0 in SYS_memcpy () from /usr/lib/libmakemkv.so.1
#1 0x00007fea12172ecb in ?? () from /usr/lib/x86_64-linux-gnu/libzvbi.so.0
#2 0x00007fea1568f9e6 in call_init (env=0x7fff79c9f328, argv=0x7fff79c9f308, argc=3, l=<optimized out>)
at dl-init.c:84
#3 call_init (l=<optimized out>, argc=3, argv=0x7fff79c9f308, env=0x7fff79c9f328) at dl-init.c:34
#4 0x00007fea1568faca in _dl_init (main_map=0x7fea158a41e8, argc=3, argv=0x7fff79c9f308, env=0x7fff79c9f328)
at dl-init.c:133
#5 0x00007fea1568253a in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#6 0x0000000000000003 in ?? ()
#7 0x00007fff79c9f5fa in ?? ()
#8 0x00007fff79c9f60e in ?? ()
#9 0x00007fff79c9f618 in ?? ()
#10 0x0000000000000000 in ?? ()
Next:
Code: Select all
(gdb) n
Single stepping until exit from function SYS_memcpy,
which has no line number information.
0x00007fea1541f020 in memcpy@plt () from /usr/lib/libmakemkv.so.1
(gdb)
Single stepping until exit from function memcpy@plt,
which has no line number information.
0x0000000000407e20 in memcpy ()
(gdb)
Single stepping until exit from function memcpy,
which has no line number information.
0x00000000004061d0 in SYS_memcpy@plt ()
(gdb)
Single stepping until exit from function SYS_memcpy@plt,
which has no line number information.
0x00007fea15449aa0 in SYS_memcpy () from /usr/lib/libmakemkv.so.1
(gdb)
and so on.
Not sure what other information may be useful, feel free to ask.
One last thing, I built using libavcodec55 (and all other libav*) from deb-multimedia.
Re: other startup problem
Posted: Sun Dec 01, 2013 5:05 pm
by jheron
I can confirm the same issue on Fedora18_64.
It compiles and builds with no errors but will not start...
Cheers,
Jon
Re: other startup problem
Posted: Tue Dec 03, 2013 8:42 am
by mike admin
Confirmed linux-specific bug in 1.8.6 , no workaround, but will be fixed in the next version - very soon.
Re: other startup problem
Posted: Fri Dec 13, 2013 6:07 am
by mike admin
Fixed in 1.8.7