Summary: |
Commit to "Dynamically allocate the storage for program local parameters." causes KSP to abort on start up. |
Product: |
Mesa
|
Reporter: |
Ian Tester <imroykun> |
Component: |
Mesa core | Assignee: |
Eric Anholt <eric> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
CC: |
eric
|
Version: |
git | |
|
Hardware: |
x86-64 (AMD64) | |
|
OS: |
Linux (All) | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
KSP/Unity3D log with stack traces
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 89400 [details] KSP/Unity3D log with stack traces After a build of Mesa yesterday, Kerbal Space Program 0.22 no longer started up, crashing during the initial loading screen. It simply returns to the command line reporting that it 'Aborted'. I used git bisect to track down which recent versions of Mesa from git would cause KSP to crash. It came down to commit e5885c119de1e508099cc1111e1c9f8ff00fab88. It causes shader local parameters to be allocated dynamically. I don't know how to debug this. I'm using a Radeon HD 6570 card and running Linux kernel 3.11.3 on AMD64.