Hi,

just for the record I ran 97 iterations of the following without
hitting the bug on andy-tracking 9ecc089861ab238e kernel, debian
gnu/linux unstable userland:

1) cat > a.py <<EOF
import dbus.mainloop.glib
import gobject
import os
import os.path

# Set up dbus
dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
mainloop = gobject.MainLoop()
EOF
2) cat /usr/share/doc/python-alsaaudio/examples/mixertest.py >> a.py
3) try=0; while python a.py; do echo $try; try=`expr $try + 1`; sleep `expr 
$RANDOM % 10`; done

best regards,
Timo Lindfors



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to