cosmic-settings icon indicating copy to clipboard operation
cosmic-settings copied to clipboard

Segfault when trying to click any button that opens a color palette.

Open dharmik2319 opened this issue 1 year ago • 11 comments

As the title implies, whenever I click on a setting that allows me to open a color palette, the app segfaults.

The log:

~  cosmic-settings                                                                                                                             03:24:44 PM
  ERROR  Error while adding resource to bundle: Overriding { kind: Message, id: "unknown" }.
    at /build/cosmic-settings-MCf02g/cosmic-settings-0.1.0~1722533008~22.04~a9dda39/vendor/i18n-embed/src/fluent.rs:35 on main

  ERROR  Error while adding resource to bundle: Overriding { kind: Message, id: "unknown" }.
    at /build/cosmic-settings-MCf02g/cosmic-settings-0.1.0~1722533008~22.04~a9dda39/vendor/i18n-embed/src/fluent.rs:35 on main

   WARN  Key-Binding 'Period' only matched case insensitive for "period"
    at /build/cosmic-settings-MCf02g/cosmic-settings-0.1.0~1722533008~22.04~a9dda39/vendor/cosmic-settings-config/src/shortcuts/sym.rs:26 on main

   WARN  Key-Binding 'Comma' only matched case insensitive for "comma"
    at /build/cosmic-settings-MCf02g/cosmic-settings-0.1.0~1722533008~22.04~a9dda39/vendor/cosmic-settings-config/src/shortcuts/sym.rs:26 on main

   WARN  Key-Binding 'Period' only matched case insensitive for "period"
    at /build/cosmic-settings-MCf02g/cosmic-settings-0.1.0~1722533008~22.04~a9dda39/vendor/cosmic-settings-config/src/shortcuts/sym.rs:26 on main

   WARN  Key-Binding 'Comma' only matched case insensitive for "comma"
    at /build/cosmic-settings-MCf02g/cosmic-settings-0.1.0~1722533008~22.04~a9dda39/vendor/cosmic-settings-config/src/shortcuts/sym.rs:26 on main

  ERROR  shortcuts custom config error: GetKey("custom", Os { code: 2, kind: NotFound, message: "No such file or directory" })
    at /build/cosmic-settings-MCf02g/cosmic-settings-0.1.0~1722533008~22.04~a9dda39/vendor/cosmic-settings-config/src/shortcuts/mod.rs:43 on main

  ERROR  Failed to read config 'workspaces', err: NoConfigDirectory
    at cosmic-settings/src/pages/desktop/workspaces.rs:39 on main

  ERROR  Failed to read config 'show_workspace_name', err: NoConfigDirectory
    at cosmic-settings/src/pages/desktop/workspaces.rs:44 on main

  ERROR  Failed to read config 'show_workspace_number', err: NoConfigDirectory
    at cosmic-settings/src/pages/desktop/workspaces.rs:48 on main

  ERROR  Failed to read config 'input_touchpad', why: NoConfigDirectory
    at cosmic-settings/src/pages/input/mod.rs:49 on main

  ERROR  Failed to read config 'military_time', err: NoConfigDirectory
    at cosmic-settings/src/pages/time/date.rs:33 on main

  ERROR  Failed to read config 'first_day_of_week', err: NoConfigDirectory
    at cosmic-settings/src/pages/time/date.rs:37 on main

  ERROR  Failed to read config 'show_date_in_top_panel', err: NoConfigDirectory
    at cosmic-settings/src/pages/time/date.rs:41 on main

[1]    59712 segmentation fault (core dumped)  cosmic-settings

cosmic-settings version: 0.1.0~1722533008~22.04~a9dda39

The actions include:

  • Clicking on the '+' in accent color selection.
  • Button in 'Application or window background' item.
  • 'Auto >' in 'Container Background'
  • and the rest which allow you to choose a color.

A screenshot if it is any help: screenshot-2024-08-04-09-55-15

dharmik2319 avatar Aug 04 '24 10:08 dharmik2319

Are you using popdev:master? Unable to replicate.

mmstick avatar Aug 04 '24 13:08 mmstick

I am not sure. I installed it through sudo apt install cosmic-session

dharmik2319 avatar Aug 04 '24 16:08 dharmik2319

Okay i added popdev:master and did apt dist-upgrade. cosmic-settings is now on version 0.1.0~1722778878~22.04~f0845c3, but the problem still persists:

~  cosmic-settings                                                                                                                          09:45:03 PM
  ERROR  Error while adding resource to bundle: Overriding { kind: Message, id: "unknown" }.
    at /build/cosmic-settings-aoAgwq/cosmic-settings-0.1.0~1722778878~22.04~f0845c3/vendor/i18n-embed/src/fluent.rs:35 on main

  ERROR  Error while adding resource to bundle: Overriding { kind: Message, id: "unknown" }.
    at /build/cosmic-settings-aoAgwq/cosmic-settings-0.1.0~1722778878~22.04~f0845c3/vendor/i18n-embed/src/fluent.rs:35 on main

   WARN  Key-Binding 'Period' only matched case insensitive for "period"
    at /build/cosmic-settings-aoAgwq/cosmic-settings-0.1.0~1722778878~22.04~f0845c3/vendor/cosmic-settings-config/src/shortcuts/sym.rs:26 on main

   WARN  Key-Binding 'Comma' only matched case insensitive for "comma"
    at /build/cosmic-settings-aoAgwq/cosmic-settings-0.1.0~1722778878~22.04~f0845c3/vendor/cosmic-settings-config/src/shortcuts/sym.rs:26 on main

   WARN  Key-Binding 'Period' only matched case insensitive for "period"
    at /build/cosmic-settings-aoAgwq/cosmic-settings-0.1.0~1722778878~22.04~f0845c3/vendor/cosmic-settings-config/src/shortcuts/sym.rs:26 on main

   WARN  Key-Binding 'Comma' only matched case insensitive for "comma"
    at /build/cosmic-settings-aoAgwq/cosmic-settings-0.1.0~1722778878~22.04~f0845c3/vendor/cosmic-settings-config/src/shortcuts/sym.rs:26 on main

  ERROR  shortcuts defaults config error: RonSpanned(SpannedError { code: NoSuchEnumVariant { expected: ["AppLibrary", "BrightnessDown", "BrightnessUp", "HomeFolder", "KeyboardBrightnessDown", "KeyboardBrightnessUp", "Launcher", "LockScreen", "Mute", "MuteMic", "Screenshot", "Terminal", "VolumeLower", "VolumeRaise", "WebBrowser", "WindowSwitcher", "WorkspaceOverview"], found: "PlayPause", outer: Some("System") }, position: Position { line: 90, col: 60 } })
    at /build/cosmic-settings-aoAgwq/cosmic-settings-0.1.0~1722778878~22.04~f0845c3/vendor/cosmic-settings-config/src/shortcuts/mod.rs:37 on main

  ERROR  Failed to read config 'workspaces', err: NoConfigDirectory
    at cosmic-settings/src/pages/desktop/workspaces.rs:39 on main

  ERROR  Failed to read config 'show_workspace_name', err: NoConfigDirectory
    at cosmic-settings/src/pages/desktop/workspaces.rs:44 on main

  ERROR  Failed to read config 'show_workspace_number', err: NoConfigDirectory
    at cosmic-settings/src/pages/desktop/workspaces.rs:48 on main

  ERROR  Failed to read config 'input_touchpad', why: NoConfigDirectory
    at cosmic-settings/src/pages/input/mod.rs:49 on main

  ERROR  Failed to read config 'military_time', err: NoConfigDirectory
    at cosmic-settings/src/pages/time/date.rs:55 on main

  ERROR  Failed to read config 'first_day_of_week', err: NoConfigDirectory
    at cosmic-settings/src/pages/time/date.rs:62 on main

  ERROR  Failed to read config 'show_date_in_top_panel', err: NoConfigDirectory
    at cosmic-settings/src/pages/time/date.rs:69 on main

[1]    6323 segmentation fault (core dumped)  cosmic-settings

dharmik2319 avatar Aug 04 '24 16:08 dharmik2319

To work around this, for now, i have used this

dharmik2319 avatar Aug 05 '24 10:08 dharmik2319

Could you run a debug build and share the output of coredumpctl debug -1 after a segfault? I'm also not able to recreate the issue.

wash2 avatar Aug 05 '24 14:08 wash2

will surely do it and update

dharmik2319 avatar Aug 05 '24 14:08 dharmik2319

I'm suspecting a bug with older Intel GPUs might cause this in the wgpu renderer.

mmstick avatar Aug 05 '24 14:08 mmstick

i am on an Athlon II x2 250 with an ATI Radeon 3000 (sometimes shows up as RS780)

dharmik2319 avatar Aug 05 '24 16:08 dharmik2319

after updating to 0.1.0~1722957616~22.04~fa0ce59, and running coredumpctl debug -1, this is the output:

           PID: 6525 (cosmic-settings)
           UID: 1000 (dharmik)
           GID: 1000 (dharmik)
        Signal: 11 (SEGV)
     Timestamp: Tue 2024-08-06 22:16:56 IST (15s ago)
  Command Line: cosmic-settings
    Executable: /usr/bin/cosmic-settings
 Control Group: /user.slice/user-1000.slice/[email protected]/app.slice/app-cosmic-com.system76.CosmicAppList-4192.scope
          Unit: [email protected]
     User Unit: app-cosmic-com.system76.CosmicAppList-4192.scope
         Slice: user-1000.slice
     Owner UID: 1000 (dharmik)
       Boot ID: d9b55f9777b2454588f079595307c96c
    Machine ID: ad436cee7302db575849c0cb617bd525
      Hostname: pop-os
       Storage: /var/lib/systemd/coredump/core.cosmic-settings.1000.d9b55f9777b2454588f079595307c96c.6525.1722962816000000.zst (present)
     Disk Size: 8.2M
       Message: Process 6525 (cosmic-settings) of user 1000 dumped core.

                Found module linux-vdso.so.1 with build-id: 5feeee77adfd5f58da96ff7a414cf535d94dd97a
                Found module libpciaccess.so.0 with build-id: 4c93da952f83c1d085d4bdead692db544c79b004
                Found module libdrm_intel.so.1 with build-id: 39cb54ead27ca53f202a50c292a1601ff8ab5987
                Found module libdrm_nouveau.so.2 with build-id: 0f4d80414a97972177bda61b5439e36e56612f71
                Found module libdrm_radeon.so.1 with build-id: b87da7e750618750a8543a7bbdadd58f2f837918
                Found module libsensors.so.5 with build-id: 0d5803327d5e32a301844fb819fd3c762f8e69f6
                Found module r600_dri.so with build-id: 7ec6a4991285c77b7b6e3f559fb03ce4134d6039
                Found module libwayland-egl.so.1 with build-id: 4bd7c43cebc6cc92cc53f4c3f21edcb41862a4cc
                Found module libwayland-server.so.0 with build-id: 757789067f77410712f6791ca023e1fd01811223
                Found module libxcb-dri2.so.0 with build-id: dc5a2c2b0c9080fff87ea241e7298a7ac2f838e3
                Found module libglapi.so.0 with build-id: ad67f55c2ecc1e4dd4edc4509d677f016362acbc
                Found module libgbm.so.1 with build-id: b22efbe31810ab651a26ff0e9b16afe8be758d57
                Found module libEGL_mesa.so.0 with build-id: 9704b5bf79b7f12cb85e5b0c30cace6893d1a25f
                Found module libGLdispatch.so.0 with build-id: 19c339ecd74c020f1db1342213a07114f4baf5e0
                Found module libEGL.so.1 with build-id: 236d96c92ee2914a0e90e06e01b79dfcba0f7b41
                Found module libVkLayer_MESA_device_select.so with build-id: b35c6190c9cfada604217b9711bdbece36a174ef
                Found module libvulkan_intel.so with build-id: c07cbed8cce696e6ed078dcf1dd3641fe35b306f
                Found module libvulkan_lvp.so with build-id: 091f307f5b8ea23e138501207b9bd3591f36c519
                Found module libvulkan_virtio.so with build-id: 6d4e1edf6594fda881034e41a48db56da6c5cd4d
                Found module libvulkan_intel_hasvk.so with build-id: 76cf337bf3c114cd5be518fee10512ce794de66d
                Found module libicudata.so.70 with build-id: b1c2496dd0543023c7a19c961bb7f3abc818f465
                Found module liblzma.so.5 with build-id: fcada8c10d754c042c6e429b5f644308953896aa
                Found module libicuuc.so.70 with build-id: bef3ff1d70aadd68aab07d858a759360c8b919ae
                Found module libxml2.so.2 with build-id: aebf8e42966c3ce475ff9d9d51a762831adcbb61
                Found module libtinfo.so.6 with build-id: e22ba7829a55a0dec2201a0b6dac7ba236118561
                Found module libedit.so.2 with build-id: 9fcc3490de1a1f4919b1f6e398c99c7fa25f6863
                Found module libstdc++.so.6 with build-id: e37fe1a879783838de78cbc8c80621fa685d58a2
                Found module libexpat.so.1 with build-id: 488cca1472bb121a12e1c77bb58fe0a5c52f2aa9
                Found module libdrm.so.2 with build-id: 99bc0e0ffcfbff3c1f8cc7b54f474fa5e837f85c
                Found module libxshmfence.so.1 with build-id: f08296172ec7b676e1b371afc936e36add17366d
                Found module libxcb-shm.so.0 with build-id: edb24ef4079aa423edcc50a3bb0dfb912fe8a57a
                Found module libxcb-randr.so.0 with build-id: 7af27bf3e608d5c06645ad4086788afe8a8447e7
                Found module libxcb-sync.so.1 with build-id: 657d8516621c4042b4b221ce1b3525f92467ef7e
                Found module libxcb-xfixes.so.0 with build-id: d6f264cc06fb6c92b5ced2c8f373cf5a5bda0e09
                Found module libxcb-present.so.0 with build-id: a4f415af56b06f1f38d5a0339dd9828ff136b115
                Found module libzstd.so.1 with build-id: 5d9d0d946a3154a748e87e17af9d14764519237b
                Found module libz.so.1 with build-id: 30840b79ac329ecbf1dec0bb60180eed256d319f
                Found module libxcb-dri3.so.0 with build-id: b6aa69fda711358025ae4dd29fa597866d29b8c5
                Found module libelf.so.1 with build-id: 0eaf2d056fb292c3da2d99fa16c13d0ec798f121
                Found module libdrm_amdgpu.so.1 with build-id: 69b55173297ce282f6e85aa38600cd4feb7cbe92
                Found module libLLVM-15.so.1 with build-id: 5d46c4221e9c32a1695da30bd95956dd9ce00984
                Found module libvulkan_radeon.so with build-id: 96ce84fed30a750f19db64284dbd7b36663989df
                Found module libvulkan.so.1 with build-id: 27af13603834724b5b2b698f1db167d18f084a17
                Found module libffi.so.8 with build-id: 59c2a6b204f74f358ca7711d2dfd349d88711f6a
                Found module libwayland-client.so.0 with build-id: 01864587d5d6193c66d81d37c6917cf53af41480
                Found module libX11-xcb.so.1 with build-id: 70f2a36d79c623f42fd70fa7ffb06d8877c74f16
                Found module libmd.so.0 with build-id: cd2d2f71b3967ebde30e2aa43b8eb63339020c06
                Found module libbsd.so.0 with build-id: 9a6c72469251e2feb63e175ef5cb944ce6e00df3
                Found module libXdmcp.so.6 with build-id: 6b60f99504aa1d3999ea02a14366d1a39d6c5dcf
                Found module libXau.so.6 with build-id: 7089b383cacbfc1760634a3be19a923e51fe3315
                Found module libxcb.so.1 with build-id: 1bef862a339557aa16c34c7a4b27f8f3aea90517
                Found module libX11.so.6 with build-id: 37a5d7bbb78e3a99ea8376a7c80ea0c62fe06494
                Found module ld-linux-x86-64.so.2 with build-id: 4186944c50f8a32b47d74931e3f512b811813b64
                Found module libc.so.6 with build-id: 490fef8403240c91833978d494d39e537409b92e
                Found module libm.so.6 with build-id: a508ec5d8bf12fb7fd08204e0f87518e5cd0b102
                Found module libgcc_s.so.1 with build-id: e3a44e0da9c6e835d293ed8fd2882b4c4a87130c
                Found module libxkbcommon.so.0 with build-id: a4b17d939092101dc8f6b2a1d70eaf1fddb2dd51
                Found module libudev.so.1 with build-id: 7378b38e27b87f7e22c2519f377f6296c2fa08ef
                Found module cosmic-settings with build-id: 5c5254f11df168a757166328a9b70f32b5ca680d
                Stack trace of thread 6531:
                #0  0x00007cf95602d0f0 _ZN4llvm7CmpInst6CreateENS_11Instruction8OtherOpsENS0_9PredicateEPNS_5ValueES5_RKNS_5TwineEPNS_10BasicBlockE (libLLVM-15.so.1 + 0x102d0f0)

                Stack trace of thread 6532:
                #0  0x00007cf970091117 __futex_abstimed_wait_common64 (libc.so.6 + 0x91117)
                #1  0x00007cf970093a41 __pthread_cond_wait_common (libc.so.6 + 0x93a41)
                #2  0x00007cf9668fbddd n/a (libvulkan_lvp.so + 0xfbddd)
                #3  0x00007cf966adc5d3 n/a (libvulkan_lvp.so + 0x2dc5d3)
                #4  0x00007cf9668fbd0b n/a (libvulkan_lvp.so + 0xfbd0b)
                #5  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #6  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6535:
                #0  0x00007cf970091117 __futex_abstimed_wait_common64 (libc.so.6 + 0x91117)
                #1  0x00007cf970093a41 __pthread_cond_wait_common (libc.so.6 + 0x93a41)
                #2  0x00007cf9668fbddd n/a (libvulkan_lvp.so + 0xfbddd)
                #3  0x00007cf966ad97c3 n/a (libvulkan_lvp.so + 0x2d97c3)
                #4  0x00007cf9668fbd0b n/a (libvulkan_lvp.so + 0xfbd0b)
                #5  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #6  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6527:
                #0  0x00007cf970125e2e epoll_wait (libc.so.6 + 0x125e2e)
                #1  0x0000613fde6c559b n/a (cosmic-settings + 0x168e59b)
                #2  0x0000613fdec16e3e n/a (cosmic-settings + 0x1bdfe3e)
                #3  0x0000613fdec04523 n/a (cosmic-settings + 0x1bcd523)
                #4  0x0000613fdec147de n/a (cosmic-settings + 0x1bdd7de)
                #5  0x0000613fdec1e96d n/a (cosmic-settings + 0x1be796d)
                #6  0x0000613fdec1dffd n/a (cosmic-settings + 0x1be6ffd)
                #7  0x0000613fdebffad7 n/a (cosmic-settings + 0x1bc8ad7)
                #8  0x0000613fdec1326e n/a (cosmic-settings + 0x1bdc26e)
                #9  0x0000613fdec1d2e2 n/a (cosmic-settings + 0x1be62e2)
                #10 0x0000613fdec08f71 n/a (cosmic-settings + 0x1bd1f71)
                #11 0x0000613fdebf9cb5 n/a (cosmic-settings + 0x1bc2cb5)
                #12 0x0000613fdec076f2 n/a (cosmic-settings + 0x1bd06f2)
                #13 0x0000613fdec0fcce n/a (cosmic-settings + 0x1bd8cce)
                #14 0x0000613fdec04874 n/a (cosmic-settings + 0x1bcd874)
                #15 0x0000613fdec0cdd6 n/a (cosmic-settings + 0x1bd5dd6)
                #16 0x0000613fdeb1c35b n/a (cosmic-settings + 0x1ae535b)
                #17 0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #18 0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6542:
                #0  0x0000613fde80a2f9 n/a (cosmic-settings + 0x17d32f9)
                #1  0x0000613fde80be57 n/a (cosmic-settings + 0x17d4e57)
                #2  0x0000613fdd83831c n/a (cosmic-settings + 0x80131c)
                #3  0x0000613fdd8c8e84 n/a (cosmic-settings + 0x891e84)
                #4  0x0000613fdd8bac63 n/a (cosmic-settings + 0x883c63)
                #5  0x0000613fdd8d13e4 n/a (cosmic-settings + 0x89a3e4)
                #6  0x0000613fdd8a873b n/a (cosmic-settings + 0x87173b)
                #7  0x0000613fdeb1c35b n/a (cosmic-settings + 0x1ae535b)
                #8  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #9  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6528:
                #0  0x00007cf97011e88d syscall (libc.so.6 + 0x11e88d)
                #1  0x0000613fdeb20ef8 n/a (cosmic-settings + 0x1ae9ef8)
                #2  0x0000613fdec0fd82 n/a (cosmic-settings + 0x1bd8d82)
                #3  0x0000613fdec04874 n/a (cosmic-settings + 0x1bcd874)
                #4  0x0000613fdec0cdd6 n/a (cosmic-settings + 0x1bd5dd6)
                #5  0x0000613fdeb1c35b n/a (cosmic-settings + 0x1ae535b)
                #6  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #7  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6534:
                #0  0x00007cf970091117 __futex_abstimed_wait_common64 (libc.so.6 + 0x91117)
                #1  0x00007cf970093a41 __pthread_cond_wait_common (libc.so.6 + 0x93a41)
                #2  0x00007cf9668fbddd n/a (libvulkan_lvp.so + 0xfbddd)
                #3  0x00007cf966ad97c3 n/a (libvulkan_lvp.so + 0x2d97c3)
                #4  0x00007cf9668fbd0b n/a (libvulkan_lvp.so + 0xfbd0b)
                #5  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #6  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6538:
                #0  0x00007cf97011e88d syscall (libc.so.6 + 0x11e88d)
                #1  0x0000613fdeb20ef8 n/a (cosmic-settings + 0x1ae9ef8)
                #2  0x0000613fdec0fd82 n/a (cosmic-settings + 0x1bd8d82)
                #3  0x0000613fdec04874 n/a (cosmic-settings + 0x1bcd874)
                #4  0x0000613fdec0cdd6 n/a (cosmic-settings + 0x1bd5dd6)
                #5  0x0000613fdeb1c35b n/a (cosmic-settings + 0x1ae535b)
                #6  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #7  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6544:
                #0  0x00007cf97011e88d syscall (libc.so.6 + 0x11e88d)
                #1  0x0000613fdd783a53 n/a (cosmic-settings + 0x74ca53)
                #2  0x0000613fdd783284 n/a (cosmic-settings + 0x74c284)
                #3  0x0000613fde92aecb n/a (cosmic-settings + 0x18f3ecb)
                #4  0x0000613fde92f77a n/a (cosmic-settings + 0x18f877a)
                #5  0x0000613fde930eaf n/a (cosmic-settings + 0x18f9eaf)
                #6  0x0000613fdeb1c35b n/a (cosmic-settings + 0x1ae535b)
                #7  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #8  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6545:
                #0  0x00007cf97011e88d syscall (libc.so.6 + 0x11e88d)
                #1  0x0000613fdd783a53 n/a (cosmic-settings + 0x74ca53)
                #2  0x0000613fdd783284 n/a (cosmic-settings + 0x74c284)
                #3  0x0000613fde92aecb n/a (cosmic-settings + 0x18f3ecb)
                #4  0x0000613fde92f77a n/a (cosmic-settings + 0x18f877a)
                #5  0x0000613fde930eaf n/a (cosmic-settings + 0x18f9eaf)
                #6  0x0000613fdeb1c35b n/a (cosmic-settings + 0x1ae535b)
                #7  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #8  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6537:
                #0  0x00007cf970125e2e epoll_wait (libc.so.6 + 0x125e2e)
                #1  0x0000613fde7e7065 n/a (cosmic-settings + 0x17b0065)
                #2  0x0000613fde7f1464 n/a (cosmic-settings + 0x17ba464)
                #3  0x0000613fde7f2205 n/a (cosmic-settings + 0x17bb205)
                #4  0x0000613fdeb1c35b n/a (cosmic-settings + 0x1ae535b)
                #5  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #6  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6533:
                #0  0x00007cf970091117 __futex_abstimed_wait_common64 (libc.so.6 + 0x91117)
                #1  0x00007cf970093a41 __pthread_cond_wait_common (libc.so.6 + 0x93a41)
                #2  0x00007cf9668fbddd n/a (libvulkan_lvp.so + 0xfbddd)
                #3  0x00007cf966adc5d3 n/a (libvulkan_lvp.so + 0x2dc5d3)
                #4  0x00007cf9668fbd0b n/a (libvulkan_lvp.so + 0xfbd0b)
                #5  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #6  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6525:
                #0  0x00007cf97011e88d syscall (libc.so.6 + 0x11e88d)
                #1  0x00007cf966893086 n/a (libvulkan_lvp.so + 0x93086)
                #2  0x00007cf966873da7 n/a (libvulkan_lvp.so + 0x73da7)
                #3  0x0000613fdef9c2b6 n/a (cosmic-settings + 0x1f652b6)
                #4  0x0000613fdee19d3e n/a (cosmic-settings + 0x1de2d3e)
                #5  0x0000613fdeed1e24 n/a (cosmic-settings + 0x1e9ae24)
                #6  0x0000613fdedc8464 n/a (cosmic-settings + 0x1d91464)
                #7  0x0000613fdedac542 n/a (cosmic-settings + 0x1d75542)
                #8  0x0000613fded4019a n/a (cosmic-settings + 0x1d0919a)
                #9  0x0000613fdee87bea n/a (cosmic-settings + 0x1e50bea)
                #10 0x0000613fddcf46be n/a (cosmic-settings + 0xcbd6be)
                #11 0x0000613fddf58551 n/a (cosmic-settings + 0xf21551)
                #12 0x0000613fddf4cb45 n/a (cosmic-settings + 0xf15b45)
                #13 0x0000613fdde27923 n/a (cosmic-settings + 0xdf0923)
                #14 0x0000613fddaf7023 n/a (cosmic-settings + 0xac0023)
                #15 0x0000613fddbdcc01 n/a (cosmic-settings + 0xba5c01)
                #16 0x0000613fde11dd13 n/a (cosmic-settings + 0x10e6d13)
                #17 0x0000613fde005dfd n/a (cosmic-settings + 0xfcedfd)
                #18 0x0000613fdeb06e63 n/a (cosmic-settings + 0x1acfe63)
                #19 0x0000613fddbe20f5 n/a (cosmic-settings + 0xbab0f5)
                #20 0x00007cf970029d90 __libc_start_call_main (libc.so.6 + 0x29d90)
                #21 0x00007cf970029e40 __libc_start_main_impl (libc.so.6 + 0x29e40)
                #22 0x0000613fdd7bc5a5 n/a (cosmic-settings + 0x7855a5)

                Stack trace of thread 6536:
                #0  0x00007cf970091117 __futex_abstimed_wait_common64 (libc.so.6 + 0x91117)
                #1  0x00007cf970093a41 __pthread_cond_wait_common (libc.so.6 + 0x93a41)
                #2  0x00007cf9668fbddd n/a (libvulkan_lvp.so + 0xfbddd)
                #3  0x00007cf96689e69b n/a (libvulkan_lvp.so + 0x9e69b)
                #4  0x00007cf9668fbd0b n/a (libvulkan_lvp.so + 0xfbd0b)
                #5  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #6  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6529:
                #0  0x00007cf970091117 __futex_abstimed_wait_common64 (libc.so.6 + 0x91117)
                #1  0x00007cf970093a41 __pthread_cond_wait_common (libc.so.6 + 0x93a41)
                #2  0x00007cf952f117cd n/a (r600_dri.so + 0x1117cd)
                #3  0x00007cf952ef20fb n/a (r600_dri.so + 0xf20fb)
                #4  0x00007cf952f116fb n/a (r600_dri.so + 0x1116fb)
                #5  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #6  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

                Stack trace of thread 6530:
                #0  0x00007cf970091117 __futex_abstimed_wait_common64 (libc.so.6 + 0x91117)
                #1  0x00007cf970093a41 __pthread_cond_wait_common (libc.so.6 + 0x93a41)
                #2  0x00007cf952f117cd n/a (r600_dri.so + 0x1117cd)
                #3  0x00007cf952ef20fb n/a (r600_dri.so + 0xf20fb)
                #4  0x00007cf952f116fb n/a (r600_dri.so + 0x1116fb)
                #5  0x00007cf970094ac3 start_thread (libc.so.6 + 0x94ac3)
                #6  0x00007cf970126850 __clone3 (libc.so.6 + 0x126850)

GNU gdb (Ubuntu 12.1-0ubuntu1~22.04.2) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/cosmic-settings...
(No debugging symbols found in /usr/bin/cosmic-settings)

warning: Can't open file /memfd:mesa-shared (deleted) during file-backed mapping note processing

warning: Can't open file /memfd:smithay-client-toolkit (deleted) during file-backed mapping note processing
[New LWP 6531]
[New LWP 6532]
[New LWP 6535]
[New LWP 6527]
[New LWP 6542]
[New LWP 6528]
[New LWP 6534]
[New LWP 6538]
[New LWP 6544]
[New LWP 6545]
[New LWP 6537]
[New LWP 6533]
[New LWP 6525]
[New LWP 6536]
[New LWP 6529]
[New LWP 6530]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `cosmic-settings'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007cf95602d0f0 in llvm::CmpInst::Create(llvm::Instruction::OtherOps, llvm::CmpInst::Predicate, llvm::Value*, llvm::Value*, llvm::Twine const&, llvm::BasicBlock*) () from /lib/x86_64-linux-gnu/libLLVM-15.so.1
[Current thread is 1 (Thread 0x7cf952c00640 (LWP 6531))]

dharmik2319 avatar Aug 06 '24 16:08 dharmik2319

libvulkan_lvp

This is Mesa's LLVMPipe Vulkan software renderer, which is used when the system's GPU does not have Vulkan hardware support. There may be bugs in the Vulkan software renderer.

mmstick avatar Aug 06 '24 17:08 mmstick

So do I need to open an issue in the Vulkan repo?

dharmik2319 avatar Aug 07 '24 09:08 dharmik2319