That definitely looks like handbrake was built against a different libstdc++ than what you have on your system. I should have asked you to type bt full after the illegal instruction and maybe I can pinpoint which library is the culprit. I've got Tumbleweed version 20200314 installed will update to 20200318 which is the latest. cat /usr/lib/os-release will show which version you have installed. Dave
On 3/21/20, Freek de Kruijf <[email protected]> wrote: > Op zaterdag 21 maart 2020 07:18:57 CET schreef Dave Plater: >> On 3/20/20, Hans-Peter Jansen <[email protected]> wrote: >> > Am Freitag, 20. März 2020, 17:32:14 CET schrieb Freek de Kruijf: >> >> When I start HandBrakeGUI in openSUSE Tumbleweed, fully updated, I get >> >> the >> >> following: >> >> Illegal instruction (core dumped) >> >> >> >> How to proceed? >> >> It works for me, install the handbrake-debuginfo, >> handbrake-gtk-debuginfo and (should be pulled automatically) >> handbrake-debugsource then run gdb HandBrakeGUI and type run at the >> command prompt. This will hopefully tell us where the illegal >> instruction is from. >> That said, you might have installed handbrake while it was still >> building against snapshot and simply updating it will solve the >> problem. >> Regards >> Dave > > This is part of the output: > > Thread 1 "HandBrakeGUI" received signal SIGILL, Illegal instruction. > 0x00007ffff3ece6d1 in std::vector<std::__cxx11::basic_string<char, > std::char_traits<char>, std::allocator<char> >, > std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, > std::allocator<char> > > >::_M_realloc_insert<char const (&) [16]> ( > this=0x7fffffffd4e0, __position=__position@entry=non-dereferenceable > iterator for std::vector) > at /usr/include/c++/9/ext/new_allocator.h:119 > warning: Source file is more recent than executable. > 119 deallocate(pointer __p, size_type) > > > -- > fr.gr. > > member openSUSE > Freek de Kruijf > > > > > _______________________________________________ > Packman mailing list > [email protected] > http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman _______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
