[Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds

2018-04-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98492

Timothy Arceri  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #8 from Timothy Arceri  ---


*** This bug has been marked as a duplicate of bug 97909 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds

2016-11-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=98492

--- Comment #7 from Nicolai Hähnle  ---
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.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds

2016-11-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=98492

--- Comment #6 from Amarildo  ---
(In reply to Nicolai Hähnle from comment #5)
> So I'm confused, you're seeing hangs now?
> 
> Judging by another X-Plane 10-related bug report, you should run with the
> MESA_EXTENSION_OVERRIDE=-GL_AMD_pinned_memory environment variable setting.
> 
> If you're still seeing crashes, please install debug symbols for the
> radeonsi driver and run in gdb. I.e.:
> `MESA_EXTENSION_OVERRIDE=-GL_AMD_pinned_memory gdb X-Plane-x86_64`, and then
> `run --force_run`.

Hi Nicolai,

The hangs only happen with the radeon Kernel driver. Today I tested linux-4.8.8
with the radeon Kernel driver, with mesa-git and llvm-svn, and the system
hanged. However, setting up clouds did not make the Sim crash.
I'm yet to test X-Plane with radeon, mesa-git llvm-svn, and that environment
you specified.

-

The crash mentioned on this bug only happen with the amdgpu Kernel driver. Last
time I tried I couldn't use this driver with regular/stable Mesa.

Setting up `MESA_EXTENSION_OVERRIDE='-GL_AMD_pinned_memory'` WORKS! :D Could
you explain what it does? Could you push a patch so users are not required to
run this environment manually?

Thank you very much for your support so far.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds

2016-11-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=98492

--- Comment #5 from Nicolai Hähnle  ---
So I'm confused, you're seeing hangs now?

Judging by another X-Plane 10-related bug report, you should run with the
MESA_EXTENSION_OVERRIDE=-GL_AMD_pinned_memory environment variable setting.

If you're still seeing crashes, please install debug symbols for the radeonsi
driver and run in gdb. I.e.: `MESA_EXTENSION_OVERRIDE=-GL_AMD_pinned_memory gdb
X-Plane-x86_64`, and then `run --force_run`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds

2016-11-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=98492

--- Comment #4 from Amarildo  ---
(In reply to Nicolai Hähnle from comment #1)
> Hi Amarildo, could you provide a backtrace with debug symbols of radeonsi?
> Also, if you could reproduce this with an apitrace and upload it somewhere,
> that would be very helpful.

Absolutely. I just need to know what is the exact command to launch the
simulator with. Could you specify it to me? 

I ran it with `GALLIUM_DDEBUG="pipelined 2000"` and I'm attatching the
resulting files now.

In the mean time I'll record it and upload the video yo YouTube.

Cheers

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds

2016-11-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=98492

--- Comment #3 from Amarildo  ---
Created attachment 127759
  --> https://bugs.freedesktop.org/attachment.cgi?id=127759=edit
GALLIUM_DDEBUG-2

GALLIUM_DDEBUG 2

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds

2016-11-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=98492

--- Comment #2 from Amarildo  ---
Created attachment 127758
  --> https://bugs.freedesktop.org/attachment.cgi?id=127758=edit
GALLIUM_DDEBUG-1

GALLIUM_DDEBUG="pipelined 2000"
FILE 1

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds

2016-11-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=98492

--- Comment #1 from Nicolai Hähnle  ---
Hi Amarildo, could you provide a backtrace with debug symbols of radeonsi?
Also, if you could reproduce this with an apitrace and upload it somewhere,
that would be very helpful.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds

2016-10-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=98492

Bug ID: 98492
   Summary: X-Plane 10 Core Dumping when using Real-Weather or any
clouds
   Product: Mesa
   Version: git
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Drivers/Gallium/radeonsi
  Assignee: dri-devel at lists.freedesktop.org
  Reporter: amarildo-geral at autistici.org
QA Contact: dri-devel at lists.freedesktop.org

Created attachment 127609
  --> https://bugs.freedesktop.org/attachment.cgi?id=127609=edit
journalctl

X-Plane crashes when using Real_weather or when setting up any kinds of clouds
for the Sim.

As per journalctl would suggest, libpthreads isn't the cause. I've isntalled it
here on Arch and the sim still crashes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: