The Gnome problem with btrfs



Some notes for you during the posting of the gnome reported crash.  As I stated, the same identical software installed on this same system with ext4 file system does not crash, does not cause all this research
Below my signature is a body of a gnome report. I also added the grub.cfg and the /etc/fstab
In reading some of the Reports, it appears that there is a wrong field type being detected for some of the crashes.

Here is what I did frequently experience (only with btrfs). I have an extension with a few fields similar to the following.
[0][-][+]
I usually want the field to have the value 28.  It is a pixal padding value for the display fields.  I can click normally on the [+] and suddently (again, only with btrfs), I get a full lockup--no keyboard activity possible, monitor is gray, and mouse is dead.   On reboot, the [0] contains 1000, (the upper limit of the value within the compiled schema).
Other times, its a blowup for a non boolean value in a field (again, only with btrfs. I can even crash gnome-tweak-tool). 

PLEASE NOTE, ext4 file system does not blow up or cause problems. It has been a one month venture for me because first level support (bugzilla), is saying its one of my installed software. If it is an extension provided by Fedora (sudo dnf install ...) or from the website, the gnome-shell should be adequately sandboxed.

I was concentrating on the use of btrfs for my SSD, as "copy on write" does comparitively less I/O than ext4 or xfs alternatives.  and thus less need to frequently run fstrim.  I would like to use btrfs for the SSD, but will not until this crashing problem is resolved.

I test on a real system, not with VM. I have 2 "one terrabyte" disks set aside for booting, testing, scrubbing, etc.
Here are my bug report numbers since I started in end August
BUG 1390198  crash on first login.
BUG 1390198  Gnome Shell dies. Still open
Bug 1458505  root logon system-tray users icon crashes system-tray
BUG 1464294  btrfs solved  -- false alarm problem was not solved.
BUG 1469129  btrfs full lockup
BUG 1496283  gnome bugzilla  btrfs
BUG 1499383  GnomeShell Crashing
                                   
Please note. I am the messenger, not the cause 

Regards

 Leslie
Leslie Satenstein
Montréal Québec, Canada
See above opening comments

1) Booted System from Power off
2) Logged into admin account
3) All OK, all installed extensions loaded as expected. (Did not click on any to check)
4) Clicked to initiate firefox.   Abrt occurred.
5) Filling out this abrt form
6) File system is btrfs.

List of Inactive Extensions (not enabled)
=======================
Application Menu
Places Status Indicator
User Themes
Window List

List of active extensions
==================
Activities Configurator
Alternate Tab
Background logo
Freon
Gno-Menu
Gnome Radio
Gpaste
Launch new instance
Open Weather
Screenshot Window Sizer
Taskbar (by zpydr)
Topicons Plus

The first application after the static screen appears causes the abort.
One test -- firefox
Test 2      -- writer

This report is from a btrfs system.

I cannot generate this abort with the identical setup on ext4 system.

A copy of the grub.cfg follows.  You can see my 5 disks and their setup.
Following the grub.cfg is my /etc/fstab

GRUB.CFG
============
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set pager=1

if [ -f ${config_directory}/grubenv ]; then
  load_env -f ${config_directory}/grubenv
elif [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

terminal_output console
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/01_users ###
if [ -f ${prefix}/user.cfg ]; then
  source ${prefix}/user.cfg
  if [ -n "${GRUB2_PASSWORD}" ]; then
    set superusers="root"
    export superusers
    password_pbkdf2 root ${GRUB2_PASSWORD}
  fi
fi
### END /etc/grub.d/01_users ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Fedora (4.13.4-300.fc27.x86_64) 27 (Workstation Edition)' --class fedora --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-4.13.4-300.fc27.x86_64-advanced-471e1b32-cde0-4d13-a278-18232393e7d7' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd1,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 --hint='hd1,gpt2'  26e37363-685c-4451-9be4-66216fa1e476
    else
      search --no-floppy --fs-uuid --set=root 26e37363-685c-4451-9be4-66216fa1e476
    fi
    linux16 /vmlinuz-4.13.4-300.fc27.x86_64 root=UUID=471e1b32-cde0-4d13-a278-18232393e7d7 ro rootflags=subvol=root rhgb quiet LANG=en_CA.UTF-8
    initrd16 /initramfs-4.13.4-300.fc27.x86_64.img
}
menuentry 'Fedora (0-rescue-2a4eaf8352c34bf4abdd49d9dc6cbd96) 27 (Workstation Edition)' --class fedora --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-0-rescue-2a4eaf8352c34bf4abdd49d9dc6cbd96-advanced-471e1b32-cde0-4d13-a278-18232393e7d7' {
    load_video
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd1,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 --hint='hd1,gpt2'  26e37363-685c-4451-9be4-66216fa1e476
    else
      search --no-floppy --fs-uuid --set=root 26e37363-685c-4451-9be4-66216fa1e476
    fi
    linux16 /vmlinuz-0-rescue-2a4eaf8352c34bf4abdd49d9dc6cbd96 root=UUID=471e1b32-cde0-4d13-a278-18232393e7d7 ro rootflags=subvol=root rhgb quiet
    initrd16 /initramfs-0-rescue-2a4eaf8352c34bf4abdd49d9dc6cbd96.img
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Fedora 26 (Twenty Six) (on /dev/sdb7)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-6b76f9d3-9160-4319-a21e-14f01b8c2256' {
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5 --hint='hd0,gpt5'  88a40030-57d5-4af5-98c2-bdc94eb69928
    else
      search --no-floppy --fs-uuid --set=root 88a40030-57d5-4af5-98c2-bdc94eb69928
    fi
    linux16 /vmlinuz-4.13.4-200.fc26.x86_64 root=UUID=6b76f9d3-9160-4319-a21e-14f01b8c2256 ro rhgb quiet LANG=en_CA.UTF-8
    initrd16 /initramfs-4.13.4-200.fc26.x86_64.img
}
submenu 'Advanced options for Fedora 26 (Twenty Six) (on /dev/sdb7)' $menuentry_id_option 'osprober-gnulinux-advanced-6b76f9d3-9160-4319-a21e-14f01b8c2256' {
    menuentry 'Fedora (4.13.4-200.fc26.x86_64) 26 (Twenty Six) (on /dev/sdb7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-4.13.4-200.fc26.x86_64--6b76f9d3-9160-4319-a21e-14f01b8c2256' {
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt5'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5 --hint='hd0,gpt5'  88a40030-57d5-4af5-98c2-bdc94eb69928
        else
          search --no-floppy --fs-uuid --set=root 88a40030-57d5-4af5-98c2-bdc94eb69928
        fi
        linux16 /vmlinuz-4.13.4-200.fc26.x86_64 root=UUID=6b76f9d3-9160-4319-a21e-14f01b8c2256 ro rhgb quiet LANG=en_CA.UTF-8
        initrd16 /initramfs-4.13.4-200.fc26.x86_64.img
    }
    menuentry 'Fedora (4.12.14-300.fc26.x86_64) 26 (Twenty Six) (on /dev/sdb7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-4.12.14-300.fc26.x86_64--6b76f9d3-9160-4319-a21e-14f01b8c2256' {
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt5'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5 --hint='hd0,gpt5'  88a40030-57d5-4af5-98c2-bdc94eb69928
        else
          search --no-floppy --fs-uuid --set=root 88a40030-57d5-4af5-98c2-bdc94eb69928
        fi
        linux16 /vmlinuz-4.12.14-300.fc26.x86_64 root=UUID=6b76f9d3-9160-4319-a21e-14f01b8c2256 ro rhgb quiet LANG=en_CA.UTF-8
        initrd16 /initramfs-4.12.14-300.fc26.x86_64.img
    }
    menuentry 'Fedora (4.12.13-300.fc26.x86_64) 26 (Twenty Six) (on /dev/sdb7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-4.12.13-300.fc26.x86_64--6b76f9d3-9160-4319-a21e-14f01b8c2256' {
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt5'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5 --hint='hd0,gpt5'  88a40030-57d5-4af5-98c2-bdc94eb69928
        else
          search --no-floppy --fs-uuid --set=root 88a40030-57d5-4af5-98c2-bdc94eb69928
        fi
        linux16 /vmlinuz-4.12.13-300.fc26.x86_64 root=UUID=6b76f9d3-9160-4319-a21e-14f01b8c2256 ro rhgb quiet LANG=en_CA.UTF-8
        initrd16 /initramfs-4.12.13-300.fc26.x86_64.img
    }
    menuentry 'Fedora (0-rescue-842ac5a5a8524fd88997484068c645d9) 26 (Twenty Six) (on /dev/sdb7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-0-rescue-842ac5a5a8524fd88997484068c645d9--6b76f9d3-9160-4319-a21e-14f01b8c2256' {
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt5'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5 --hint='hd0,gpt5'  88a40030-57d5-4af5-98c2-bdc94eb69928
        else
          search --no-floppy --fs-uuid --set=root 88a40030-57d5-4af5-98c2-bdc94eb69928
        fi
        linux16 /vmlinuz-0-rescue-842ac5a5a8524fd88997484068c645d9 root=UUID=6b76f9d3-9160-4319-a21e-14f01b8c2256 ro rhgb quiet
        initrd16 /initramfs-0-rescue-842ac5a5a8524fd88997484068c645d9.img
    }
}

menuentry 'Fedora 27 (Workstation Edition) (on /dev/sdc5)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-195dbfbb-4a51-4fa4-8fce-e098de0a1df5' {
    insmod part_gpt
    insmod ext2
    set root='hd1,gpt4'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt4 --hint-efi=hd2,gpt4 --hint-baremetal=ahci2,gpt4 --hint='hd1,gpt4'  eebeecb2-5fc6-4a6b-915e-cdb52ccb28da
    else
      search --no-floppy --fs-uuid --set=root eebeecb2-5fc6-4a6b-915e-cdb52ccb28da
    fi
    linux16 /vmlinuz-4.13.4-300.fc27.x86_64 root=UUID=195dbfbb-4a51-4fa4-8fce-e098de0a1df5 ro rootflags=subvol=root00 rhgb quiet LANG=en_CA.UTF-8
    initrd16 /initramfs-4.13.4-300.fc27.x86_64.img
}
submenu 'Advanced options for Fedora 27 (Workstation Edition) (on /dev/sdc5)' $menuentry_id_option 'osprober-gnulinux-advanced-195dbfbb-4a51-4fa4-8fce-e098de0a1df5' {
    menuentry 'Fedora (4.13.4-300.fc27.x86_64) 27 (Workstation Edition) (on /dev/sdc5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-4.13.4-300.fc27.x86_64--195dbfbb-4a51-4fa4-8fce-e098de0a1df5' {
        insmod part_gpt
        insmod ext2
        set root='hd1,gpt4'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt4 --hint-efi=hd2,gpt4 --hint-baremetal=ahci2,gpt4 --hint='hd1,gpt4'  eebeecb2-5fc6-4a6b-915e-cdb52ccb28da
        else
          search --no-floppy --fs-uuid --set=root eebeecb2-5fc6-4a6b-915e-cdb52ccb28da
        fi
        linux16 /vmlinuz-4.13.4-300.fc27.x86_64 root=UUID=195dbfbb-4a51-4fa4-8fce-e098de0a1df5 ro rootflags=subvol=root00 rhgb quiet LANG=en_CA.UTF-8
        initrd16 /initramfs-4.13.4-300.fc27.x86_64.img
    }
    menuentry 'Fedora (0-rescue-afa1daa0bb8f43c1848c5e1507b56650) 27 (Workstation Edition) (on /dev/sdc5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-0-rescue-afa1daa0bb8f43c1848c5e1507b56650--195dbfbb-4a51-4fa4-8fce-e098de0a1df5' {
        insmod part_gpt
        insmod ext2
        set root='hd1,gpt4'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt4 --hint-efi=hd2,gpt4 --hint-baremetal=ahci2,gpt4 --hint='hd1,gpt4'  eebeecb2-5fc6-4a6b-915e-cdb52ccb28da
        else
          search --no-floppy --fs-uuid --set=root eebeecb2-5fc6-4a6b-915e-cdb52ccb28da
        fi
        linux16 /vmlinuz-0-rescue-afa1daa0bb8f43c1848c5e1507b56650 root=UUID=195dbfbb-4a51-4fa4-8fce-e098de0a1df5 ro rootflags=subvol=root00 rhgb quiet
        initrd16 /initramfs-0-rescue-afa1daa0bb8f43c1848c5e1507b56650.img
    }
}

menuentry 'RFRemix 27 (Workstation Edition) (on /dev/sdc6)' --class rfremix --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-1cb3665d-a127-4887-a178-fce9bce00b1b' {
    insmod part_gpt
    insmod ext2
    set root='hd1,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt1 --hint-efi=hd2,gpt1 --hint-baremetal=ahci2,gpt1 --hint='hd1,gpt1'  fb7ec877-8ccf-4209-a311-d3765e6ec3df
    else
      search --no-floppy --fs-uuid --set=root fb7ec877-8ccf-4209-a311-d3765e6ec3df
    fi
    linux16 /vmlinuz-4.13.4-300.fc27.x86_64 root=UUID=1cb3665d-a127-4887-a178-fce9bce00b1b ro rhgb quiet LANG=en_CA.UTF-8
    initrd16 /initramfs-4.13.4-300.fc27.x86_64.img
}
submenu 'Advanced options for RFRemix 27 (Workstation Edition) (on /dev/sdc6)' $menuentry_id_option 'osprober-gnulinux-advanced-1cb3665d-a127-4887-a178-fce9bce00b1b' {
    menuentry 'RFRemix (4.13.4-300.fc27.x86_64) 27 (Workstation Edition) (on /dev/sdc6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-4.13.4-300.fc27.x86_64--1cb3665d-a127-4887-a178-fce9bce00b1b' {
        insmod part_gpt
        insmod ext2
        set root='hd1,gpt1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt1 --hint-efi=hd2,gpt1 --hint-baremetal=ahci2,gpt1 --hint='hd1,gpt1'  fb7ec877-8ccf-4209-a311-d3765e6ec3df
        else
          search --no-floppy --fs-uuid --set=root fb7ec877-8ccf-4209-a311-d3765e6ec3df
        fi
        linux16 /vmlinuz-4.13.4-300.fc27.x86_64 root=UUID=1cb3665d-a127-4887-a178-fce9bce00b1b ro rhgb quiet LANG=en_CA.UTF-8
        initrd16 /initramfs-4.13.4-300.fc27.x86_64.img
    }
    menuentry 'RFRemix (0-rescue-f7b18552f73944bab779534b526883c1) 27 (Workstation Edition) (on /dev/sdc6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-0-rescue-f7b18552f73944bab779534b526883c1--1cb3665d-a127-4887-a178-fce9bce00b1b' {
        insmod part_gpt
        insmod ext2
        set root='hd1,gpt1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt1 --hint-efi=hd2,gpt1 --hint-baremetal=ahci2,gpt1 --hint='hd1,gpt1'  fb7ec877-8ccf-4209-a311-d3765e6ec3df
        else
          search --no-floppy --fs-uuid --set=root fb7ec877-8ccf-4209-a311-d3765e6ec3df
        fi
        linux16 /vmlinuz-0-rescue-f7b18552f73944bab779534b526883c1 root=UUID=1cb3665d-a127-4887-a178-fce9bce00b1b ro rhgb quiet
        initrd16 /initramfs-0-rescue-f7b18552f73944bab779534b526883c1.img
    }
}

menuentry 'RFRemix 25 (Workstation Edition) (on /dev/sdd6)' --class rfremix --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-0ac98617-4593-4d88-bbd3-9262efe88062' {
    insmod part_gpt
    insmod ext2
    set root='hd3,gpt6'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt6 --hint-efi=hd3,gpt6 --hint-baremetal=ahci3,gpt6  0ac98617-4593-4d88-bbd3-9262efe88062
    else
      search --no-floppy --fs-uuid --set=root 0ac98617-4593-4d88-bbd3-9262efe88062
    fi
    linux16 /boot/vmlinuz-4.12.14-200.fc25.x86_64 root=UUID=0ac98617-4593-4d88-bbd3-9262efe88062 ro rhgb quiet LANG=en_CA.UTF-8
    initrd16 /boot/initramfs-4.12.14-200.fc25.x86_64.img
}
submenu 'Advanced options for RFRemix 25 (Workstation Edition) (on /dev/sdd6)' $menuentry_id_option 'osprober-gnulinux-advanced-0ac98617-4593-4d88-bbd3-9262efe88062' {
    menuentry 'RFRemix (4.12.14-200.fc25.x86_64) 25 (Workstation Edition) (on /dev/sdd6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.12.14-200.fc25.x86_64--0ac98617-4593-4d88-bbd3-9262efe88062' {
        insmod part_gpt
        insmod ext2
        set root='hd3,gpt6'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt6 --hint-efi=hd3,gpt6 --hint-baremetal=ahci3,gpt6  0ac98617-4593-4d88-bbd3-9262efe88062
        else
          search --no-floppy --fs-uuid --set=root 0ac98617-4593-4d88-bbd3-9262efe88062
        fi
        linux16 /boot/vmlinuz-4.12.14-200.fc25.x86_64 root=UUID=0ac98617-4593-4d88-bbd3-9262efe88062 ro rhgb quiet LANG=en_CA.UTF-8
        initrd16 /boot/initramfs-4.12.14-200.fc25.x86_64.img
    }
    menuentry 'RFRemix (4.12.13-200.fc25.x86_64) 25 (Workstation Edition) (on /dev/sdd6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.12.13-200.fc25.x86_64--0ac98617-4593-4d88-bbd3-9262efe88062' {
        insmod part_gpt
        insmod ext2
        set root='hd3,gpt6'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt6 --hint-efi=hd3,gpt6 --hint-baremetal=ahci3,gpt6  0ac98617-4593-4d88-bbd3-9262efe88062
        else
          search --no-floppy --fs-uuid --set=root 0ac98617-4593-4d88-bbd3-9262efe88062
        fi
        linux16 /boot/vmlinuz-4.12.13-200.fc25.x86_64 root=UUID=0ac98617-4593-4d88-bbd3-9262efe88062 ro rhgb quiet LANG=en_CA.UTF-8
        initrd16 /boot/initramfs-4.12.13-200.fc25.x86_64.img
    }
    menuentry 'RFRemix (4.12.11-200.fc25.x86_64) 25 (Workstation Edition) (on /dev/sdd6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.12.11-200.fc25.x86_64--0ac98617-4593-4d88-bbd3-9262efe88062' {
        insmod part_gpt
        insmod ext2
        set root='hd3,gpt6'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt6 --hint-efi=hd3,gpt6 --hint-baremetal=ahci3,gpt6  0ac98617-4593-4d88-bbd3-9262efe88062
        else
          search --no-floppy --fs-uuid --set=root 0ac98617-4593-4d88-bbd3-9262efe88062
        fi
        linux16 /boot/vmlinuz-4.12.11-200.fc25.x86_64 root=UUID=0ac98617-4593-4d88-bbd3-9262efe88062 ro rhgb quiet LANG=en_CA.UTF-8
        initrd16 /boot/initramfs-4.12.11-200.fc25.x86_64.img
    }
    menuentry 'RFRemix (0-rescue-e8fe1ba2c18d4b239ae203a72af25a61) 25 (Workstation Edition) (on /dev/sdd6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-0-rescue-e8fe1ba2c18d4b239ae203a72af25a61--0ac98617-4593-4d88-bbd3-9262efe88062' {
        insmod part_gpt
        insmod ext2
        set root='hd3,gpt6'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt6 --hint-efi=hd3,gpt6 --hint-baremetal=ahci3,gpt6  0ac98617-4593-4d88-bbd3-9262efe88062
        else
          search --no-floppy --fs-uuid --set=root 0ac98617-4593-4d88-bbd3-9262efe88062
        fi
        linux16 /boot/vmlinuz-0-rescue-e8fe1ba2c18d4b239ae203a72af25a61 root=UUID=0ac98617-4593-4d88-bbd3-9262efe88062 ro rhgb quiet
        initrd16 /boot/initramfs-0-rescue-e8fe1ba2c18d4b239ae203a72af25a61.img
    }
}

menuentry 'RFRemix 26 (Workstation Edition) (on /dev/sde5)' --class rfremix --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6' {
    insmod part_gpt
    insmod ext2
    set root='hd4,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt5 --hint-efi=hd4,gpt5 --hint-baremetal=ahci4,gpt5  61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6
    else
      search --no-floppy --fs-uuid --set=root 61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6
    fi
    linux16 /boot/vmlinuz-4.13.4-200.fc26.x86_64 root=UUID=61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6 ro rhgb quiet
    initrd16 /boot/initramfs-4.13.4-200.fc26.x86_64.img
}
submenu 'Advanced options for RFRemix 26 (Workstation Edition) (on /dev/sde5)' $menuentry_id_option 'osprober-gnulinux-advanced-61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6' {
    menuentry 'RFRemix (4.13.4-200.fc26.x86_64) 26 (Workstation Edition) (on /dev/sde5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.13.4-200.fc26.x86_64--61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6' {
        insmod part_gpt
        insmod ext2
        set root='hd4,gpt5'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt5 --hint-efi=hd4,gpt5 --hint-baremetal=ahci4,gpt5  61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6
        else
          search --no-floppy --fs-uuid --set=root 61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6
        fi
        linux16 /boot/vmlinuz-4.13.4-200.fc26.x86_64 root=UUID=61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6 ro rhgb quiet
        initrd16 /boot/initramfs-4.13.4-200.fc26.x86_64.img
    }
    menuentry 'RFRemix (4.12.14-300.fc26.x86_64) 26 (Workstation Edition) (on /dev/sde5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.12.14-300.fc26.x86_64--61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6' {
        insmod part_gpt
        insmod ext2
        set root='hd4,gpt5'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt5 --hint-efi=hd4,gpt5 --hint-baremetal=ahci4,gpt5  61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6
        else
          search --no-floppy --fs-uuid --set=root 61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6
        fi
        linux16 /boot/vmlinuz-4.12.14-300.fc26.x86_64 root=UUID=61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6 ro rhgb quiet
        initrd16 /boot/initramfs-4.12.14-300.fc26.x86_64.img
    }
    menuentry 'RFRemix (4.12.13-300.fc26.x86_64) 26 (Workstation Edition) (on /dev/sde5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.12.13-300.fc26.x86_64--61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6' {
        insmod part_gpt
        insmod ext2
        set root='hd4,gpt5'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt5 --hint-efi=hd4,gpt5 --hint-baremetal=ahci4,gpt5  61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6
        else
          search --no-floppy --fs-uuid --set=root 61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6
        fi
        linux16 /boot/vmlinuz-4.12.13-300.fc26.x86_64 root=UUID=61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6 ro rhgb quiet
        initrd16 /boot/initramfs-4.12.13-300.fc26.x86_64.img
    }
    menuentry 'RFRemix (0-rescue-5786d880405245798c91acd0c2e0c904) 26 (Workstation Edition) (on /dev/sde5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-0-rescue-5786d880405245798c91acd0c2e0c904--61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6' {
        insmod part_gpt
        insmod ext2
        set root='hd4,gpt5'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt5 --hint-efi=hd4,gpt5 --hint-baremetal=ahci4,gpt5  61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6
        else
          search --no-floppy --fs-uuid --set=root 61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6
        fi
        linux16 /boot/vmlinuz-0-rescue-5786d880405245798c91acd0c2e0c904 root=UUID=61b6a75a-2c7c-44ac-b1f4-4de33e82a6e6 ro rhgb quiet
        initrd16 /boot/initramfs-0-rescue-5786d880405245798c91acd0c2e0c904.img
    }
}

### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###


/ETC/FSTAB
==========

#
# /etc/fstab
# Created by anaconda on Fri Oct  6 17:15:04 2017
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
#<file system>                             <mount>    <type>   <options>         <dmp fsck> <xref>       <label>
UUID=471e1b32-cde0-4d13-a278-18232393e7d7  /          btrfs    subvol=root,noatime 0  0     #/dev/sdc10  fedora_f27v05
UUID=6bc50bc6-11e9-487f-849e-91792ec96022  /backup    ext4     defaults,noatime    1  2     #/dev/sdb2   sdb2backup
UUID=26e37363-685c-4451-9be4-66216fa1e476  /boot      ext4     defaults,noatime    1  2     #/dev/sdc2   sdc2Boot
UUID=471e1b32-cde0-4d13-a278-18232393e7d7  /home      btrfs    subvol=home,noatime 0  0     #/dev/sdc10  fedora_f27v05
UUID=bdf0d983-0430-4b8b-8dd1-474769e797dd  /scratch   ext4     defaults,noatime    1  2     #/dev/sdb1   sdb1Scratch
UUID=f168669c-486b-4760-b465-9f32f236d49a  swap       swap     defaults,noatime    0  0     #/dev/sdc11  sdc11Swap


===================================================

--- Running report_Bugzilla ---
Logging into Bugzilla at https://bugzilla.redhat.com
Checking for duplicates
You have requested to make your data accessible only to a specific group and this bug is a duplicate of bug: https://bugzilla.redhat.com/1499383 In case of bug duplicates a new comment is added to the original bug report but access to the comments cannot be restricted to a specific group. Would you like to open a new bug report and close it as DUPLICATE of the original one? Otherwise, the bug reporting procedure will be terminated. 'YES'
Creating a new bug
New bug id: 1499424
Adding External URL to bug 1499424
Adding attachments to bug 1499424
Closing bug 1499424 as duplicate of bug 1499383
Logging out
Status: NEW https://bugzilla.redhat.com/show_bug.cgi?id=1499424

--- Running post_report ---
('post_report' completed successfully)


Next bug report
gnome-terminal
...



From: Sam Bull <sam hacking sent com>
To: Leslie S Satenstein <lsatenstein yahoo com>; Gnome-shell-list <gnome-shell-list gnome org>
Sent: Friday, October 6, 2017 7:20 AM
Subject: Re: Fw: Gnome extensions

I also have not seen any issues like this, and have been using btrfs with GNOME
for atleast a couple of years, on Ubuntu and Gentoo.

On Fri, 2017-10-06 at 01:46 +0000, Leslie S Satenstein via gnome-shell-list
wrote:
> Do not (as 5 October) use Gnome with btrfs.  You can experience gnome-shell
> looping with 99% cpu busy,  schemas not being adhered to, and problems because
> btrfs uses copy-on-write.  I have 5 copies of Gnome 3.26 with ext4, brtfs
> fully, btrrs with xfs for /home  and more. I can substantiate the btrfs
> problem. Like any scientific experiment, you can duplicate my findings.
>
> Gnome is safe with  a non "copy on write" file system.
>  
> Regards
>
>  Leslie
> Leslie Satenstein
> Montréal Québec, Canada
>
>
>
>
> ----- Forwarded Message -----
> From: Leslie S Satenstein via gnome-shell-list <gnome-shell-list gnome org>
> To: Florian Müllner <fmuellner gnome org>; Gnome-shell-list <gnome-shell-list@
> gnome.org> 
> Sent: Wednesday, October 4, 2017 6:16 PM
> Subject: Gnome extensions
>
> Hi Florian
>
> I'm using a few of your Gnome extensions.  I thank you for providing them to
> the community.  
>
> I do have a question for you regarding the gnome-shell.
>
> I have extensions (several that include yours), where the installation (doing
> the settings) onto a btrfs file system crashes the shell, or causes the shell
> to go into a 99.9% cpu loop.  If I install these extensions onto a non btrfs
> system, eg, ext4, lvm, xfs ,   the installation and extension setup works
> flawlessly.  
>
> I use most of your extensions, that come globally with Fedora Linux (currently
> using the Fedora beta 1.5, the pending go-live beta). I am using it fully with
> btrfs.  I can crash the shell with one or two extensions, only if the
> underlying file system is btrfs 
>
> As the gnome-shell gets maintenance updates, I am see fewer and fewer crashes,
> but not with btrfs. The crashes only occur during parameter setup. It seems
> that the gnome-shell does not wrongly read the compiled schema or ignores the
> compiled schema.  Have you stress tested Gnome-shell under btrfs?   
>
> My preferred third party extension that works perfectly with ext4 and xfs is
> TaskBar by Zpydr. I am walking through the source code and with my level of JS
> knowledge, find no errors. Setting TaskBar up onto a btrfs system crashes the
> shell, but on logging in after a crash, I see settings outside of the schema
> settings.  After a few crashes, when the settings are what I wanted, every
> extension works as anticipated.  By the way, I am not the author of this
> extension.  The author appears to have abandoned his offering.  What is his
> extension and one or two others exercising that cause this grief.
>  
>  I am wondering if recompiling the schemas while under btrfs would make a
> difference. I will give it a try.   
>
>
>
>  
>
>
> gnome-shell-list mailing list
> gnome-shell-list gnome org
> https://mail.gnome.org/mailman/listinfo/gnome-shell-list
>
>
> _______________________________________________
> gnome-shell-list mailing list
> gnome-shell-list gnome org
> https://mail.gnome.org/mailman/listinfo/gnome-shell-list
>
>
> _______________________________________________
> gnome-shell-list mailing list
> gnome-shell-list gnome org
> https://mail.gnome.org/mailman/listinfo/gnome-shell-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]