Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108895 - media-sound/sound-juicer-2.12.2 segfaults when opening prefrences
Summary: media-sound/sound-juicer-2.12.2 segfaults when opening prefrences
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 108981 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-11 10:12 UTC by Joe Mills
Modified: 2005-10-13 20:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Mills 2005-10-11 10:12:04 UTC
Segfault in sound-juicer.  Very little cmd line output.  Here's what I got.



Reproducible: Always
Steps to Reproduce:
1.open sound-juicer 2.12.2
2.open prefrences menu
3.results in segfault

Actual Results:  
*** This is the cmd line output ***
** Startup **
(sound-juicer:20890): Gtk-CRITICAL **: gtk_file_system_get_volume_for_path:
assertion `path != NULL' failed

(sound-juicer:20890): Gtk-CRITICAL **: gtk_file_system_render_icon: assertion
`path != NULL' failed

(sound-juicer:20890): Gtk-CRITICAL **: gtk_file_system_get_parent: assertion
`path != NULL' failed

(sound-juicer:20890): Gtk-CRITICAL **: gtk_file_system_get_folder: assertion
`path != NULL' failed

(sound-juicer:20890): Gtk-CRITICAL **: gtk_file_system_get_volume_for_path:
assertion `path != NULL' failed

(sound-juicer:20890): Gtk-CRITICAL **: gtk_file_system_render_icon: assertion
`path != NULL' failed

(sound-juicer:20890): Gtk-CRITICAL **: gtk_file_system_get_parent: assertion
`path != NULL' failed

(sound-juicer:20890): Gtk-CRITICAL **: gtk_file_system_get_folder: assertion
`path != NULL' failed
** the segfault **
(sound-juicer:20890): Gtk-CRITICAL **: gtk_file_system_path_to_uri: assertion
`path != NULL' failed
Segmentation fault
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2005-10-12 04:31:11 UTC
*** Bug 108981 has been marked as a duplicate of this bug. ***
Comment 2 Laurento Frittella (mrfree) 2005-10-13 06:54:36 UTC
Unsetting configuration values works for me:

$ gconftool-2 --recursive-unset /apps/sound-juicer 
$ gconftool-2 --recursive-unset /schemas/apps/sound-juicer

Comment 3 Laurento Frittella (mrfree) 2005-10-13 07:00:39 UTC
Opss... my mistake...

After configuration reset sound-juicer works well, and I can open preferences
window many times "before" close the program; but when I restart it, the
segfault error re-appers.

I need to run
   $ gconftool-2 --recursive-unset /apps/sound-juicer
before start it if I want to open window preferences without any crash.
Comment 4 John N. Laliberte (RETIRED) gentoo-dev 2005-10-13 20:53:11 UTC
This is because the choose returns NULL in the first invocation.  I've committed
a patch that should fix this.

It should hit a mirror near you shortly.

Thanks for reporting!
( Please reopen if its still not fixed after merging sound-juicer-2.12.2-r1 )