[systemd-bugs] [Bug 79887] kdbus: overly aggressive clients cause kernel panic

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 20 06:14:12 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=79887

Kay Sievers <kay at vrfy.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Kay Sievers <kay at vrfy.org> ---
$ a=build/lib.*
$ PYTHONPATH=${a}:. strace -f -o x python3 test/introspect.py 'I am sure'
Traceback (most recent call last):
  File "test/introspect.py", line 1, in <module>
    from test import *
  File "/home/kay/data/src/pybus/test/__init__.py", line 1, in <module>
    import pybus
  File "/home/kay/data/src/pybus/pybus/__init__.py", line 506, in <module>
    from pybus.systemd import Bus
  File "/home/kay/data/src/pybus/pybus/systemd.py", line 194, in <module>
    class Bus(event.Event):
AttributeError: 'module' object has no attribute 'Event'

$ a=build/lib.linux-x86_64-3.4/
$ PYTHONPATH=${a}:. strace -f -o x python3 test/introspect.py 'I am sure'
Traceback (most recent call last):
  File "test/introspect.py", line 28, in _
    with e_loop.new(pybus.Bus, pybus.Bus.System).adopt() as sysBus, \
AttributeError: type object 'Bus' has no attribute 'System'

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140620/9d66c4d5/attachment.html>


More information about the systemd-bugs mailing list