Bug 1489537
| Summary: | [abrt] ibus: ibus_emojier_get_selected_string(): ibus-ui-gtk3 killed by SIGSEGV | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | mithrial | ||||||||||||||||||||||||||
| Component: | ibus | Assignee: | fujiwara <tfujiwar> | ||||||||||||||||||||||||||
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 26 | CC: | i18n-bugs, oviswana, shawn.p.huang, tfujiwar | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/b996359d97aab4ffe6fbe8a2a516cbf93aad3acc | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:65e4548d7ad8895fa71a3309cb75240827de2ad2;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2018-03-20 03:06:26 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
mithrial
2017-09-07 16:07:36 UTC
Created attachment 1323271 [details]
File: backtrace
Created attachment 1323272 [details]
File: cgroup
Created attachment 1323273 [details]
File: core_backtrace
Created attachment 1323274 [details]
File: cpuinfo
Created attachment 1323275 [details]
File: dso_list
Created attachment 1323276 [details]
File: environ
Created attachment 1323277 [details]
File: exploitable
Created attachment 1323278 [details]
File: limits
Created attachment 1323279 [details]
File: maps
Created attachment 1323280 [details]
File: open_fds
Created attachment 1323281 [details]
File: proc_pid_status
Created attachment 1323282 [details]
File: var_log_messages
I cannot reproduce the backtrace but I think this problem might happen and a patch could avoid it. The tentative patch is not agreed in upstream.
- public string get_selected_string() {
+ public string? get_selected_string() {
+ if (!(this is IBusEmojier))
+ return null;
return m_result;
}
Cannot reproduce. Feel free to reopen if anyone can reproduce this issue with "How to reproduce steps". |