[Bug 30198] HAL crashes from nested dbus callbacks.
Scott Robinson
scott_ubuntu at scott.tranzoa.net
Wed Feb 1 19:13:42 UTC 2006
Public bug report changed:
https://launchpad.net/malone/bugs/30198
Comment:
The bug is in hald/hald_dbus.c:device_query_capability. Specifically,
lines 1576-1589. The code is treating the property "info.capabilities"
as a string that needs to be parsed.
However, it's actually a strlist. Thus, an assertion occurs when the
hal_device_property_get_string is attempted.
It seems likely this code is stale...
More information about the desktop-bugs
mailing list