illegal instruction in makemkv

The place to discuss linux version of MakeMKV
sensible_chuckle
Posts: 2
Joined: Sun Aug 06, 2023 7:30 pm

Re: illegal instruction in makemkv

Post by sensible_chuckle »

Seeing the same problem on a Jetson Nano (running aarch64 Ubuntu), with 1.17.4. I had previously also seen the issue with 1.17.3 and sent a core dump to the support e-mail, hopefully it was received. I did also get the help screen, so I know the binary "works". gdb output:

Code: Select all

robot@jetson-nano:~/makemkv$ gdb $(which makemkvcon)
GNU gdb (Ubuntu 8.1.1-0ubuntu1) 8.1.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "aarch64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/makemkvcon...(no debugging symbols found)...done.
(gdb) r info
Starting program: /usr/bin/makemkvcon info
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fb2f00e80 (LWP 12288)]

Thread 1 "makemkvcon" received signal SIGILL, Illegal instruction.
0x000000555597bc78 in ?? ()
(gdb) bt
#0  0x000000555597bc78 in  ()
#1  0x00000055556f9eec in  ()
#2  0x00000055556ca780 in  ()
#3  0x0000007fb7d7b7a0 in __libc_start_main (main=0x0, argc=0, argv=0x0, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=<optimized out>)
    at ../csu/libc-start.c:310
#4  0x00000055556cb230 in  ()
(gdb) 
aboulfad
Posts: 111
Joined: Sat Feb 09, 2019 12:51 pm

Re: illegal instruction in makemkv

Post by aboulfad »

Latest version 1.17.5 fixes this issue on my rpi4, thank you Mike!
[Oppo UDP-203, ATV 4K] —> Anthem MRX-720 —> LG OLED65E7P
iMake
Posts: 1
Joined: Tue Oct 03, 2023 2:12 am

Re: illegal instruction in makemkv

Post by iMake »

I am running into this same issue (NO_ANSWER_FROM_MAKEMKVCON).

I've tried to uninstall, reinstall... granted, I am running on Windows but couldn't find a specific thread for just Windows OS. Any thoughts? Thank you!
Post Reply