GNOME Bugzilla – Bug 577212
mechanism segfaults when trying to change frequency
Last modified: 2009-03-29 19:28:05 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=492741 The problem is that the cpufreq-selector does not properly register the error type. Here is the relevant quote from genums.h: /* const_static_values is a NULL terminated array of enum/flags * values that is taken over! */ GType g_enum_register_static (const gchar *name, const GEnumValue *const_static_values); so the array better be static.
Created attachment 131638 [details] [review] patch
Hey Matthias, that was already reported and fixed. Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of 573762 ***