GUI of pamac crashes

Hello!

When I try to launch pamac by clicking on the Package Manager in the system tray, nothing happens aside from a little animation of the task manager icon.

I have an ‘Add/Remove software’ shortcut at the side of Manjaro Application Launcher - in the task manager bar, if I’m not wrong. When I click on it, I have an animation, but nothing happens. However, when I right click and select ‘software update’, the window appears. It works if I select the ‘update’ or ‘installed’ tab, but if I select the ‘browse’ tab, it crashes - it closes on me and then nothing.

I tried the following :

pamac-manager                                                                                   SEGV ✘ 

(pamac-manager:6194): Gdk-CRITICAL **: 18:23:53.361: gdk_window_set_cursor: assertion 'GDK_IS_WINDOW (window)' failed
zsh: segmentation fault (core dumped)  pamac-manager
   ~                                            

I have had a problem with this window for some time now, perhaps related so I’ll describe it : I could launch the window, navigate everything, but when the window went below others - when another window became active, clicking on the package manager icon in the bar didn’t bring it up again. I had to close it (right click on the task manager icon, then ‘close’) and relaunch it.

Is it a known issue or should I report a bug (if so, some pointers on how , where and what to report would be appreciated) ?

And of course, how can I solve this?

Are you up to date? To be sure, update your mirrors and perform a full update. See Pacman-mirrors - Manjaro

I think I am.

sudo pacman-mirrors --fasttrack && sudo pacman -Syu                                             SEGV ✘ 

[…] tell me if you want all the lines

warning: manjaro-hello: local (0.7.0-6) is newer than extra (0.7.0-5)
 there is nothing to do

That’s the only thing notable.

Just wanted to make sure you were fully up to date first, it seems you are.

What versions are installed?

pacman -Qs pamac

Example on my end (unstable branch):

❯ pacman -Qs pamac
local/libpamac 11.5.4-2
    Library for Pamac package manager based on libalpm
local/libpamac-flatpak-plugin 11.5.4-2
    Flatpak plugin for Pamac
local/pamac-cli 11.0.0-2
    A CLI Package Manager based on libalpm with AUR support
local/pamac-gtk 11.0.1-2
    A Package Manager based on libalpm with AUR and Appstream support (GTK4)

I suggest reinstalling the packages you have installed. Example based on the above output:

sudo pacman -Syu libpamac libpamac-flatpak-plugin pamac-cli pamac-gtk

Do the same for whatever you currently have installed.

If you have pamac-gtk installed, you may also try pamac-gtk3–or vice versa.

Not related, but you can resolve that by installing the current version:

sudo pacman -S manjaro-hello
sudo pacman -Syu libpamac libpamac-flatpak-plugin libpamac-snap-plugin pamac-cli pamac-gtk pamac-tray-icon-plasma                                                ✔ 
:: Synchronising package databases...
 mesa-nonfree is up to date
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
warning: libpamac-11.5.4-1 is up to date -- reinstalling
warning: libpamac-flatpak-plugin-11.5.4-1 is up to date -- reinstalling
warning: libpamac-snap-plugin-11.5.4-1 is up to date -- reinstalling
warning: pamac-cli-10.5.1-2 is up to date -- reinstalling
warning: pamac-gtk-10.5.1-2 is up to date -- reinstalling
warning: pamac-tray-icon-plasma-0.1.2-4 is up to date -- reinstalling
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (6) libpamac-11.5.4-1  libpamac-flatpak-plugin-11.5.4-1  libpamac-snap-plugin-11.5.4-1  pamac-cli-10.5.1-2  pamac-gtk-10.5.1-2  pamac-tray-icon-plasma-0.1.2-4

Total Download Size:   0,03 MiB
Total Installed Size:  4,61 MiB
Net Upgrade Size:      0,00 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
 pamac-tray-icon-plasma-0.1.2-4-x86_64                                         27,0 KiB   220 KiB/s 00:00 [###############################################################] 100%
(6/6) checking keys in keyring                                                                            [###############################################################] 100%
(6/6) checking package integrity                                                                          [###############################################################] 100%
(6/6) loading package files                                                                               [###############################################################] 100%
(6/6) checking for file conflicts                                                                         [###############################################################] 100%
(6/6) checking available disk space                                                                       [###############################################################] 100%
:: Processing package changes...
(1/6) reinstalling libpamac                                                                               [###############################################################] 100%
(2/6) reinstalling libpamac-flatpak-plugin                                                                [###############################################################] 100%
(3/6) reinstalling libpamac-snap-plugin                                                                   [###############################################################] 100%
(4/6) reinstalling pamac-cli                                                                              [###############################################################] 100%
(5/6) reinstalling pamac-gtk                                                                              [###############################################################] 100%
(6/6) reinstalling pamac-tray-icon-plasma                                                                 [###############################################################] 100%
:: Running post-transaction hooks...
(1/7) Reloading system manager configuration...
(2/7) Arming ConditionNeedsUpdate...
(3/7) Updating the MIME type database...
(4/7) Reloading system bus configuration...
(5/7) Updating icon theme caches...
(6/7) Checking which packages need to be rebuilt
(7/7) Updating the desktop file MIME type cache...

It didn’t solve the problem. Next, I removed pamac-gtk and the packages that required it, and after I tried to install pamac-gtk3 :

sudo pacman -R pamac-gtk manjaro-application-utility pamac-tray-icon-plasma manjaro-hello                                                                      1 ✘ 
checking dependencies...

Packages (4) manjaro-application-utility-1.3.3-9  manjaro-hello-0.7.0-5  pamac-gtk-10.5.1-2  pamac-tray-icon-plasma-0.1.2-4

Total Removed Size:  1,27 MiB

:: Do you want to remove these packages? [Y/n] Y
:: Processing package changes...
(1/4) removing manjaro-hello                                                                              [###############################################################] 100%
(2/4) removing pamac-tray-icon-plasma                                                                     [###############################################################] 100%
(3/4) removing manjaro-application-utility                                                                [###############################################################] 100%
(4/4) removing pamac-gtk                                                                                  [###############################################################] 100%
:: Running post-transaction hooks...
(1/4) Reloading system manager configuration...
(2/4) Arming ConditionNeedsUpdate...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...

    ~  sudo pacman -Syu pamac-gtk3                                                                                                                               ✔  5s  
:: Synchronising package databases...
 mesa-nonfree is up to date
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
error: target not found: pamac-gtk3

So, it seems that pamac-gtk3 doesn’t exist. Perhaps it’s the name?

I rebooted.

No need to remove anything. Installing pamac-gtk3 will replace pamac-gtk as the former provides and conflicts with the latter.

It’s currently only in testing and unstable. Nevermind that then since you’re using the stable branch.

And then?

And then, I had no more GUI for pamac. No Package Manager icon in the system tray, the shortcut in the task manager bar was blank.
No surprise!

Since you’re inviting me to disregard the pamac-gtk change for pamac-gtk3, I reinstalled the packages I removed.

Of course, the problems I described remain exactly the same.

Sorry about the confusion.

I’m out of ideas then. Please create an upstream issue with details and link this forum post for context.

Don’t be sorry, I’m very glad you took the time! The confusion is mostly due to my own ignorance anyway.

I solved it by doing the following :

I right clicked on the ‘Add/Remove Software’ shortcut icon I have in the task manager bar, selected ‘software update’. Pamac GUI window opened.

I went for the three dots in the upper right corner of the window, selected preferences, entered password. I then disabled snap, flatpack and aur packages, then refreshed databases and checked for updates.

I opened the preferences again, and enabled back the snap, flatpack and aur packages. I refreshed the databases and checked for updates again.

After that, I could use the browse tab of the pamac GUI window, and that window opened normally from the icon in the system tray.

Solved!

Why? no idea…

1 Like

The problems returned. So the ‘solution’ I found isn’t a solution at all. Sorry for the false resolution notice…

I tried the same steps, and the problems remained, this time. Exactly the same behavior.

perhaps start pamac-manager in a terminal so you see probably useful messages?

Or have a look in terminal:

journalctl|grep -i pamac-manager

r

Thanks for the suggestion!

I gave the pamac-manager output in my fist post.

journalctl|grep -i pamac-manager was more detailed ; there are too many lines for me to put here. You can see them in this pastebin

Below, an excerpt :

jul 06 18:13:54 [herewastheusername] pamac-manager[3246]: gdk_window_set_cursor: assertion 'GDK_IS_WINDOW (window)' failed
jul 06 18:13:54 [herewastheusername] kernel: pamac-manager[3302]: segfault at 0 ip 00007fc24ed85bd4 sp 00007fc2437fdb38 error 4 in libglib-2.0.so.0.7600.2[7fc24ed5e000+9d000] likely on CPU 1 (core 1, socket 0)
jul 06 18:13:54 [herewastheusername] systemd-coredump[3304]: Process 3246 (pamac-manager) of user 1000 dumped core.
                                                     #6  0x0000556d319df7e6 n/a (pamac-manager + 0x327e6)
                                                     #7  0x0000556d319d38f8 n/a (pamac-manager + 0x268f8)
                                                     #8  0x0000556d319c9b05 n/a (pamac-manager + 0x1cb05)
                                                     #9  0x0000556d319da218 n/a (pamac-manager + 0x2d218)
                                                     #18 0x0000556d319ba423 n/a (pamac-manager + 0xd423)
                                                     #21 0x0000556d319ba555 n/a (pamac-manager + 0xd555
gdb pamac-manager

[…]

(gdb) run

[…]

(pamac-manager:20942): Gdk-CRITICAL **: 18:13:03.780: gdk_window_set_cursor: assertion 'GDK_IS_WINDOW (window)' failed
[New Thread 0x7fffe9b686c0 (LWP 21034)]
[New Thread 0x7fffea3ff6c0 (LWP 21035)]
[New Thread 0x7fffeb76a6c0 (LWP 21036)]

Thread 19 "pamac-manager" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe9b686c0 (LWP 21034)]
0x00007ffff72c4bd4 in g_str_hash () from /usr/lib/libglib-2.0.so.0
(gdb)

complete lines here, if usefull

Sorry , that is now far beyond my knowledge :frowning:

To exclude hardware issues i would:
A) Boot up a manjaro live session to test pamac-manager there
Or
B) Create a new test-user on the PC where pamac has issues
C) Use yay as a pamac replacement?!
D) google for the segfault error message!

Good luck

I went from stable to unstable branch, updated, changed kernel to the latest ( 6.4.0_rt6-1) in unstable branch.

pamac --version                                                                                                                                                  ✔ 
Pamac 11.0.0  -  libpamac 11.5.4

Then, I installed pamac-gtk3

sudo pacman -Syu pamac-gtk3

I rebooted.
nothing changed, I still have the same problems.

Below, an excerpt of a debug run ; the last lines are new :

gdb pamac-manager

[…]

(gdb) run

[…]

(Downloading separate debug info for /usr/lib/librsvg-2.so.2                                                                                                                     
[Thread 0x7ffff11016c0 (LWP 4837) exited]                                                                                                                                       
[New Thread 0x7ffff11016c0 (LWP 4840)]
[New Thread 0x7fffeaffd6c0 (LWP 4841)]
[Thread 0x7ffff11016c0 (LWP 4840) exited]
[New Thread 0x7ffff11016c0 (LWP 4842)]
[Thread 0x7fffeaffd6c0 (LWP 4841) exited]
[New Thread 0x7fffea1ff6c0 (LWP 4843)]
[Thread 0x7ffff11016c0 (LWP 4842) exited]
[Thread 0x7fffea1ff6c0 (LWP 4843) exited]
[New Thread 0x7fffea1ff6c0 (LWP 4844)]
[Thread 0x7fffea1ff6c0 (LWP 4844) exited]

(pamac-manager:4780): Gdk-CRITICAL **: 19:49:41.915: gdk_window_set_cursor: assertion 'GDK_IS_WINDOW (window)' failed
[New Thread 0x7fffea1ff6c0 (LWP 4845)]
[New Thread 0x7ffff11016c0 (LWP 4846)]
[New Thread 0x7fffeaffd6c0 (LWP 4847)]

Thread 19 "pamac-manager" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffea1ff6c0 (LWP 4845)]
g_str_hash (v=0x0) at ../glib/glib/ghash.c:2521
Downloading source file /usr/src/debug/glib2/build/../glib/glib/ghash.c
2521      for (p = v; *p != '\0'; p++)  

I booted in a Manjaro live session and the pamac GUI was working, so I guess I can say it’s not a hardware problem.
Google doesn’t produce any results on this, at least none I can recognize.

I changed back to stable.

That’s all for me, I guess.

Could this problem be caused somehow by the mesa non-free packages and database I have ?

https://nonfree.eu/

I wasn’t able to remove them, because of dependencies :

Summary

 sudo pacman -Sl mesa-nonfree | awk '/\[installed\]/{print $2}' | sudo pacman -Rns -                1 ✘ 

checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing mesa breaks dependency 'mesa' required by gst-plugins-base-libs
:: removing lib32-mesa breaks dependency 'lib32-mesa' required by lib32-libglvnd
:: removing lib32-mesa breaks dependency 'lib32-opengl-driver' required by lib32-libglvnd
:: removing mesa breaks dependency 'mesa' required by libglvnd
:: removing mesa breaks dependency 'opengl-driver' required by libglvnd
:: removing mesa breaks dependency 'mesa' required by mhwd
:: removing mesa breaks dependency 'mesa' required by microsoft-edge-stable-bin
:: removing mesa breaks dependency 'mesa' required by mpv
:: removing mesa breaks dependency 'mesa' required by qemu-ui-opengl
:: removing mesa breaks dependency 'mesa' required by qemu-vhost-user-gpu
:: removing mesa breaks dependency 'mesa' required by qt5-base
:: removing mesa breaks dependency 'mesa' required by qt6-base
:: removing mesa breaks dependency 'mesa' required by virglrenderer
:: removing mesa breaks dependency 'mesa' required by webkit2gtk
:: removing mesa breaks dependency 'mesa' required by webkit2gtk-4.1
:: removing mesa breaks dependency 'mesa' required by xf86-video-amdgpu
:: removing mesa breaks dependency 'mesa' required by xf86-video-ati
:: removing mesa breaks dependency 'mesa' required by xf86-video-intel
:: removing mesa breaks dependency 'mesa' required by xf86-video-nouveau

Doubtful as it works here.

Theme?

New pamac 11.0.1-2 does crash a lot

Summary
jul 10 12:08:48 [hostname] pamac-manager[2507]: pamac_database_intern_get_local_pkg: assertion 'pkgname != NULL' failed
jul 10 12:08:48 [hostname] pamac-manager[2507]: pamac_database_intern_get_local_pkg: assertion 'pkgname != NULL' failed
jul 10 12:08:48 [hostname] pamac-manager[2507]: pamac_database_intern_get_local_pkg: assertion 'pkgname != NULL' failed
jul 10 12:08:48 [hostname] pamac-manager[2507]: pamac_database_intern_get_local_pkg: assertion 'pkgname != NULL' failed
jul 10 12:08:58 [hostname] systemd-coredump[3034]: [🡕] Process 2507 (pamac-manager) of user 1000 dumped core.
                                                 Stack trace of thread 2507:
                                                 #0  0x00007f4e65c8f6e9 alpm_pkg_get_db (libalpm.so.13 + 0x206e9)
                                                 #1  0x00007f4e6760c2b6 n/a (libpamac.so.11 + 0x232b6)
                                                 #2  0x0000557a912c0958 n/a (pamac-manager + 0x1b958)
                                                 #3  0x0000557a912b9278 n/a (pamac-manager + 0x14278)
                                                 #4  0x00007f4e676b5156 g_cclosure_marshal_VOID__OBJECTv (libgobject-2.0.so.0 + 0x13156)
                                                 #5  0x00007f4e676d5bc9 g_signal_emit_valist (libgobject-2.0.so.0 + 0x33bc9)
                                                 #6  0x00007f4e676d5d34 g_signal_emit (libgobject-2.0.so.0 + 0x33d34)
                                                 #7  0x00007f4e66f740e0 n/a (libgtk-4.so.1 + 0x1740e0)
                                                 #8  0x00007f4e66ea5ed5 n/a (libgtk-4.so.1 + 0xa5ed5)
                                                 #9  0x00007f4e676d5bc9 g_signal_emit_valist (libgobject-2.0.so.0 + 0x33bc9)
                                                 #10 0x00007f4e676d5d34 g_signal_emit (libgobject-2.0.so.0 + 0x33d34)
                                                 #11 0x00007f4e66f401b7 n/a (libgtk-4.so.1 + 0x1401b7)
                                                 #12 0x00007f4e676ba4f7 g_cclosure_marshal_VOID__BOXEDv (libgobject-2.0.so.0 + 0x184f7)
                                                 #13 0x00007f4e676d5bc9 g_signal_emit_valist (libgobject-2.0.so.0 + 0x33bc9)
                                                 #14 0x00007f4e676d5d34 g_signal_emit (libgobject-2.0.so.0 + 0x33d34)
                                                 #15 0x00007f4e66f41e28 n/a (libgtk-4.so.1 + 0x141e28)
                                                 #16 0x00007f4e66f42feb n/a (libgtk-4.so.1 + 0x142feb)
                                                 #17 0x00007f4e66f44093 n/a (libgtk-4.so.1 + 0x144093)
                                                 #18 0x00007f4e670606fa n/a (libgtk-4.so.1 + 0x2606fa)
                                                 #19 0x00007f4e6729976e n/a (libgtk-4.so.1 + 0x49976e)
                                                 #20 0x00007f4e66f7d6ed n/a (libgtk-4.so.1 + 0x17d6ed)
                                                 #21 0x00007f4e6706fd2c n/a (libgtk-4.so.1 + 0x26fd2c)
                                                 #22 0x00007f4e66ea8ebd n/a (libgtk-4.so.1 + 0xa8ebd)
                                                 #23 0x00007f4e67237df3 n/a (libgtk-4.so.1 + 0x437df3)
                                                 #24 0x00007f4e676b66c0 g_closure_invoke (libgobject-2.0.so.0 + 0x146c0)
                                                 #25 0x00007f4e676e4938 n/a (libgobject-2.0.so.0 + 0x42938)
                                                 #26 0x00007f4e676d54cc g_signal_emit_valist (libgobject-2.0.so.0 + 0x334cc)
                                                 #27 0x00007f4e676d5d34 g_signal_emit (libgobject-2.0.so.0 + 0x33d34)
                                                 #28 0x00007f4e67290ac0 n/a (libgtk-4.so.1 + 0x490ac0)
                                                 #29 0x00007f4e672093ee n/a (libgtk-4.so.1 + 0x4093ee)
                                                 #30 0x00007f4e66b39a31 g_main_context_dispatch (libglib-2.0.so.0 + 0x5aa31)
                                                 #31 0x00007f4e66b96cc9 n/a (libglib-2.0.so.0 + 0xb7cc9)
                                                 #32 0x00007f4e66b370e2 g_main_context_iteration (libglib-2.0.so.0 + 0x580e2)
                                                 #33 0x00007f4e66d07ed6 g_application_run (libgio-2.0.so.0 + 0xdded6)
                                                 #34 0x0000557a912b2423 n/a (pamac-manager + 0xd423)
                                                 #35 0x00007f4e667b6850 n/a (libc.so.6 + 0x23850)
                                                 #36 0x00007f4e667b690a __libc_start_main (libc.so.6 + 0x2390a)
jul 10 12:08:48 [hostname] pamac-manager[2507]: pamac_database_intern_get_local_pkg: assertion 'pkgname != NULL' failed
jul 10 12:08:48 [hostname] pamac-manager[2507]: pamac_database_intern_get_local_pkg: assertion 'pkgname != NULL' failed
jul 10 12:08:58 [hostname] systemd-coredump[3034]: [🡕] Process 2507 (pamac-manager) of user 1000 dumped core.
                                                 Stack trace of thread 2507:
                                                 #0  0x00007f4e65c8f6e9 alpm_pkg_get_db (libalpm.so.13 + 0x206e9)
                                                 #1  0x00007f4e6760c2b6 n/a (libpamac.so.11 + 0x232b6)
                                                 #2  0x0000557a912c0958 n/a (pamac-manager + 0x1b958)
                                                 #3  0x0000557a912b9278 n/a (pamac-manager + 0x14278)
                                                 #4  0x00007f4e676b5156 g_cclosure_marshal_VOID__OBJECTv (libgobject-2.0.so.0 + 0x13156)
                                                 #5  0x00007f4e676d5bc9 g_signal_emit_valist (libgobject-2.0.so.0 + 0x33bc9)
                                                 #6  0x00007f4e676d5d34 g_signal_emit (libgobject-2.0.so.0 + 0x33d34)
                                                 #7  0x00007f4e66f740e0 n/a (libgtk-4.so.1 + 0x1740e0)
                                                 #8  0x00007f4e66ea5ed5 n/a (libgtk-4.so.1 + 0xa5ed5)
                                                 #9  0x00007f4e676d5bc9 g_signal_emit_valist (libgobject-2.0.so.0 + 0x33bc9)
                                                 #10 0x00007f4e676d5d34 g_signal_emit (libgobject-2.0.so.0 + 0x33d34)
                                                 #11 0x00007f4e66f401b7 n/a (libgtk-4.so.1 + 0x1401b7)
                                                 #12 0x00007f4e676ba4f7 g_cclosure_marshal_VOID__BOXEDv (libgobject-2.0.so.0 + 0x184f7)
                                                 #13 0x00007f4e676d5bc9 g_signal_emit_valist (libgobject-2.0.so.0 + 0x33bc9)
                                                 #14 0x00007f4e676d5d34 g_signal_emit (libgobject-2.0.so.0 + 0x33d34)
                                                 #15 0x00007f4e66f41e28 n/a (libgtk-4.so.1 + 0x141e28)
                                                 #16 0x00007f4e66f42feb n/a (libgtk-4.so.1 + 0x142feb)
                                                 #17 0x00007f4e66f44093 n/a (libgtk-4.so.1 + 0x144093)
                                                 #18 0x00007f4e670606fa n/a (libgtk-4.so.1 + 0x2606fa)
                                                 #19 0x00007f4e6729976e n/a (libgtk-4.so.1 + 0x49976e)
                                                 #20 0x00007f4e66f7d6ed n/a (libgtk-4.so.1 + 0x17d6ed)
                                                 #21 0x00007f4e6706fd2c n/a (libgtk-4.so.1 + 0x26fd2c)
                                                 #22 0x00007f4e66ea8ebd n/a (libgtk-4.so.1 + 0xa8ebd)
                                                 #23 0x00007f4e67237df3 n/a (libgtk-4.so.1 + 0x437df3)
                                                 #24 0x00007f4e676b66c0 g_closure_invoke (libgobject-2.0.so.0 + 0x146c0)
                                                 #25 0x00007f4e676e4938 n/a (libgobject-2.0.so.0 + 0x42938)
                                                 #26 0x00007f4e676d54cc g_signal_emit_valist (libgobject-2.0.so.0 + 0x334cc)
                                                 #27 0x00007f4e676d5d34 g_signal_emit (libgobject-2.0.so.0 + 0x33d34)
                                                 #28 0x00007f4e67290ac0 n/a (libgtk-4.so.1 + 0x490ac0)
                                                 #29 0x00007f4e672093ee n/a (libgtk-4.so.1 + 0x4093ee)
                                                 #30 0x00007f4e66b39a31 g_main_context_dispatch (libglib-2.0.so.0 + 0x5aa31)
                                                 #31 0x00007f4e66b96cc9 n/a (libglib-2.0.so.0 + 0xb7cc9)
                                                 #32 0x00007f4e66b370e2 g_main_context_iteration (libglib-2.0.so.0 + 0x580e2)
                                                 #33 0x00007f4e66d07ed6 g_application_run (libgio-2.0.so.0 + 0xdded6)
                                                 #34 0x0000557a912b2423 n/a (pamac-manager + 0xd423)
                                                 #35 0x00007f4e667b6850 n/a (libc.so.6 + 0x23850)
                                                 #36 0x00007f4e667b690a __libc_start_main (libc.so.6 + 0x2390a)
                                                 #37 0x0000557a912b2555 n/a (pamac-manager + 0xd555)
                                                 Stack trace of thread 2510:
                                                 #0  0x00007f4e66890c0f __poll (libc.so.6 + 0xfdc0f)
                                                 #1  0x00007f4e66b96c2f n/a (libglib-2.0.so.0 + 0xb7c2f)
                                                 #2  0x00007f4e66b38fef g_main_loop_run (libglib-2.0.so.0 + 0x59fef)
                                                 #3  0x00007f4e66d3a28c n/a (libgio-2.0.so.0 + 0x11028c)
                                                 #4  0x00007f4e66b6bd75 n/a (libglib-2.0.so.0 + 0x8cd75)
                                                 #5  0x00007f4e6681a44b n/a (libc.so.6 + 0x8744b)
                                                 #6  0x00007f4e6689de40 n/a (libc.so.6 + 0x10ae40)
                                                 Stack trace of thread 2509:
                                                 #0  0x00007f4e66890c0f __poll (libc.so.6 + 0xfdc0f)
                                                 #1  0x00007f4e66b96c2f n/a (libglib-2.0.so.0 + 0xb7c2f)
                                                 #2  0x00007f4e66b370e2 g_main_context_iteration (libglib-2.0.so.0 + 0x580e2)
                                                 #3  0x00007f4e66b37132 n/a (libglib-2.0.so.0 + 0x58132)
                                                 #4  0x00007f4e66b6bd75 n/a (libglib-2.0.so.0 + 0x8cd75)
                                                 #5  0x00007f4e6681a44b n/a (libc.so.6 + 0x8744b)
                                                 #6  0x00007f4e6689de40 n/a (libc.so.6 + 0x10ae40)
                                                 Stack trace of thread 2508:
                                                 #0  0x00007f4e668962ed syscall (libc.so.6 + 0x1032ed)
                                                 #1  0x00007f4e66b8eca7 g_cond_wait (libglib-2.0.so.0 + 0xafca7)
                                                 #2  0x00007f4e66b04144 n/a (libglib-2.0.so.0 + 0x25144)
                                                 #3  0x00007f4e66b6e2fe n/a (libglib-2.0.so.0 + 0x8f2fe)
                                                 #4  0x00007f4e66b6bd75 n/a (libglib-2.0.so.0 + 0x8cd75)
                                                 #5  0x00007f4e6681a44b n/a (libc.so.6 + 0x8744b)
                                                 #6  0x00007f4e6689de40 n/a (libc.so.6 + 0x10ae40)
                                                 Stack trace of thread 3023:
                                                 #0  0x00007f4e668962ed syscall (libc.so.6 + 0x1032ed)
                                                 #1  0x00007f4e66b8f533 g_cond_wait_until (libglib-2.0.so.0 + 0xb0533)
                                                 #2  0x00007f4e66b04115 n/a (libglib-2.0.so.0 + 0x25115)
                                                 #3  0x00007f4e66b04277 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x25277)
                                                 #4  0x00007f4e66b6ebee n/a (libglib-2.0.so.0 + 0x8fbee)
                                                 #5  0x00007f4e66b6bd75 n/a (libglib-2.0.so.0 + 0x8cd75)
                                                 #6  0x00007f4e6681a44b n/a (libc.so.6 + 0x8744b)
                                                 #7  0x00007f4e6689de40 n/a (libc.so.6 + 0x10ae40)
                                                 Stack trace of thread 2521:
                                                 #0  0x00007f4e66890c0f __poll (libc.so.6 + 0xfdc0f)
                                                 #1  0x00007f4e66b96c2f n/a (libglib-2.0.so.0 + 0xb7c2f)
                                                 #2  0x00007f4e66b370e2 g_main_context_iteration (libglib-2.0.so.0 + 0x580e2)
                                                 #3  0x00007f4e5a6a7fde n/a (libdconfsettings.so + 0x5fde)
                                                 #4  0x00007f4e66b6bd75 n/a (libglib-2.0.so.0 + 0x8cd75)
                                                 #5  0x00007f4e6681a44b n/a (libc.so.6 + 0x8744b)
                                                 #6  0x00007f4e6689de40 n/a (libc.so.6 + 0x10ae40)
                                                 ELF object binary architecture: AMD x86-64