Summary: | media-sound/audacious sigabrt on startup | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Daniel Drake (RETIRED) <dsd> |
Component: | Current packages | Assignee: | Tony Vroon (RETIRED) <chainsaw> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
strace log
patch |
Description
Daniel Drake (RETIRED)
![]() Created attachment 80116 [details, diff]
strace log
Forgot to say, this happens on both 0.1.2 and 0.2
#0 0x00002add6eb55839 in raise () from /lib/tls/libc.so.6 #1 0x00002add6eb56cde in abort () from /lib/tls/libc.so.6 #2 0x00002add6e9d0825 in g_logv () from /usr/lib/libglib-2.0.so.0 #3 0x00002add6e9d08b3 in g_log () from /usr/lib/libglib-2.0.so.0 #4 0x0000000000417631 in skin_load (skin=0x6e1e10, path=0x0) at skin.c:840 #5 0x0000000000417661 in bmp_active_skin_load (path=0x0) at skin.c:161 #6 0x00000000004177fe in init_skins (path=0x0) at skin.c:484 #7 0x00000000004365c1 in main (argc=1, argv=0x7fffffd3a8f8) at main.c:988 Created attachment 80119 [details, diff]
patch
Should be suitable for upstream.
GTK+ produces a critical message if g_return_val_if_fail() hits a FALSE condition, which throws that signal.
Committed to the audacious SVN tree as revision 670. Ebuild revision bumped in the portage tree, it will apply this patch as well. Thanks for that, Daniel :) |