Lindsay Haisley wrote: > There's a bug reported on the Gentoo kernel, which I also experienced, > which causes 'make gconfig' to segfault in recent kernels (e.g. 2.6.11). > See http://bugs.gentoo.org/show_bug.cgi?id=98410 > > It appears, from the discussion, that the problem affects the kernel > sources in other distributions, apparently including stock kernels from > kernel.org. A patch for the problem by Joachim Nilsson has appeared on > the debian kernel list which addresses the problem. See > http://lists.debian.org/debian-kernel/2005/01/msg00171.html > > This fixes the problem for me, perhaps not ideally (I'm not a kernel or > gtk programmer), but I recommend that the issue, and the patch, be moved > upstream for consideration of a possible fix in future versions of the > Linux kernel. >
Hi, this should be fixed in 2.6.11 (see below ChangeLog snippet). My patch may be cleaner (and makes sure to use the same icons as in xconfig) but that's really not important. Here's the discussion: http://marc.theaimsgroup.com/?l=linux-kernel&m=110194950501639&w=2 ChangeLog-2.6.11: <[EMAIL PROTECTED]> [PATCH] make gconfig work with gtk-2.4 I need this to make gconfig work under gtk-2.4. Without this, it just coredumps. There is some problem with pixmap creation/usage from XPM in the way it is done in gconf, so I just added some stock icons. It is even prettier..;) Could someone test this still works on gtk-2.0 or 2.2 ? Changes: - change the wiget class 'button' in glade files to something known to glade (GtkToolButton) - use 'stock-id' property for toolbar buttons instead of "stock_pixmap" - change unknown signal "pressed" to "clicked" - remove manual setting of icons in gconf.c Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Regards /Jocke -- Joachim Nilsson :: <joachim AT vmlinux DOT org> +46(0)21-123348 :: <http://vmlinux.org/joachim/> ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ kbuild-devel mailing list kbuild-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kbuild-devel