Bug 2293874 - [abrt] ibus-table: g_list_last(): python3.12 killed by SIGSEGV
Summary: [abrt] ibus-table: g_list_last(): python3.12 killed by SIGSEGV
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus-table
Version: 40
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mike FABIAN
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:81fc1616d761a9a3c30c94d25a7...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-06-24 00:40 UTC by han yang , cheng
Modified: 2024-07-13 08:58 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-07-13 08:58:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: proc_pid_status (1.47 KB, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details
File: maps (3.93 KB, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details
File: limits (1.29 KB, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details
File: environ (2.58 KB, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details
File: open_fds (3.18 KB, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details
File: mountinfo (3.25 KB, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details
File: os_info (734 bytes, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details
File: cpuinfo (3.20 KB, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details
File: core_backtrace (35.45 KB, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details
File: exploitable (81 bytes, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details
File: backtrace (106.50 KB, text/plain)
2024-06-24 00:41 UTC, han yang , cheng
no flags Details

Description han yang , cheng 2024-06-24 00:40:57 UTC
Description of problem:
After logging into gui environment then the input method crashs.

Version-Release number of selected component:
ibus-table-1.17.4-3.fc40

Additional info:
reporter:       libreport-2.17.15
type:           CCpp
reason:         python3.12 killed by SIGSEGV
journald_cursor: s=d393ba95131e467cb47addb4fa406ac5;i=1b1c9d;b=e89aabba62e04e9ca8bd40894c528fc3;m=cf20aa2;t=61b97f9e8c899;x=88c202bfe0683229
executable:     /usr/bin/python3.12
cmdline:        /usr/bin/python3 /usr/share/ibus-table/engine/main.py --ibus
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/org.freedesktop.IBus.session.GNOME.service
rootdir:        /
uid:            1000
kernel:         6.9.5-200.fc40.x86_64
package:        ibus-table-1.17.4-3.fc40
runlevel:       N 5
dso_list:       /usr/bin/python3.12 python3-3.12.3-2.fc40.x86_64 (Fedora Project) 1715406510
backtrace_rating: 4
crash_function: g_list_last
comment:        After logging into gui environment then the input method crashs.

Truncated backtrace:
Thread no. 1 (32 frames)
 #0 g_list_last at ../glib/glist.c:925
 #1 g_list_append at ../glib/glist.c:209
 #2 g_queue_push_tail at ../glib/gqueue.c:418
 #3 defer_message.isra.0 at ../atspi/atspi-misc.c:993
 #4 atspi_dbus_filter at ../atspi/atspi-misc.c:1019
 #7 message_queue_dispatch at ../atspi/atspi-gmain.c:89
 #9 g_main_context_dispatch_unlocked at ../glib/gmain.c:4152
 #10 g_main_context_iterate_unlocked.isra.0 at ../glib/gmain.c:4217
 #12 ffi_call_unix64 at ../src/x86/unix64.S:104
 #13 ffi_call_int at ../src/x86/ffi64.c:673
 #14 ffi_call at ../src/x86/ffi64.c:710
 #15 pygi_invoke_c_callable at ../gi/pygi-invoke.c:684
 #16 pygi_function_cache_invoke at ../gi/pygi-cache.c:862
 #17 pygi_callable_info_invoke at ../gi/pygi-invoke.c:727
 #18 _wrap_g_callable_info_invoke at ../gi/pygi-invoke.c:764
 #19 _callable_info_call at ../gi/pygi-info.c:548
 #21 _PyObject_MakeTpCall at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Objects/call.c:240
 #22 _PyEval_EvalFrameDefault at Python/bytecodes.c:2706
 #23 PyEval_EvalCode at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Python/ceval.c:578
 #24 run_eval_code_obj at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Python/pythonrun.c:1722
 #25 run_mod at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Python/pythonrun.c:1743
 #26 pyrun_file at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Python/pythonrun.c:1643
 #27 _PyRun_SimpleFileObject at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Python/pythonrun.c:433
 #28 _PyRun_AnyFileObject at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Python/pythonrun.c:78
 #29 pymain_run_file_obj at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Modules/main.c:360
 #30 pymain_run_file at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Modules/main.c:379
 #31 pymain_run_python at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Modules/main.c:629
 #32 Py_RunMain at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Modules/main.c:709
 #33 Py_BytesMain at /usr/src/debug/python3.12-3.12.3-2.fc40.x86_64/Modules/main.c:763
 #34 __libc_start_call_main at ../sysdeps/nptl/libc_start_call_main.h:58
 #35 __libc_start_main_impl at ../csu/libc-start.c:360
 #36 _start

Comment 1 han yang , cheng 2024-06-24 00:41:01 UTC
Created attachment 2038095 [details]
File: proc_pid_status

Comment 2 han yang , cheng 2024-06-24 00:41:02 UTC
Created attachment 2038096 [details]
File: maps

Comment 3 han yang , cheng 2024-06-24 00:41:03 UTC
Created attachment 2038097 [details]
File: limits

Comment 4 han yang , cheng 2024-06-24 00:41:05 UTC
Created attachment 2038098 [details]
File: environ

Comment 5 han yang , cheng 2024-06-24 00:41:06 UTC
Created attachment 2038099 [details]
File: open_fds

Comment 6 han yang , cheng 2024-06-24 00:41:08 UTC
Created attachment 2038100 [details]
File: mountinfo

Comment 7 han yang , cheng 2024-06-24 00:41:09 UTC
Created attachment 2038101 [details]
File: os_info

Comment 8 han yang , cheng 2024-06-24 00:41:11 UTC
Created attachment 2038102 [details]
File: cpuinfo

Comment 9 han yang , cheng 2024-06-24 00:41:12 UTC
Created attachment 2038103 [details]
File: core_backtrace

Comment 10 han yang , cheng 2024-06-24 00:41:14 UTC
Created attachment 2038104 [details]
File: exploitable

Comment 11 han yang , cheng 2024-06-24 00:41:15 UTC
Created attachment 2038105 [details]
File: backtrace

Comment 12 Parag Nemade 2024-07-08 04:26:44 UTC
Check if there are any updates available for this package now which may have fixed this reported issue?

Comment 13 han yang , cheng 2024-07-13 04:36:31 UTC
This problem has not happened since updating to version 1.17.6, so maybe it is fixed. Thanks for your help.

Comment 14 Parag Nemade 2024-07-13 08:58:34 UTC
Thanks for your reply. Do report bug again if you see any issues using ibus-table package.


Note You need to log in before you can comment on or make changes to this bug.