Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] strace output of wvdial
Date: Sat, 28 Apr 2001 13:58:55
Message-Id: 3AEB1A4E.95F5FD5A@gentoo.org
In Reply to: [gentoo-dev] strace output of wvdial by Bryce Porter
1 Bryce Porter wrote:
2 >
3 > execve("/usr/bin/wvdial", ["wvdial"], [/* 34 vars */]) = 0
4 > uname({sys="Linux", node="x86.dyn.cheapnet.net", ...}) = 0
5 > brk(0) = 0x805b2c8
6 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
7 > 0) = 0x40016000
8 > open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or
9 > directory)
10 > open("/etc/ld.so.cache", O_RDONLY) = 3
11 > fstat64(3, {st_mode=S_IFREG|0644, st_size=14221, ...}) = 0
12 > mmap2(NULL, 14221, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40017000
13 > close(3) = 0
14 > open("/lib/i586/mmx/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No
15 > such file or directory)
16 > stat64("/lib/i586/mmx", 0xbfffea8c) = -1 ENOENT (No such file or
17 > directory)
18 > open("/lib/i586/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No such
19 > file or directory)
20 > stat64("/lib/i586", 0xbfffea8c) = -1 ENOENT (No such file or
21 > directory)
22 > open("/lib/mmx/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No such
23 > file or directory)
24 > stat64("/lib/mmx", 0xbfffea8c) = -1 ENOENT (No such file or
25 > directory)
26 > open("/lib/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No such file
27 > or directory)
28 > stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
29 > open("/usr/lib/i586/mmx/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT
30 > (No such file or directory)
31 > stat64("/usr/lib/i586/mmx", 0xbfffea8c) = -1 ENOENT (No such file or
32 > directory)
33 > open("/usr/lib/i586/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No
34 > such file or directory)
35 > stat64("/usr/lib/i586", 0xbfffea8c) = -1 ENOENT (No such file or
36 > directory)
37 > open("/usr/lib/mmx/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No
38 > such file or directory)
39 > stat64("/usr/lib/mmx", 0xbfffea8c) = -1 ENOENT (No such file or
40 > directory)
41 > open("/usr/lib/libstdc++-libc6.2-2.so.3", O_RDONLY) = 3
42
43 We don't have /usr/lib/libstdc++-libc6.2-2.so.3, do you run wvdial
44 chrooted?
45 do you have this lib on your red hat system?
46 try to mount procfs to your chrooted filesystems /proc.
47
48 bye achim~
49
50
51 > read(3, "", 1024) = 0
52 > close(3) = 0
53 > --- SIGSEGV (Segmentation fault) ---
54 > +++ killed by SIGSEGV +++
55 >
56 > can anyone tell me what i did wrong or something? this is a stumper
57 > hehehe....
58 >
59 > Bryce
60 >
61 > _______________________________________________
62 > gentoo-dev mailing list
63 > gentoo-dev@g.o
64 > http://www.gentoo.org/mailman/listinfo/gentoo-dev