leftwm / leftwm-theme

A tool to help manage themes for LeftWM
BSD 3-Clause "New" or "Revised" License
117 stars 12 forks source link

segfault with theme upgrade #50

Open pranaypratyush opened 2 years ago

pranaypratyush commented 2 years ago

When I do this

✦ ❯ leftwm-theme upgrade
Fetching known themes:
    Retrieving themes from community

Updating themes:
    Updating Current: community/Ground Zero: A LeftWM theme
fish: Job 2, 'leftwm-theme upgrade' terminated by signal SIGSEGV (Address boundary error)

I get this

Process 47490 (leftwm-theme) of user 1000 dumped core.

                                                      Module linux-vdso.so.1 with build-id c92da1914b8d8df59d1e5784659d5e3558731667
                                                      Module libnss_myhostname.so.2 with build-id 4951b5811470eaf99882e4891f149237b82ca605
                                                      Module libnss_resolve.so.2 with build-id 514ce3b5a709858e5730fa89b486d66f04304431
                                                      Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                      Module libnss_mdns4_minimal.so.2 with build-id a6fde528b667185a18aca5be61727fb369423647
                                                      Module libcap.so.2 with build-id eb6dae97527fc89dbb0d5bb581a15acd02ae9f56
                                                      Module librt.so.1 with build-id 4761858b348db8303e872e515aa8d56c046c921c
                                                      Module libnss_mymachines.so.2 with build-id 0822868ed745fc3713fc9645834e142c6e109cdf
                                                      Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                      Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                      Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                      Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                      Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                      Module libhttp_parser.so.2.9 with build-id a7b44d494c1e52a62efd933ab2f7b37dae9482e1
                                                      Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                      Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                      Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                      Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                      Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                                      Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                                      Module libgit2.so.1.4 with build-id f153fb46534cfd15ba1ac78edb339d55042ad3a4
                                                      Module leftwm-theme with build-id f46fe4a2b963dc9b96d151497ac07e17d02c8862
                                                      Stack trace of thread 47490:
                                                      #0  0x00007f07927c8fc0 n/a (libgit2.so.1.4 + 0xa3fc0)
                                                      #1  0x00007f07927caaae git_remote_fetch (libgit2.so.1.4 + 0xa5aae)
                                                      #2  0x000055cf2c3c2f10 n/a (leftwm-theme + 0xdcf10)
                                                      #3  0x000055cf2c3cdfee n/a (leftwm-theme + 0xe7fee)
                                                      #4  0x000055cf2c3c16b5 n/a (leftwm-theme + 0xdb6b5)
                                                      #5  0x000055cf2c3b0c35 n/a (leftwm-theme + 0xcac35)
                                                      #6  0x000055cf2c3b9c03 n/a (leftwm-theme + 0xd3c03)
                                                      #7  0x000055cf2c3bddf9 n/a (leftwm-theme + 0xd7df9)
                                                      #8  0x000055cf2c676b71 n/a (leftwm-theme + 0x390b71)
                                                      #9  0x000055cf2c3b5b72 n/a (leftwm-theme + 0xcfb72)
                                                      #10 0x00007f07920d2310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                      #11 0x00007f07920d23c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                      #12 0x000055cf2c387015 n/a (leftwm-theme + 0xa1015)
                                                      ELF object binary architecture: AMD x86-64
░░ Subject: Process 47490 (leftwm-theme) dumped core
░░ Defined-By: systemd
mautamu commented 2 years ago

Appears to be occurring at the libgit boundary? Was this on a fresh install or did you already have leftwm-theme and themes installed? What’s the git status in that theme’s directory?

oiwn commented 1 year ago

Confirm, same thing, fresh install of Arch linux, trying to make things working.