|
Bugzilla – Full Text Bug Listing |
| Summary: | Unaligned access in _XimLocalFilter | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Andreas Schwab <schwab> |
| Component: | X.Org | Assignee: | Matthias Hopf <mhopf> |
| Status: | RESOLVED FIXED | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Normal | ||
| Priority: | P4 - Low | CC: | sndirsch |
| Version: | Stable Snapshot 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andreas Schwab
2005-06-09 14:15:05 UTC
Hmm ... which platform? How to reproduce? Does xterm come up? Apparently ic->private.local.context is unaligned. Try samarium. Currently there are much more pressing issues. Reducing priority, but leaving assigned so it doesn't get lost. Hm - does this still happen? struct _XicLocalPrivateRec: +0 long value_mask (64bit) +8 DefTreeBase base (4x64bit,8x32bit) +72 DTIndex context (32bit) This was a pointer before, so this definitively changed with the Compose cache changes. It was before: struct _XicLocalPrivateRec: +0 long value_mask (64bit) +8 DefTree *context (64bit) so I don't know how this could ever be unaligned... I recently fixed an alignment issue, but hasn't been related to .context. Closing as FIXED, please reopen if this is still an issue. Note that currently STABLE doesn't have any global compose caches yet (the code is there, but the caches aren't). You can force the creation and usage of personalized caches by mkdir .compose-cache in your home. |