Gentoo Archives: gentoo-dev

From: Bryce Porter <bporter@××××××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] strace output of wvdial
Date: Sat, 28 Apr 2001 13:47:06
Message-Id: Pine.LNX.4.21.0104281348020.8571-100000@x86.dyn.cheapnet.net
1 execve("/usr/bin/wvdial", ["wvdial"], [/* 34 vars */]) = 0
2 uname({sys="Linux", node="x86.dyn.cheapnet.net", ...}) = 0
3 brk(0) = 0x805b2c8
4 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
5 0) = 0x40016000
6 open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or
7 directory)
8 open("/etc/ld.so.cache", O_RDONLY) = 3
9 fstat64(3, {st_mode=S_IFREG|0644, st_size=14221, ...}) = 0
10 mmap2(NULL, 14221, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40017000
11 close(3) = 0
12 open("/lib/i586/mmx/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No
13 such file or directory)
14 stat64("/lib/i586/mmx", 0xbfffea8c) = -1 ENOENT (No such file or
15 directory)
16 open("/lib/i586/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No such
17 file or directory)
18 stat64("/lib/i586", 0xbfffea8c) = -1 ENOENT (No such file or
19 directory)
20 open("/lib/mmx/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No such
21 file or directory)
22 stat64("/lib/mmx", 0xbfffea8c) = -1 ENOENT (No such file or
23 directory)
24 open("/lib/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No such file
25 or directory)
26 stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
27 open("/usr/lib/i586/mmx/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT
28 (No such file or directory)
29 stat64("/usr/lib/i586/mmx", 0xbfffea8c) = -1 ENOENT (No such file or
30 directory)
31 open("/usr/lib/i586/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No
32 such file or directory)
33 stat64("/usr/lib/i586", 0xbfffea8c) = -1 ENOENT (No such file or
34 directory)
35 open("/usr/lib/mmx/libstdc++-libc6.2-2.so.3", O_RDONLY) = -1 ENOENT (No
36 such file or directory)
37 stat64("/usr/lib/mmx", 0xbfffea8c) = -1 ENOENT (No such file or
38 directory)
39 open("/usr/lib/libstdc++-libc6.2-2.so.3", O_RDONLY) = 3
40 read(3, "", 1024) = 0
41 close(3) = 0
42 --- SIGSEGV (Segmentation fault) ---
43 +++ killed by SIGSEGV +++
44
45 can anyone tell me what i did wrong or something? this is a stumper
46 hehehe....
47
48 Bryce

Replies

Subject Author
Re: [gentoo-dev] strace output of wvdial AGottinger@t-online.de (Achim Gottinger)
Re: [gentoo-dev] strace output of wvdial AGottinger@t-online.de (Achim Gottinger)