Bug 2358849
| Summary: | [abrt] ibus: g_realloc(): ibus-x11 killed by SIGABRT | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mikhail <mikhail.v.gavrilov> | ||||||||||||||||||||||||||
| Component: | ibus | Assignee: | fujiwara <tfujiwar> | ||||||||||||||||||||||||||
| Status: | ASSIGNED --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 45 | CC: | i18n-bugs, mikhail.v.gavrilov, tfujiwar | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/265b41867ab1e980ef4037cd56702eb03731db6 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:c8adcab103a3ff2cdb2fba3ee53ff00667f4e642;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 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
Mikhail
2025-04-10 13:44:15 UTC
Created attachment 2084280 [details]
File: proc_pid_status
Created attachment 2084281 [details]
File: maps
Created attachment 2084282 [details]
File: limits
Created attachment 2084283 [details]
File: environ
Created attachment 2084284 [details]
File: open_fds
Created attachment 2084285 [details]
File: mountinfo
Created attachment 2084286 [details]
File: os_info
Created attachment 2084287 [details]
File: cpuinfo
Created attachment 2084288 [details]
File: core_backtrace
Created attachment 2084289 [details]
File: dso_list
Created attachment 2084290 [details]
File: var_log_messages
Created attachment 2084291 [details]
File: backtrace
I cannot reproduce your issue but I noticed you run XIM applications 61 times. Unfortunately it's not mandatory for applications to call xim_close() and ibus-x11 does not release the resources while the applications exit. (In reply to Mikhail from comment #12) > Created attachment 2084291 [details] > File: backtrace #3 0x00007ff5b74df6d0 in __GI_abort () at abort.c:73 #4 0x00007ff5b74e073b in __libc_message_impl (fmt=fmt@entry=0x7ff5b7691564 "%s\n") at ../sysdeps/posix/libc_fatal.c:134 #7 0x00007ff5b78679bb in g_realloc (mem=0x55bc12cd3b60, n_bytes=512) at ../glib/gmem.c:171 #8 0x00007ff5b78465cf in g_hash_table_realloc_key_or_value_array (a=<optimized out>, size=<optimized out>, is_big=<optimized out>) at ../glib/ghash.c:329 #9 realloc_arrays (hash_table=hash_table@entry=0x55bc12c8ee10, is_a_set=is_a_set@entry=0) at ../glib/ghash.c:672 10 0x00007ff5b7846d3a in g_hash_table_resize (hash_table=0x55bc12c8ee10) at ../glib/ghash.c:825 old_size = 64 is_a_set = 0 #12 g_hash_table_insert_node (hash_table=hash_table@entry=0x55bc12c8ee10, node_index=node_index@entry=62, key_hash=key_hash@entry=61, new_key=new_key@entry=0x3d, new_value=new_value@entry=0x55bc12cd8d50, keep_new_key=keep_new_key@entry=0, reusing_key=0) at ../glib/ghash.c:1318 #15 0x000055bc072a9684 in xim_open (xims=<optimized out>, call_data=0x7fffef9625c0) at /usr/src/debug/ibus-1.5.32-1.fc43.x86_64/client/x11/main.c:790 #16 ims_protocol_handler (xims=<optimized out>, call_data=0x7fffef9625c0) at /usr/src/debug/ibus-1.5.32-1.fc43.x86_64/client/x11/main.c:1006 #17 0x000055bc072b4893 in OpenMessageProc (ims=0x55bc12c8f9f0, call_data=0x7fffef9625c0, p=0x55bc12cd82f4 "\002en") at ../../util/IMdkit/i18nPtHdr.c:196 i18n_core = 0x55bc12c8fa20 fm = 0x55bc12cd7480 reply = 0x0 str_size = -1233030200 i = <optimized out> total_size = <optimized out> connect_id = 61 str_length = 2 name = 0x55bc12cd82f5 "en" imopen = 0x7fffef9625c0 #18 _Xi18nMessageHandler (ims=ims@entry=0x55bc12c8f9f0, connect_id=<optimized out>, p=p@entry=0x55bc12cd82f0 "\036", delete=delete@entry=0x7fffef962824) at ../../util/IMdkit/i18nPtHdr.c:1814 #19 0x000055bc072b5e2d in WaitXIMProtocol (dpy=<optimized out>, win=<optimized out>, ev=<optimized out>, client_data=0x55bc12c8f9f0 "`\006,\a\274U") at ../../util/IMdkit/i18nX.c:524 #20 0x00007ff5b7c0f53f in _gdk_x11_display_queue_events (display=0x55bc12c68f30) at ../gdk/x11/gdkeventsource.c:337 This bug appears to have been reported against 'rawhide' during the Fedora Linux 45 development cycle. Changing version to 45. |