Re: [anjuta-list] [anjuta-devel] Problem starting Anjuta



Hi Igor,

Am 06.08.2017 um 00:35 schrieb Igor Korot:
igor@IgorReinCloud ~/dbhandler $ anjuta

[some warnings here]

Segmentation fault

I think you are prematurely attributing the segfault to the warnings (specifically to the tmp fs one). 
Warnings are not errors, the only real error here is the segfault.

Have you read this? https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces

You should recompile anjuta with `-O2 -ggdb` (or even with `-Og -ggdb`, but don't forget to reset the flags 
later!) then run it with gdb:

gdb anjuta

and get a (hopefully) meaningful stack backtrace with the gdb `bt` command.

You already included the console output and mount output which is great, but a backtrace (or a core dump) on 
a build with debug symbols would be the more obvious thing to do for a segfault.

-- 
Mit freundlichen Grüßen
Jens Mühlenhoff

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]