[Webkit-unassigned] [Bug 100758] [Qt][WK2] QQuickWebView tests crash on rendering in xvfb

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 30 12:10:42 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100758


Balazs Kelemen <kbalazs at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Balazs Kelemen <kbalazs at webkit.org>  2012-10-30 12:12:00 PST ---
Seems like for some reason compilation of the most simple shader program is failing in my env in xvfb (not tried in a separate program but Qt is failing with the QSGFlatColorMaterial). I think the difference between the bot and my env is that here it use the nvidia gl lib and not mesa. I'm not sure whether the nvidia implementation or Qt is incompatible with xvfb, but the consequence seems to be that we should not try to run tests (or anything) in xvfb if Qt was built against a vendor GL implementation (and not mesa). Since bots are ok, and developers don't have to use xvfb we can live with that.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list