Comment 15 for bug 563207

Revision history for this message
Jeremie L (jeremie-leclere) wrote :

Hi,

I've just came to this page while searching for this assert failure case, which is 100% reproducible in my case :

python2.6 ../../src/xcb_io.c:249: process_responses: L'assertion "(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)" a échoué.

It's the first time I enter a comment in such a bug tracking system, so I'll give information ~corresponding to Dave Gilbert's questions above:

1. Ubuntu 10.04 LTS
2. libxll-6: 2:1.3.2-1ubuntu3
3. Intel(R) Core(TM) i5 / 4 cores

Actually, I'm not reproducing it with Exaile, but with a simple python application I'm developping, based on wxPython (2.8.10.1) & pyaudio (http://people.csail.mit.edu/hubert/pyaudio/).

My application doesn't crash at anytime in Windows environment, but systematically crashes on Ubuntu. I was wondering if it was a PyAudio problem or a wxPython problem ... Guess I got the answer now.

Please feel free to ask for more details if necessary !

Jérémie