Bug 105380
Summary: | Segfault with strange title (Invalid UTF-8?) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Brian Stein <bstein> | ||||
Component: | vte | Assignee: | Brian Stein <bstein> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | bstevens, nalin | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-08-02 18:09:03 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 100644 | ||||||
Attachments: |
|
Description
Arjan van de Ven
2003-09-25 16:02:22 UTC
Created attachment 94721 [details]
file to cat to reproduce
cat the attached file in a tab inside GT and then resize the bottom bar of the
terminal -> boom
I think: A) VTE or gnome-terminal needs to validate the UTF-8 data it is getting for the title B) eel-ellipsized label needs to validate UTF-8 as well It's conceivable that it's not a invalid-UTF-8 problem, but rather just some problem that the particular string is triggering. What locale are you running in, Arjan? (UTF-8 vs. ISO-8859-15 is likely relevant.) en_US.UTF-8 gnome-terminal-2.4.0.1-1 vte-0.11.10-4 pango-1.2.5-1.1 fwiw Reading the VTE source code it certainly seems to validate the title. In any case if the title were invalid my memory is that GTK+ and Pango will g_return_if_fail(), rather than crashing down in the guts of things like this. btw this happened twice not once; same thing (basically a box I ssh'd into oopsed ... boom :) so it's kind of repeatable This is either vte or pango, terminal should be getting valid UTF-8 from vte. Arjan are you still able to reproduce this? vte-0.11.14 rendering and even the titlebar becomes corrupted when I cat this file in FC4. I don't get a segfault on catting this file, and the display goes back to normal with a simple reset. This is with 0.13.5. Therefore, I assume this is fixed. If you are able to reproduce in rawhide, please reopen. |