Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 872113 - app-crypt/seahorse-42.0: segfault
Summary: app-crypt/seahorse-42.0: segfault
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-21 01:37 UTC by Randall
Modified: 2022-09-21 02:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
backtrace (file_872113.txt,2.51 KB, text/plain)
2022-09-21 01:38 UTC, Randall
Details
emerge --info app-crypt/seahorse (file_872113.txt,13.44 KB, text/plain)
2022-09-21 01:40 UTC, Randall
Details
full bt (file_872113.txt,8.48 KB, text/plain)
2022-09-21 01:46 UTC, Randall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Randall 2022-09-21 01:37:46 UTC
I got this SEGFAULT today and couldn't find much about it on my own or on Google.

Reproducible: Always
Comment 1 Randall 2022-09-21 01:38:22 UTC
Created attachment 813175 [details]
backtrace
Comment 2 Randall 2022-09-21 01:40:03 UTC
Created attachment 813178 [details]
emerge --info app-crypt/seahorse
Comment 3 Randall 2022-09-21 01:40:44 UTC
/var/tmp/portage/x11-libs/gtk+-3.24.34/work/gtk+-3.24.34/gtk/gtkwidgetprivate.h: No such file or directory.

This seems to be the issue.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-21 01:44:10 UTC
That's just a warning about gtk+ sources being missing for the backtrace, so ignore the missing .h thing.

Core was generated by `/usr/bin/seahorse --gapplication-service'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f437e1c8379 in _gtk_widget_get_toplevel (widget=0x55bfe1906430) at /var/tmp/portage/x11-libs/gtk+-3.24.34/work/gtk+-3.24.34/gtk/gtkwidgetprivate.h:382
[Current thread is 1 (Thread 0x7f437903c200 (LWP 28587))]

If you type 'bt', is there no other info there?
Comment 5 Randall 2022-09-21 01:46:51 UTC
Created attachment 813181 [details]
full bt

I've uploaded the full backtrace.
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-21 01:52:53 UTC
Thanks. You can wait for gnome@ to comment but I'd probably just report this upstream at https://gitlab.gnome.org/GNOME/seahorse/-/issues.

But I would try using calmer cflags for Seahorse and gtk+ and other GNOME libraries mentioned in the backtrace first, to see if that helps, and narrow down the problematic flag if related. Try -O2 for each of them first, see if it still happens, then work your way up.
Comment 7 Randall 2022-09-21 02:25:38 UTC
> Thanks. You can wait for gnome@ to comment but I'd probably just report this upstream at https://gitlab.gnome.org/GNOME/seahorse/-/issues.

https://gitlab.gnome.org/GNOME/seahorse/-/issues/356

> But I would try using calmer cflags for Seahorse and gtk+ and other GNOME libraries mentioned in the backtrace first, to see if that helps, and narrow down the problematic flag if related. Try -O2 for each of them first, see if it still happens, then work your way up.

That's an excellent idea. I'll try that tomorrow.