GNOME Bugzilla – Bug 384805
LSR crashes when SettingsChooser tries to populate an empty group
Last modified: 2006-12-11 20:13:30 UTC
This assertion fails, resulting in a crash: GtkWarning: gtk_table_resize: assertion `n_rows > 0 && n_rows < 65536' failed This happens when a uie has an empty group defined in getGroups. The patch below raises an exception, but maybe an unpopulated table should be returned instead, not sure.
Created attachment 78153 [details] [review] Proposed fix
Comment on attachment 78153 [details] [review] Proposed fix Raising the exception is fine. I think we need to catch it in the calling method, log warning, and then continue unabated. I'll hack it in quickly instead of getting another patch from you.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.