Gentoo Archives: gentoo-dev

From: Gontran <gontran@×××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] 'Segmentation fault' running chroot under install
Date: Mon, 21 Jan 2002 16:58:15
Message-Id: 20020121223446.GA29214@potre.gontran.net
In Reply to: [gentoo-dev] 'Segmentation fault' running chroot under install by "Ørjan Vøllestad"
1 * =?iso-8859-1?Q?=D8rjan V=F8llestad?= (hoyd@×××××××.net) wrote:
2 > Tried to install gentoo r14 på an x86 P III system.
3 > Fails when I change root with chroot to an reiserfs system, which is
4 > checked. What could be wrong here? I have attached the strace output from
5 > 'chroot /mnt/gentoo' - command.
6 ...
7 > read(3, "/dev/rd/0 / ext2 rw 0 0\ndevfs /d"..., 1024) = 175
8 > close(3) = 0
9 > munmap(0x40000000, 4096) = 0
10 > open("/proc/meminfo", O_RDONLY) = 3
11 > fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
12 > old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40000000
13 > read(3, " total: used: free:"..., 1024) = 521
14 > close(3) = 0
15 > munmap(0x40000000, 4096) = 0
16 > rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
17 > brk(0x8139000) = 0x8139000
18 > rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
19 > rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
20
21 Things certainly seem to go south after probing the /proc filesystem.
22 Did you mount it bound to the boot cd environ per the installation
23 guide?
24
25
26 Gontran