Bug 1155810
Summary: | [abrt] gedit: g_variant_new_parsed_va(): gedit killed by SIGTRAP | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Марко М. Костић (Marko M. Kostić) <marko.m.kostic> | ||||||||||||||||||||||
Component: | gedit | Assignee: | Ray Strode [halfline] <rstrode> | ||||||||||||||||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||
Version: | 21 | CC: | rstrode, swilmet | ||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||
OS: | Linux | ||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/e32824af0670619ca9be4f58598cac48bba18eda | ||||||||||||||||||||||||
Whiteboard: | abrt_hash:40e0191d2d965d674dea97ff2f0aca829d1e56a3 | ||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||
Last Closed: | 2014-11-14 21:22:16 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
Марко М. Костић (Marko M. Kostić)
2014-10-22 21:59:47 UTC
Created attachment 949586 [details]
File: backtrace
Created attachment 949587 [details]
File: cgroup
Created attachment 949588 [details]
File: core_backtrace
Created attachment 949589 [details]
File: dso_list
Created attachment 949590 [details]
File: environ
Created attachment 949591 [details]
File: limits
Created attachment 949592 [details]
File: maps
Created attachment 949593 [details]
File: open_fds
Created attachment 949594 [details]
File: proc_pid_status
Created attachment 949595 [details]
File: var_log_messages
Thanks for the bug report. The bug comes from: https://git.gnome.org/browse/gtksourceview/tree/po/sr.po#n3343 > msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']" > msgstr "" > "[„UTF-8“, „CURRENT“, „ISO-8859-2“, „ISO-8859-5“, „WINDOWS-1250“, " > "„WINDOWS-1251“, „ISO-8859-15“]" Since translations cannot be trusted, I'll make the code more robust (use g_variant_parse() instead of g_variant_new_parsed()), and fix the translation. Fixed: https://git.gnome.org/browse/gtksourceview/commit/?id=098f30f56b1a48cfcc59c0a286eb965012fbf34d https://git.gnome.org/browse/gtksourceview/commit/?id=b973645046b6dd16f691c5318856071278d97730 The commits are backported to the gnome-3-14 branch, so it'll be available for GtkSourceView 3.14.2. An update to gedit in Fedora 21 has landed today and this bug has been fixed. Thanks Sébastien. |