Bug#968816: tilix: Library load failed (librsvg-2.so.2): ... Illegal instruction

2020-11-18 Thread Laurent Bigonville
libgtkd-3-dev should also probably pull librsvg2-dev and maybe other -dev package as well (like gtk, glib, atk, cairo, ...): cat /usr/lib/x86_64-linux-gnu/pkgconfig/gtkd-3.pc Name: GtkD Description: A D binding and OO wrapper for GTK+. Version: 3.9.0 Libs: -L-L/usr/lib/x86_64-linux-gnu/ -L-lgtkd

Bug#968816: tilix: Library load failed (librsvg-2.so.2): ... Illegal instruction

2020-11-18 Thread Laurent Bigonville
reassign 968816 libgtkd-3-0 3.9.0-3 affects 968816 +tilix Thanks On Fri, 21 Aug 2020 18:38:28 +0200 Jakub Wilk wrote: > > When librsvg2-2 is not installed, tilix crashes with SIGILL: > > $ tilix > object.Exception@generated/gtkd/gtkd/Loader.d(125): Library load failed (librsvg-2.so.2): librsvg

Bug#968816: tilix: Library load failed (librsvg-2.so.2): ... Illegal instruction

2020-08-23 Thread Bernhard Übelacker
Dear Maintainer, my d knowledge is very limited, but it looks like a d runtime library tries to do some destructor calls at process exit. Unfortunately that tries to get a mutex lock, but that fails with EOWNERDEAD, therefore then hits the assert(0) in maybe [1]. If that assert(0) just translates i

Bug#968816: tilix: Library load failed (librsvg-2.so.2): ... Illegal instruction

2020-08-21 Thread Jakub Wilk
Package: tilix Version: 1.9.3-4+b2 Severity: serious When librsvg2-2 is not installed, tilix crashes with SIGILL: $ tilix object.Exception@generated/gtkd/gtkd/Loader.d(125): Library load failed (librsvg-2.so.2): librsvg-2.so.2: cannot open shared object file: No such file or directory Il