You are not logged in.

#1 2021-03-15 14:00:42

Saiga12
Member
Registered: 2021-03-15
Posts: 3

gtk makes some problems?

I updated my System with -Syu as usual but since then I got some annoying problems:

I can't login normally, I type my password and hit login and it loads around 5 Minutes or longer.
Gtk Applications don't work anymore, when I try to start them via console I get outputs like this:

[xxx]$ ./gtk-application
Gtk-Message: 14:55:00.087: Failed to load module "canberra-gtk-module"
Gtk-Message: 14:55:00.087: Failed to load module "canberra-gtk-module"
Fontconfig warning: "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
Server not started
INFO:xxx:Linux-5.11.6-arch1-1-x86_64-with-glibc2.7 - Python 3.8.7, xxx 2.0.16
Starting server at xxx
Segmentation fault (core dumped)

And that's it.
I have this problem with every gtk program, so I thought I made a misconfig, but after installing arch from scratch the problem persists.

Any tips or tricks?

Offline

#2 2021-03-15 14:23:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,552

Re: gtk makes some problems?

man coredumpctl

Offline

#3 2021-03-15 14:33:05

Saiga12
Member
Registered: 2021-03-15
Posts: 3

Re: gtk makes some problems?

Seems to be a glibc fault, but I have installed it and I don't see no problem.

coredumpctl gdb 3891
           PID: 3891 
           UID: 1000 (user)
           GID: 985 (users)
        Signal: 11 (SEGV)
     Timestamp: Mon 2021-03-15 15:11:12 CET (9min ago)
  Command Line: xxx
    Executable: /home/user/Desktop/linux-x86_64-latest/xxx
 Control Group: /user.slice/user-1000.slice/session-2.scope
          Unit: session-2.scope
         Slice: user-1000.slice
       Session: 2
     Owner UID: 1000 (user)
       Boot ID: xxx
    Machine ID: xxx
      Hostname: xxx
       Storage: /var/lib/systemd/coredump/core.1000.xxx.zst
       Message: Process 3891 () of user 1000 dumped core.
                
                Stack trace of thread 3891:
                #0  xxx raise (libc.so.6 + 0x3cef5)
                #1  xxx n/a (/home/user/Desktop/linux-x86_64-latest/xxx + 0x6c15)

Core was generated by xxx
Program terminated with signal SIGSEGV, Segmentation fault.

#0  xxx in raise () from /usr/lib/libc.so.6
#1  xxx in ?? ()
#2  xxx in ?? ()
#3  xxx in __libc_start_main () from /usr/lib/libc.so.6
#4  xxx in ?? ()

Last edited by Saiga12 (2021-03-15 14:46:35)

Offline

#4 2021-03-15 14:39:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,552

Re: gtk makes some problems?

What is "/home/user/Desktop/linux-x86_64-latest/xxx"??
Sounds as if you need to re-compile it (because of the recent glibc update) - also please don't obfuscate random stuff. If your hostname is "iwatchalotofporn" than that's just how it is. None of this information is strictly private.

Also please use code tags for shell IO and file contents, https://bbs.archlinux.org/help.php#bbcode

Offline

#5 2021-03-15 14:48:20

Saiga12
Member
Registered: 2021-03-15
Posts: 3

Re: gtk makes some problems?

seth wrote:

What is "/home/user/Desktop/linux-x86_64-latest/xxx"??

it's the folder which contains the executable which I start from terminal.

Sounds as if you need to re-compile it (because of the recent glibc update)
It's a portable application which I can't compile, just need to execute.

Edit:
I tried it with Ubuntu radomly and it worked flawlessly.

Last edited by Saiga12 (2021-03-15 14:54:44)

Offline

#6 2021-03-15 15:46:50

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,552

Re: gtk makes some problems?

And ubuntu ships which glibc version exactly…?

Also: what "portable application" *exactly*?
And is the problem limited to those "portable application"(s)?
The initial post talks about "Gtk Applications" and also mentions login delays ("sudo journalctl -b"), so I suggest we don't waste time w/ an undebuggable binary release that was linked against god knows what libraries and you're apparently also uncomfortable talking about.
How about gtk3-demo and gtk-demo?

Offline

Board footer

Powered by FluxBB