GNOME Bugzilla – Bug 112874
gnome-sound-properties crashes [compare_func]
Last modified: 2004-12-22 21:47:04 UTC
in compare_func, patch coming shortly.
Created attachment 16477 [details] [review] one line patch
setting priority/severity appropriately.
Adding PATCH and bugsquad keywords.
Samuel: can you paste a backtrace into the bug, please, so we can catch duplicates.
+ Trace 36837
*** Bug 113617 has been marked as a duplicate of this bug. ***
This goes for 2.2.x too?
*** Bug 114494 has been marked as a duplicate of this bug. ***
I think there are two bugs here. And possibly a third related one at #109323. Anyway, I got a patch from anders to fix the issue in #113617 and I'll attach it here so people can try it out.
Created attachment 17977 [details] [review] patch to fix network proxy preferences
Disregard the last one. I must be asleep. gnome-sound-properties is clearly not the same as gnome-network-preferences :)
Samuel, is it normal behaviour to get NULL strings in compare_func, or is it hiding a bug somewhere else ? If it is normal, the first patch looks good
This was fixed by 2.3.3 with a different patch. cmp = g_ascii_strcasecmp (str_a?str_a:"", str_b?str_b:""); was done instead, as you need a reasonable value for cmp.