FS#35532 - [gwget] IA__gtk_icon_theme_has_icon: assertion `icon_name != NULL' failed

Attached to Project: Community Packages
Opened by Raphael Groner (k0Do) - Wednesday, 29 May 2013, 08:21 GMT
Last edited by Balló György (City-busz) - Sunday, 14 July 2013, 20:04 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Balló György (City-busz)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
(gwget:12881): Gtk-CRITICAL **: IA__gtk_icon_theme_has_icon: assertion `icon_name != NULL' failed

Launchpad has somehow a patch / explanation.
https://bugs.launchpad.net/libdbusmenu/+bug/1082516/comments/1

Maybe provide a dummy icon for that case?

I set the severity Critical cause it breaks the usage of the package, it doesn't work at all.

Additional info:
* package version(s)
gwget 1.0.4-5
gtk2 2.24.18-1
* config and/or log files etc.


Steps to reproduce:
Start gwget from terminal.
This task depends upon

Closed by  Balló György (City-busz)
Sunday, 14 July 2013, 20:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in version 1.0.4-7
Comment by Balló György (City-busz) - Wednesday, 03 July 2013, 13:35 GMT
Please test the version 1.0.4-6.
Comment by Raphael Groner (k0Do) - Wednesday, 03 July 2013, 20:11 GMT
Does not work. Same error.

gwget 1.0.4-6
gtk2 2.24.19-1
Comment by Raphael Groner (k0Do) - Wednesday, 03 July 2013, 20:13 GMT
$ strace gwget

open("/usr/share/pixmaps/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/pixmaps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 42 entries */, 32768) = 1440
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
write(2, "\n(gwget:11055): Gtk-CRITICAL **:"..., 99
(gwget:11055): Gtk-CRITICAL **: IA__gtk_icon_theme_has_icon: assertion `icon_name != NULL' failed
) = 99
write(2, "\n(gwget:11055): Gtk-CRITICAL **:"..., 99
(gwget:11055): Gtk-CRITICAL **: IA__gtk_icon_theme_has_icon: assertion `icon_name != NULL' failed
) = 99
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x21} ---
+++ killed by SIGSEGV (core dumped) +++
Speicherzugriffsfehler (Speicherabzug geschrieben)
Comment by Balló György (City-busz) - Thursday, 04 July 2013, 00:59 GMT
Please test the version 1.0.4-7. Hopefully I found the problem.

Loading...