Summary: | Segmentation fault in i915_validate_state on SolveSpace startup | ||
---|---|---|---|
Product: | Mesa | Reporter: | Paul Fertser <fercerpav> |
Component: | Drivers/DRI/i915 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED MOVED | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Paul Fertser
2018-06-05 17:39:24 UTC
Ok, recompiling this file with -O makes the issue a bit clearer: 0x09de52ae in validate_program (i915=0xd402bb0, batch_space=0xbe9c8308) at ../../../../../src/gallium/drivers/i915/i915_state_emit.c:431 431 *batch_space = i915->fs->decl_len + i915->fs->program_len + additional_size; (gdb) p i915->fs $3 = (struct i915_fragment_shader *) 0x0 As an additional datapoint, DRI (non-Gallium) driver from the same tree works without problems. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/787. |
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.