Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560614 - Add check of config.log for "Segmentation fault" errors in QA checks list
Summary: Add check of config.log for "Segmentation fault" errors in QA checks list
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-16 10:12 UTC by Sergey S. Starikoff
Modified: 2021-04-10 11:11 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey S. Starikoff 2015-09-16 10:12:23 UTC
Portage provides very useful feature: automatical QA checks.

Working on pretty hidden bug #504760 (to verify it user must set FEATURES="keepwork" and read config.logs (do you believe in it?) or enable writing core dumps into _dedicated_ directory) and getting yesterday this issue for some other package (according to times of files and build times in emerge.log it seemed to be =gnome-base/dconf-0.24.0, but today I've failed to reproduce it) I've thought, that it will be fine, if portage itself will inspect build system's logs (i.e. config.log) on such issue, reporting errors in QA message.
This will allow to include in debugging all those, who uses Linux default (writing core dumps is disabled on kernel level).

Example of error message:
config.log:
…
configure:8037: ./conftest
./configure: line 2121: 24105 Segmentation fault      (core dumped) ./conftest$ac_exeext
…
Comment 1 Sergey S. Starikoff 2016-05-24 08:54:51 UTC
For now (sys-devel/gcc-4.9.3 and sys-libs/glibc-2.22-r4) I've got the same issue with =net-ftp/lftp-4.7.1 (reproduced with =net-ftp/lftp-4.7.2).
Is it sufficient to report such issues upstream, or bgo reports also needed?