Gentoo Archives: gentoo-user

From: Mart Raudsepp <leio@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Anjuta - Segmentation Fault
Date: Fri, 07 Jul 2017 13:51:44
Message-Id: 1499435493.4016.2.camel@gentoo.org
In Reply to: Re: [gentoo-user] Anjuta - Segmentation Fault by Hogren
1 Ühel kenal päeval, R, 07.07.2017 kell 13:44, kirjutas Hogren:
2 > > Would be good to see the actual segfault message as well.
3 > >
4 >
5 > Just after errors messages, there is :
6 > Segmentation Error  (core dumped)
7
8 This involves actually looking at the core dump with gdb and such.
9 If you happen to use systemd, then this might just do it (provided gdb
10 is emerged):
11
12 coredumpctl gdb anjuta
13
14 it should load into gdb, takes a while, then if successful:
15
16 thread apply all bt full
17
18 ---
19
20 However if you want an IDE or so, not anjuta in particular, I would
21 really suggest to try out gnome-builder instead.
22 Though it'd be nice to have anjuta working and debugged anyhow, even if
23 for others who suffer from it crashing but haven't bothered reporting.
24
25
26 Mart

Replies

Subject Author
Re: [gentoo-user] Anjuta - Segmentation Fault Hogren <hogren@×××××.com>