From: Jamey S. <ja...@mi...> - 2010-03-02 18:03:03
|
On Tue, Mar 2, 2010 at 4:37 AM, Stephan Raue <mai...@op...> wrote: > i have problems running an Application that depends on Mesa. It seems there > is an loop after starting this App and before the GUI loads. I use A loop? Or just a hang? > #1 0xb5e47fb6 in *__GI___poll (fds=0xb5ec7ff4, nfds=1, timeout=-1) at > ../sysdeps/unix/sysv/linux/poll.c:87 > #2 0xb5d5d268 in _xcb_conn_wait (c=0x9571ca0, cond=0xbf9dbbe0, vector=0x0, > count=0x0) at xcb_conn.c:306 > #3 0xb5d5ee09 in xcb_wait_for_reply (c=0x9571ca0, request=30, e=0xbf9dbc6c) > at xcb_in.c:390 Judging only by the stack trace, it looks like your application is waiting for a reply that never comes. There are a variety of bugs that can cause that. The sequence number (30) looks reasonable for application startup, which rules out one or two things. For the rest, if the Intel/Mesa folks don't have an answer, it would help if you could get a trace of the X wire protocol using something like Wireshark. Jamey |