Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930512 - sys-apps/sandbox: Catch stat/fstat for EOVERFLOW
Summary: sys-apps/sandbox: Catch stat/fstat for EOVERFLOW
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Sandbox (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sandbox Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: lfs-tracker
  Show dependency tree
 
Reported: 2024-04-23 17:16 UTC by Matt Turner
Modified: 2024-04-23 21:57 UTC (History)
0 users

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 Matt Turner gentoo-dev 2024-04-23 17:16:37 UTC
bkohler@ noticed that the i486 catalyst builds were failing with the same symptoms as were reported in bug 893776.

sam identified that fstat() was failing, leaving `st` uninitialized. This didn't reproduce on another system because it was dependent on the underlying file system and whether the particular file fstat'd had an inode number > 2^32.

It might be nice if sandbox warned loudly if stat/fstat fails with EOVERFLOW.