[Bug 73024] i965_dri.so calls abort() if it doesn't recognize the PCI ID.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Feb 11 02:21:02 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=73024
Kenneth Graunke <kenneth at whitecape.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #16 from Kenneth Graunke <kenneth at whitecape.org> ---
commit eaf3358e0a1323ed417b6875e70fdcdc30ed97e0
Author: Kenneth Graunke <kenneth at whitecape.org>
Date: Mon Feb 10 01:54:23 2014 -0800
i965: Don't call abort() on an unknown device.
If we don't recognize the PCI ID, we can't reasonably load the driver.
However, calling abort() is quite rude - it means the application that
tried to initialize us (possibly the X server) can't continue via
fallback paths. We already have a more polite mechanism - failing to
create the context. So, just use that.
While we're at it, improve the error message.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73024
Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
Tested-by: Lu Hua <huax.lu at intel.com>
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20140211/5b13aaae/attachment.html>
More information about the intel-3d-bugs
mailing list