Bug 4047 - Поддержка /proc/self/stat
Summary: Поддержка /proc/self/stat
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: hasher (show other bugs)
Version: unstable
Hardware: all Linux
: P2 enhancement
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-28 11:51 MSD by Alexey Borovskoy
Modified: 2006-10-17 16:38 MSD (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Borovskoy 2004-04-28 11:51:07 MSD
Ява в hasher падает при недоступности некоторых частей /proc.
Вот что она хочет из /proc

$ strace java 2>&1|grep "/proc"
open("/proc/meminfo", O_RDONLY)         = 3
open("/proc/cpuinfo", O_RDONLY)         = 3
open("/proc/meminfo", O_RDONLY)         = 3
open("/proc/self/stat", O_RDONLY)       = 3
open("/proc/sys/vm/heap-stack-gap", O_RDONLY) = -1 ENOENT (No 
such file or directory)
Comment 1 Dmitry V. Levin 2004-08-02 17:03:16 MSD
Implemented mount support in 1.0 and later.