Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904892 - dev-libs/apache-arrow-11.0.0-r2 leaves trace of segfault in dmesg
Summary: dev-libs/apache-arrow-11.0.0-r2 leaves trace of segfault in dmesg
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tupone Alfredo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-23 17:57 UTC by Agostino Sarubbo
Modified: 2024-01-20 15:37 UTC (History)
1 user (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 Agostino Sarubbo gentoo-dev 2023-04-23 17:57:16 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/apache-arrow-11.0.0-r2 leaves trace of segfault in dmesg.
Discovered on: amd64 (internal ref: ci)

NOTE:
To reproduce this issue:
1) Install the package with FEATURES=test
2) Check dmesg output with: dmesg -T | grep -E '( segfault | traps:| audit:)'

This type of report comes from a check that is a bit outside of the tinderbox, that's the reason because build.log was not provided (however in cases like these the build.log doesn't help much) but if you need further help to diagnose this issue feel free to ask.

In any case I'm providing what I can see via dmesg.
Comment 1 Agostino Sarubbo gentoo-dev 2023-04-23 17:57:43 UTC
[Sun Apr 23 19:55:03 2023] arrow-array-tes[24341]: segfault at 8 ip 00007fefa2846256 sp 00007ffd8ec47850 error 4 in libarrow.so.1100.0.0[7fefa27d8000+52f000]
Comment 2 Tupone Alfredo gentoo-dev 2024-01-20 15:37:44 UTC
The test that raise that segfault is testing that the program exit when provided with abnormal input.
So this is wanted