[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug reported: https://launchpad.net/malone/bugs/30198 Affects: hal (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: A user can construct a script to crash HAL anytime it emits a device addition or removal signal. The script calls back

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Example crasher script. http://librarian.launchpad.net/1546199/halwatch.py -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/d

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 Comment: This crash occurs in dapper, hal version 0.5.6-1ubuntu1. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: hald crash output. http://librarian.launchpad.net/1546590/hald.crash.log -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/des

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
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

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Bug fix patch. http://librarian.launchpad.net/1546591/bugfix-dbus-query-capability.patch -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-06 Thread Tormod Volden
Public bug report changed: https://launchpad.net/malone/bugs/30198 Task: ubuntu hal Status: Unconfirmed => Confirmed Comment: hald died for me when I un/replugged a USB mouse. Thought this could be related. Your script does crash my hald - as if I needed a script for that :) Nice-looki

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug reported: https://launchpad.net/malone/bugs/30198 Affects: hal (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: A user can construct a script to crash HAL anytime it emits a device addition or removal signal. The script calls back

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Example crasher script. http://librarian.launchpad.net/1546199/halwatch.py -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/d

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 Comment: This crash occurs in dapper, hal version 0.5.6-1ubuntu1. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: hald crash output. http://librarian.launchpad.net/1546590/hald.crash.log -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/des

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
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

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Bug fix patch. http://librarian.launchpad.net/1546591/bugfix-dbus-query-capability.patch -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-06 Thread Tormod Volden
Public bug report changed: https://launchpad.net/malone/bugs/30198 Task: ubuntu hal Status: Unconfirmed => Confirmed Comment: hald died for me when I un/replugged a USB mouse. Thought this could be related. Your script does crash my hald - as if I needed a script for that :) Nice-looki

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug reported: https://launchpad.net/malone/bugs/30198 Affects: hal (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: A user can construct a script to crash HAL anytime it emits a device addition or removal signal. The script calls back

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Example crasher script. http://librarian.launchpad.net/1546199/halwatch.py -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/d

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 Comment: This crash occurs in dapper, hal version 0.5.6-1ubuntu1. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: hald crash output. http://librarian.launchpad.net/1546590/hald.crash.log -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/des

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
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

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Bug fix patch. http://librarian.launchpad.net/1546591/bugfix-dbus-query-capability.patch -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-06 Thread Tormod Volden
Public bug report changed: https://launchpad.net/malone/bugs/30198 Task: ubuntu hal Status: Unconfirmed => Confirmed Comment: hald died for me when I un/replugged a USB mouse. Thought this could be related. Your script does crash my hald - as if I needed a script for that :) Nice-looki

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug reported: https://launchpad.net/malone/bugs/30198 Affects: hal (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: A user can construct a script to crash HAL anytime it emits a device addition or removal signal. The script calls back

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Example crasher script. http://librarian.launchpad.net/1546199/halwatch.py -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/d

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 Comment: This crash occurs in dapper, hal version 0.5.6-1ubuntu1. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: hald crash output. http://librarian.launchpad.net/1546590/hald.crash.log -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/des

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
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

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Bug fix patch. http://librarian.launchpad.net/1546591/bugfix-dbus-query-capability.patch -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-06 Thread Tormod Volden
Public bug report changed: https://launchpad.net/malone/bugs/30198 Task: ubuntu hal Status: Unconfirmed => Confirmed Comment: hald died for me when I un/replugged a USB mouse. Thought this could be related. Your script does crash my hald - as if I needed a script for that :) Nice-looki

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug reported: https://launchpad.net/malone/bugs/30198 Affects: hal (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: A user can construct a script to crash HAL anytime it emits a device addition or removal signal. The script calls back

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Example crasher script. http://librarian.launchpad.net/1546199/halwatch.py -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/d

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 Comment: This crash occurs in dapper, hal version 0.5.6-1ubuntu1. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: hald crash output. http://librarian.launchpad.net/1546590/hald.crash.log -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/des

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
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

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Bug fix patch. http://librarian.launchpad.net/1546591/bugfix-dbus-query-capability.patch -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-06 Thread Tormod Volden
Public bug report changed: https://launchpad.net/malone/bugs/30198 Task: ubuntu hal Status: Unconfirmed => Confirmed Comment: hald died for me when I un/replugged a USB mouse. Thought this could be related. Your script does crash my hald - as if I needed a script for that :) Nice-looki

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug reported: https://launchpad.net/malone/bugs/30198 Affects: hal (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: A user can construct a script to crash HAL anytime it emits a device addition or removal signal. The script calls back

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Example crasher script. http://librarian.launchpad.net/1546199/halwatch.py -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/d

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-01-31 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 Comment: This crash occurs in dapper, hal version 0.5.6-1ubuntu1. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: hald crash output. http://librarian.launchpad.net/1546590/hald.crash.log -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/des

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
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

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-01 Thread Scott Robinson
Public bug report changed: https://launchpad.net/malone/bugs/30198 - Changed attachments: Added: Bug fix patch. http://librarian.launchpad.net/1546591/bugfix-dbus-query-capability.patch -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 30198] HAL crashes from nested dbus callbacks.

2006-02-06 Thread Tormod Volden
Public bug report changed: https://launchpad.net/malone/bugs/30198 Task: ubuntu hal Status: Unconfirmed => Confirmed Comment: hald died for me when I un/replugged a USB mouse. Thought this could be related. Your script does crash my hald - as if I needed a script for that :) Nice-looki