Bug 1301254
Summary: | Execution hits g_assert_not_reached with certain XCompose files | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Lars Seipel <ls> |
Component: | gtk3 | Assignee: | Matthias Clasen <mclasen> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | ccecchi, mclasen |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-01-28 04:23:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Lars Seipel
2016-01-23 03:16:52 UTC
I believe your example is probably invalid. man xcompose talks about octal or hex esacpes in "", like "\300". If anything, you'd have to quote the backslash: "\\". But GTK+ won't parse that either. I've now made it not abort on such lines in git master. |