Control: tags -1 +moreinfo unreproducible On Sun, Dec 11, 2016 at 4:42 PM, Michael Ott <mich...@king-coder.de> wrote: >> > I installed libmozjs-24-0 24.2.0-5 and I have the same as on last >> > version. I have to downgrade to 24.2.0-3.1 and than it works again >> What architecture do you use? > AMD64 With Intel or AMD CPU?
>> Did you do a full update of your system? > Yes. I think so. May you post the output of: $ dpkg -l | grep 24.2.0 after installing -5? > Versions of packages libmozjs-24-0 depends on: > ii libc6 2.24-8 > ii libffi6 3.3~20160224-1 > ii libgcc1 1:7-20161201-1 > ii libnspr4 2:4.13.1-1 > ii libstdc++6 7-20161201-1 It seems your system is a mix of Sid and old experimental versions. For example, libffi6 is 3.2.1-6 in Sid, while 3.3~20160605-1 is in experimental. You have a rather old one, the 3.3~20160224-1 package version. The same is with libgcc1 and libstdc++6 packages, Sid has 1:6.2.1-5 and experimental doesn't have it. But your system has GCC 7 (7-20161201-1)! I think these are the main problems, not libmozjs-24-0 this time. At least I've tried hard to reproduce your issue on my AMD64 box. Did a dist-upgrade with Sid, rebooted and my DM started correctly. Then installed Cinnamon and rebooted again - using it without any problems. Tried other things as well, everything working as expected. Please try to update to experimental or downgrade to Sid at least libffi6 and/or may you try to compile the mozjs24 source package for your box? There can be an incompatibility with GCC 6 as well and your GCC 7 compilation would help. Kind regards, Laszlo/GCS