other startup problem

The place to discuss linux version of MakeMKV
Post Reply
james013
Posts: 1
Joined: Sun Nov 24, 2013 9:51 am

other startup problem

Post 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.
joplass
Posts: 2
Joined: Sun Oct 28, 2012 3:10 am

Re: other startup problem

Post 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.
belegdol
Posts: 26
Joined: Mon Mar 05, 2012 5:30 pm

Re: other startup problem

Post by belegdol »

/download/old/
slaanesh
Posts: 1
Joined: Wed Nov 27, 2013 4:33 pm

Re: other startup problem

Post 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.
malattia
Posts: 8
Joined: Sun Dec 01, 2013 2:59 am
Location: Tokyo, Japan

Re: other startup problem

Post 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.
jheron
Posts: 1
Joined: Sun Dec 01, 2013 4:55 pm

Re: other startup problem

Post by jheron »

I can confirm the same issue on Fedora18_64.
It compiles and builds with no errors but will not start...
Cheers,
Jon
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: other startup problem

Post by mike admin »

Confirmed linux-specific bug in 1.8.6 , no workaround, but will be fixed in the next version - very soon.
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: other startup problem

Post by mike admin »

Fixed in 1.8.7
Post Reply