From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds
Date: Mon, 21 Nov 2016 09:18:15 +0000 [thread overview]
Message-ID: <bug-98492-502-J8Dz4RR2ga@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-98492-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 1016 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=98492
--- Comment #7 from Nicolai Hähnle <nhaehnle@gmail.com> ---
What this setting does is disable support for the specified extension. The
problem here is that the application uses the extension in a problematic way:
by the way the extension is phrased, it should only work for allocations at a
page-level granularity. X-Plane 10 tries to use it for a different granularity
and doesn't check for error results (which it really must).
We could hack around the page-level granularity limitations in the same way
that the closed-source driver does it, but I'm hesitant to do so because it can
never be a complete fix: if two pinned buffers overlap on the same page, we
simply cannot support that currently. So who knows what other potential
application bugs we'd just be papering over.
As for a patch, we might add a driconf-based application-specific workaround
for this.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1823 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2016-11-21 9:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-29 17:08 [Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds bugzilla-daemon
2016-11-04 10:40 ` bugzilla-daemon
2016-11-04 14:04 ` bugzilla-daemon
2016-11-04 14:05 ` bugzilla-daemon
2016-11-04 14:05 ` bugzilla-daemon
2016-11-15 14:02 ` bugzilla-daemon
2016-11-16 21:25 ` bugzilla-daemon
2016-11-21 9:18 ` bugzilla-daemon [this message]
2018-04-12 2:06 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-98492-502-J8Dz4RR2ga@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).