"quse -D anything" crashes with a segfault when one of the files is missing/can't be opened. The reason seems to be that it's doing an fclose on an invalid handle. (quse.c:159 in 0.1.22) Reproducible: Always Steps to Reproduce: 1. quse -D ifp Actual Results: local:ifp:media-sound/amarok: Enable support for iRiver devices access through libifp Segmentation fault (core dumped) Expected Results: local:ifp:media-sound/amarok: Enable support for iRiver devices access through libifp When built with debugging information, it says it can't open lang.desc. Apparently this has been recently removed from /usr/portage/profiles.
Created attachment 106159 [details, diff] quse-bug-161055.patch > The reason seems to be that it's doing an fclose on > an invalid handle. (quse.c:159 in 0.1.22) Right. This patch fixes that.
thanks, fixed in cvs :)
*** Bug 161191 has been marked as a duplicate of this bug. ***
*** Bug 162900 has been marked as a duplicate of this bug. ***