| Summary: | mesa xdemo 'glthreads' draw nothing | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Colin.Joe <lerui.zhu> |
| Component: | GLX | Assignee: | mesa-dev |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | CC: | dri-devel, lerui.zhu, shuang.he |
| Version: | git | ||
| Hardware: | Other | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: | Xorg.0.log | ||
|
Description
Colin.Joe
2008-03-24 23:34:23 UTC
Created attachment 15439 [details]
Xorg.0.log
Is it i915 or I965? glthreads -n 10 runs well here can you try glthreads -n 2? this case run failed on both 965 & 915, but if I run ./glthreads -n 2 ,it can run normally . It seems like a X server issue, all thread is waiting for _XReply. Could you roll back the xserver a little bit, i.e. 1 week before to see if this issue still happen? I have rolled back and retested it , this bug still can be reproduced . It seems threads has some synchoronize issue with xcb. Can you try build the X server without xcb to see if the issue still exist? we always build xserver without xcb . Use -l option which hold mutex around xlib call will make the issue disappear, and you will also see the issue with software rendering. So it should be a GLX issue. There's nothing xcb-related in the x server. Perhaps you meant xlib? Using the master tip , this bug can't be reproduced again. verified . Mass version move, cvs -> git |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.