Constant crashes after updates
Tofloor
poster avatar
es02
deepin
2017-02-23 03:51
Author
I ran updates in the last 24hrs and have experienced the following since that point:

Lock screen no longer works (Win + L or selecting lock form the power menu has no apparent effect)

attempting to open/right click files form Nautilus, open Evince and a myriad of other things are generating int3 traps:
  1. $ nautilus

  2. (nautilus:680): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
  3. Initializing nautilus-open-terminal extension
  4. sys:1: PyGIWarning: Nautilus was imported without specifying a version first. Use gi.require_version('Nautilus', '3.0') before import to ensure that the right version gets loaded.
  5. /usr/share/nautilus-python/extensions/nautilus-admin.py:18: PyGIWarning: GConf was imported without specifying a version first. Use gi.require_version('GConf', '2.0') before import to ensure that the right version gets loaded.
  6.   from gi.repository import Nautilus, GObject, GConf, Gtk, GLib

  7. (nautilus:680): Gtk-WARNING **: Theme parsing error: :1:0: Failed to import: The resource at '/org/gnome/libgd/tagged-entry/default.css' does not exist

  8. (nautilus:680): GLib-GIO-ERROR **: Settings schema 'gio.terminal' is not installed

  9. Trace/breakpoint trap
Copy the Code

  1. $ dmesg | tail
    [91865.476370] traps: evince[643] trap int3 ip:7f39da797a6b sp:7ffc56c1eb00 error:0
    [91927.293696] traps: nautilus[680] trap int3 ip:7f8e182aaa6b sp:7ffe7614abd0 error:0
    [92018.248760] wlp4s0: authenticate with 02:18:4a:4c:83:60
    [92018.257344] wlp4s0: send auth to 02:18:4a:4c:83:60 (try 1/3)
    [92018.259150] wlp4s0: authenticated
    [92018.261370] wlp4s0: associate with 02:18:4a:4c:83:60 (try 1/3)
    [92018.275525] wlp4s0: RX AssocResp from 02:18:4a:4c:83:60 (capab=0x1531 status=0 aid=1)
    [92018.284994] wlp4s0: associated
    [92018.380812] wlp4s0: Limiting TX power to 36 (36 - 0) dBm as advertised by 02:18:4a:4c:83:60
    [92110.369338] traps: evince[894] trap int3 ip:7fbae5600a6b sp:7fffa1dd5180 error:0
Copy the Code
Anyone got a magical panacea for this behaviour?

Reply Favorite View the author
All Replies
es02
deepin
2017-02-23 19:46
#1
Update: Since rebooting I am now getting a no symbols error from Grub and the desktop doesn't load.

Reinstalled grub and kernel, no joy. As this is a work machine I have no choice but to backup and reinstall.
Anyone with a modified grub config (eg: EFI based machines with Skylake CPUs) running updates beware.
Reply View the author
massuodkhiabani
deepin
2017-02-24 04:42
#2
use dist-upgrade
Reply View the author