|
Bugzilla – Full Text Bug Listing |
| Summary: | Unable to start X session after the update of fontconfig | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Petr Mladek <pmladek> |
| Component: | X11 Applications | Assignee: | Mike Fabian <mfabian> |
| Status: | RESOLVED FIXED | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
The problematic font cache that causes the crash
A log with the error messages. It is generated using the tool "script". |
||
|
Description
Petr Mladek
2006-01-31 11:12:09 UTC
Created attachment 65829 [details]
The problematic font cache that causes the crash
Created attachment 65830 [details]
A log with the error messages. It is generated using the tool "script".
I get a similar crash also when I try to start KDE.
I think this is already fixed by the checkin with the following changelog: ------------------------------------------------------------------- Mon Jan 30 20:47:05 CET 2006 - mfabian@suse.de - destroy-completely-broken-cache-files-in-home-directory.patch: when no string at all can be read from a ~/.fonts.cache-2 file or if such a file does not start with FC_GLOBAL_MAGIC_COOKIE, something is badly wrong and the file should be destroyed. ------------------------------------------------------------------- Your ~/.fonts.cache-2 file didn't start with the string "GLOBAL" (which is the value of FC_GLOBAL_MAGIC_COOKIE). Fontconfig now deletes ~/.fonts.cache-2 files which do not start with "GLOBAL". You an try the mbuild job magellan-mfabian-85. Closing as FIXED. |