jjk-jacky / kalu

Keep Arch Linux Up-to-date -- an upgrade notifier for Arch Linux
Other
60 stars 15 forks source link

Core dump on latest version #39

Closed justin8 closed 8 years ago

justin8 commented 8 years ago

I'm running pacman 5.0 and kalu 4.0 on gnome3, just rebuilt it after a pacman -Syu, and I get the following:

[09:30:34] kalu v4.0.0 -- debug mode enabled (level 1)
[09:30:34] config: attempting to read file /home/justin/.config/kalu/kalu.conf
[09:30:34] config: finished parsing /home/justin/.config/kalu/kalu.conf
[09:30:34] config: attempting to read file /home/justin/.config/kalu/watched.conf
[09:30:34] config: finished parsing /home/justin/.config/kalu/watched.conf
[09:30:34] config: attempting to read file /home/justin/.config/kalu/watched-aur.conf
[09:30:34] config: finished parsing /home/justin/.config/kalu/watched-aur.conf
[09:30:34] config: attempting to read file /home/justin/.config/kalu/news.conf
[09:30:34] config: finished parsing /home/justin/.config/kalu/news.conf
[09:30:34] created fifo: /run/user/1000/kalu_fifo_15769
[09:30:34] opened fifo: 10
[09:30:34] No icon 'kalu-paused' -- creating it
[09:30:34] No icon 'kalu-gray' -- creating it
[09:30:34] No icon 'kalu-gray-paused' -- creating it
[09:30:34] create GtkStatusIcon
[09:30:34] skip period: none set
[09:30:34] state busy: switch icons
[09:30:34] drop last_notifs
[09:30:34] downloading https://www.archlinux.org/feeds/news/

(kalu:15769): Gdk-CRITICAL **: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed
[09:30:36] downloaded 15477 bytes
[1]    15769 segmentation fault (core dumped)  kalu -d
jjk-jacky commented 8 years ago

Right, sounds like #37 -- Please build from branch next (e.g. install kalu-git from AUR) for now; I'll see to make a new release later today to address this...

justin8 commented 8 years ago

Cool. it works from git. Thanks