Comment 18 for bug 563207

Revision history for this message
Dave Gilbert (ubuntu-treblig) wrote :

Hi Jeremie,
  I get a similar but different error if I run that app in my environment:

python: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
python: ../../src/xcb_io.c:140: dequeue_pending_request: Assertion `req == dpy->xcb->pending_requests' failed.
Aborted (core dumped)

For those trying to reproduce it, I took Jermeie's program and had to

apt-get install python-wxgtk2.8 python-matplotlib python-pyaudio

I run it, ok the error about the missing icon, and hit the start button, I get the following output:

ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
python: ../../src/xcb_io.c:140: dequeue_pending_request: Assertion `req == dpy->xcb->pending_requests' failed.
Aborted (core dumped)

I got the interesting error (the one at the end) 3 times out of 4 tries.

This is on Oneiric on an i7-860 running KDE desktop. It's possible it's the same problem given it's a similar error - and the fact his test is so reproducable seems a good start.

Dave

Dave