| Summary: | Check failure on x86: input.c:1216:dix_valuator_alloc: assertion failed: (((void*)v->axisVal - (void*)v) % sizeof(double) == 0) | ||
|---|---|---|---|
| Product: | xorg | Reporter: | Cyril Brulebois <kibi> |
| Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> |
| Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
| Severity: | major | ||
| Priority: | medium | CC: | jeremyhu, kibi |
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Bug Depends on: | |||
| Bug Blocks: | 31018 | ||
|
Description
Cyril Brulebois
2011-05-08 19:46:03 UTC
Looking at the size of the structure, I get 52.
Each member is of size 4, except:
unsigned short numAxes; ---> 2
ValuatorAccelerationRec accelScheme; ---> 16
That means a total of 50, with numAxes getting probably aligned, taking 4 instead of 2, leading up to the total of 52.
This test is fixed in 1.10 and master. |
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.