Bug 2100866 - [abrt] Crash under gdk_x11_clipboard_request_targets_got_stream()
Summary: [abrt] Crash under gdk_x11_clipboard_request_targets_got_stream()
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: gtk3
Version: 36
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:160848fdaeca7cd4d63bfb47108...
: 2102880 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-06-24 14:10 UTC by Mutlu Can YILMAZ
Modified: 2023-05-25 17:50 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-05-25 17:50:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (79.65 KB, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details
File: core_backtrace (21.35 KB, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details
File: cpuinfo (2.27 KB, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details
File: dso_list (359 bytes, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details
File: environ (1.68 KB, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details
File: exploitable (82 bytes, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details
File: limits (1.29 KB, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details
File: maps (3.97 KB, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details
File: mountinfo (3.17 KB, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details
File: open_fds (6.56 KB, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details
File: proc_pid_status (1.39 KB, text/plain)
2022-06-24 14:10 UTC, Mutlu Can YILMAZ
no flags Details

Description Mutlu Can YILMAZ 2022-06-24 14:10:37 UTC
Description of problem:
It happened in the background. I wasn't using the Software app.

Version-Release number of selected component:
gnome-software-42.2-1.fc36

Additional info:
reporter:       libreport-2.17.1
backtrace_rating: 4
cgroup:         0::/user.slice/user-1000.slice/user/app.slice/app-gnome-org.gnome.Software-2409.scope
cmdline:        /usr/bin/gnome-software --gapplication-service
crash_function: __strcmp_avx2
executable:     /usr/bin/gnome-software
journald_cursor: s=9735dfb559884232ac99d8257eb38ac6;i=15e3b;b=9e7660b322224bae865ad98ddf812c2d;m=df05f90b;t=5e23125b8eca1;x=f6ed20abf03a1f59
kernel:         5.17.13-300.fc36.x86_64
rootdir:        /
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 __strcmp_avx2 at ../sysdeps/x86_64/multiarch/strcmp-avx2.S:284
 #1 g_str_equal at ../glib/ghash.c:2330
 #2 gdk_x11_clipboard_request_targets_got_stream at ../gdk/x11/gdkclipboard-x11.c:361
 #3 g_task_return_now at ../gio/gtask.c:1230
 #4 g_task_return at ../gio/gtask.c:1299
 #6 g_task_return_pointer at ../gio/gtask.c:1731
 #7 gdk_x11_selection_input_stream_xevent at ../gdk/x11/gdkselectioninputstream-x11.c:470
 #8 _gdk_marshal_BOOLEAN__POINTER at gdk/gdkmarshalers.c:258
 #10 signal_emit_unlocked_R.isra.0 at ../gobject/gsignal.c:3743
 #13 _gdk_x11_display_queue_events at ../gdk/x11/gdkeventsource.c:404

Comment 1 Mutlu Can YILMAZ 2022-06-24 14:10:39 UTC
Created attachment 1892488 [details]
File: backtrace

Comment 2 Mutlu Can YILMAZ 2022-06-24 14:10:40 UTC
Created attachment 1892489 [details]
File: core_backtrace

Comment 3 Mutlu Can YILMAZ 2022-06-24 14:10:42 UTC
Created attachment 1892490 [details]
File: cpuinfo

Comment 4 Mutlu Can YILMAZ 2022-06-24 14:10:42 UTC
Created attachment 1892491 [details]
File: dso_list

Comment 5 Mutlu Can YILMAZ 2022-06-24 14:10:43 UTC
Created attachment 1892492 [details]
File: environ

Comment 6 Mutlu Can YILMAZ 2022-06-24 14:10:44 UTC
Created attachment 1892493 [details]
File: exploitable

Comment 7 Mutlu Can YILMAZ 2022-06-24 14:10:45 UTC
Created attachment 1892494 [details]
File: limits

Comment 8 Mutlu Can YILMAZ 2022-06-24 14:10:46 UTC
Created attachment 1892495 [details]
File: maps

Comment 9 Mutlu Can YILMAZ 2022-06-24 14:10:47 UTC
Created attachment 1892496 [details]
File: mountinfo

Comment 10 Mutlu Can YILMAZ 2022-06-24 14:10:48 UTC
Created attachment 1892497 [details]
File: open_fds

Comment 11 Mutlu Can YILMAZ 2022-06-24 14:10:49 UTC
Created attachment 1892498 [details]
File: proc_pid_status

Comment 12 Milan Crha 2022-06-27 06:52:25 UTC
Thanks for a bug report. I see the crash happened deep under gtk3 code, thus I move this there, for further investigation. The place of crash suggests you've been copy&pasting something through the clipboard in the time of the crash.

Comment 13 Milan Crha 2022-07-01 09:36:40 UTC
*** Bug 2102880 has been marked as a duplicate of this bug. ***

Comment 14 Ben Cotton 2023-04-25 17:29:59 UTC
This message is a reminder that Fedora Linux 36 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 36 on 2023-05-16.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '36'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version. Note that the version field may be hidden.
Click the "Show advanced fields" button if you do not see it.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 36 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 15 Ludek Smid 2023-05-25 17:50:06 UTC
Fedora Linux 36 entered end-of-life (EOL) status on 2023-05-16.

Fedora Linux 36 is no longer maintained, which means that it
will not receive any further security or bug fix updates. As a result we
are closing this bug.

If you can reproduce this bug against a currently maintained version of Fedora Linux
please feel free to reopen this bug against that version. Note that the version
field may be hidden. Click the "Show advanced fields" button if you do not see
the version field.

If you are unable to reopen this bug, please file a new report against an
active release.

Thank you for reporting this bug and we are sorry it could not be fixed.


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