Bug 447170
| Summary: | kcharselect locks with 100% CPU on Unicode #0x0F72 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Roberto Ragusa <bugzillaredhat-56f0> | ||||||||
| Component: | kdeutils | Assignee: | Than Ngo <than> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | 8 | CC: | kevin, ltinkl, rdieter | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | F9 | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2008-08-20 09:58:54 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Roberto Ragusa
2008-05-18 13:56:52 UTC
Created attachment 305847 [details]
strace output from kcharselect
Adding strace output, showing that after opening
/usr/share/fonts/jomolhari/Jomolhari-alpha3c-0605331.ttf
the process enters an infinite loop, after some memory allocations.
Created attachment 305849 [details]
valgrind kcharmapselect
Kcharselect running under valgrind, up to getting stuck at 100% CPU.
Note suspicious stuff about FT_Outline_Get_Orientation().
Created attachment 305850 [details]
valgrind gucharmap
Gucharmap running under valgrind, successfully.
The suspicious stuff about FT_Outline_Get_Orientation()
is present here too, but everything appears to work
properly.
Yes, the KDE 3 kcharmap chokes on Tibetan, maybe a Qt 3 bug. This has been fixed in Qt/KDE 4, I tested the F9 version and it doesn't crash on these characters anymore (at least in QEMU). Shall we try to patch Qt/KDE 3 or shall we just close this as fixed in Fedora 9? I'd say fix this, the current version works fine Well, qt3 in F9 probably still has that bug, there's just no KCharSelect to trigger it. Still, I guess it can stay closed as long as there's no actual app triggering it. |