https://bugs.freedesktop.org/show_bug.cgi?id=93091

--- Comment #9 from Emil Velikov <[email protected]> ---
(In reply to Samuel Pitoiset from comment #8)
> This segfault still happens for me using mesa git, commit
> ca976e6900dc8ff457ed9dba661d037c616abc59.
> 
> OpenGL renderer string: Gallium 0.4 on NVE7
> OpenGL core profile version string: 4.1 (Core Profile) Mesa 11.2.0-devel
> (git-ca976e6)
> 
> #0  pipe_loader_create_screen (dev=0x0) at pipe_loader.c:79

Strange... I wonder if we're getting hit by the issue pointed out to Tom -
namely we should cap the ldevs iteration in platform::platform() to the value
returned by the second call to pipe_loader_probe. Reason being that second call
to pipe_loader_probe() may return smaller count (device has gone missing,
enomem, other).

Alternatively can someone pin-point the commit that causes this (note you might
need to cherry-pick patch in comment 1 to fixup commit ff9cd8a67ca).

Thanks

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to