Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] segfault in gedit / glib
Date: Sat, 30 Dec 2017 22:47:31
Message-Id: CAC=wYCGgd-CqSu5Khm30BQxRE82i85thX18kjbb0iKU2uKvEFQ@mail.gmail.com
In Reply to: Re: [gentoo-user] segfault in gedit / glib by Mart Raudsepp
1 * Install gdb if it isn't already installed
2
3 >
4 > * Make sure a core file is presend in coredumpd, coredumpctl should
5 > show; if not, have it crash again so it's fresh and saved in there
6 >
7 > * coredumpctl gdb gedit
8 >
9 > * bt full
10 >
11 > Post output of that "bt full"
12 >
13 > (gdb) bt full
14 #0 0x00007f60cd333a74 in g_main_context_prepare () from
15 /usr/lib64/libglib-2.0.so.0
16 No symbol table info available.
17 #1 0x00007f60cd33449b in ?? () from /usr/lib64/libglib-2.0.so.0
18 No symbol table info available.
19 #2 0x00007f60cd334693 in g_main_context_iteration () from
20 /usr/lib64/libglib-2.0.so.0
21 No symbol table info available.
22 #3 0x00007f60d047676a in g_application_run () from
23 /usr/lib64/libgio-2.0.so.0
24 No symbol table info available.
25 #4 0x0000563890d41d59 in main ()
26 No symbol table info available.
27
28 FWIW I have -fomit-frame-pointer set - should i rebuild glib & gedit with
29 that or some other options changed?

Replies

Subject Author
Re: [gentoo-user] segfault in gedit / glib Mart Raudsepp <leio@g.o>