http://bugzilla.novell.com/show_bug.cgi?id=537452 User wstephenson@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=537452#c8 --- Comment #8 from Will Stephenson <wstephenson@novell.com> 2009-09-09 06:32:48 MDT --- rule == 0x0 in the above backtraces, so coolo has added this in Base:System hal: # Index: hal-0.5.13/hald/device_info.c # =================================================================== # --- hal-0.5.13.orig/hald/device_info.c # +++ hal-0.5.13/hald/device_info.c # @@ -1138,7 +1138,7 @@ rules_match_and_merge_device (void *fdi_ # rule = di_jump(rule); # break; # } # - rule = di_next(rule); # + if (rule) rule = di_next(rule); # } # } # # Since I can see DIE macros if rule is null elsewhere in device_info.c, I fear that working around 'unhandled rule' will have consequences. Timo, know what's going on there? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.