ダイアログウィンドウが開いているときにLibreOffice Calcがクラッシュする

ダイアログウィンドウが開いているときにLibreOffice Calcがクラッシュする

数回見たことがあります: LibreOffice Calc でダイアログ ウィンドウを開くと (たとえば、テーブルを .csv として保存するため、または右クリックして [セルの書式設定] を選択した後)、ウィンドウがちらついて Ubuntu がクラッシュし、[btrfs ファイル システムをスキャンしています] に戻り、Ubuntu ログインが表示されます。

dmesg の出力は次のとおりです。

[39325.939024] [drm] stuck on render ring
[39325.940137] [drm] GPU HANG: ecode 7:0:0x87d77c3e, in Xorg [21731], reason: Ring hung, action: reset
[39325.942658] drm/i915: Resetting chip after gpu hang
[39333.938858] [drm] stuck on render ring
[39333.939977] [drm] GPU HANG: ecode 7:0:0x85dffffc, in Xorg [21731], reason: Ring hung, action: reset
[39333.943197] drm/i915: Resetting chip after gpu hang

このエラーが LibreOffice でのみ発生し、15.10 から 16.04 LTS にアップグレードした後にのみ発生するのは興味深いことです。

編集1: 私のマシン:

    description: Computer
    width: 64 bits
    capabilities: smbios-2.7 vsyscall32
  *-core
       description: Motherboard
       physical id: 0
     *-memory
          description: System memory
          physical id: 0
          size: 7709MiB
     *-cpu
          product: Intel(R) Celeron(R) 2955U @ 1.40GHz
          vendor: Intel Corp.
          physical id: 1
          bus info: cpu@0
          size: 1400MHz
          capacity: 1400MHz
          width: 64 bits
          capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer xsave rdrand lahf_lm abm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust erms invpcid xsaveopt dtherm arat pln pts cpufreq
     *-pci
          description: Host bridge
          product: Haswell-ULT DRAM Controller
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 0b
          width: 32 bits
          clock: 33MHz
          configuration: driver=hsw_uncore
          resources: irq:0
        *-display
             description: VGA compatible controller
             product: Haswell-ULT Integrated Graphics Controller
             vendor: Intel Corporation
             physical id: 2
             bus info: pci@0000:00:02.0
             version: 0b
             width: 64 bits
             clock: 33MHz
             capabilities: msi pm vga_controller bus_master cap_list rom
             configuration: driver=i915 latency=0

編集 2: 最近はクラッシュは起きていませんが、表示はまだおかしいです。

LibreOffice Calcのスクリーンショット

編集 3:xserver-xorg-video-intelと をインストールしましたがmesa-utils、どちらも LibreOffice の外観は変わりません。

答え1

16.04 をクリーンに再インストールしたところ、問題は発生しなくなりました。 15.10 から 16.04 にアップグレードした Libreoffice で苦労しましたdo-release-upgrade -d

アップグレードはそれほどきれいではなかったようです...

Impaled Impala 8.10 であっても、他のリリースであっても、Ubuntu をアップグレードするのではなく、すべての重要なディレクトリをバックアップしてからクリーンな再インストールを行うべきだと思います。

関連情報