This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
On Mon, Jul 31, 2000 at 11:39:49PM -0700, Ulrich Drepper wrote:
> "H . J . Lu" <hjl@lucon.org> writes:
>
> > libio/tst-widetext failed on me.
>
> No problem here.
>
Something is wrong. From strace, iconv_open calls both
/work/build/gnu/bin/glibc/iconvdata/gconv-modules and
/usr/lib/gconv/gconv-modules. I will try to find out why.
BTW, it passed when I ran it by hand.
H.J.
---
lstat("/work", {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0
lstat("/work/build", {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0
lstat("/work/build/gnu", {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0
lstat("/work/build/gnu/bin", {st_mode=S_IFDIR|0755, st_size=2048, ...}) = 0
lstat("/work/build/gnu/bin/glibc", {st_mode=S_IFDIR|0755, st_size=3072, ...}) =
0
lstat("/work/build/gnu/bin/glibc/iconvdata", {st_mode=S_IFDIR|0755,
st_size=14336, ...}) = 0
open("/work/build/gnu/bin/glibc/iconvdata/gconv-modules", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=34955, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40220000
read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096
brk(0x80021000) = 0x80021000
brk(0x80022000) = 0x80022000
read(3, "20-1969-RO//\nmodule\tJIS_C6220-19"..., 4096) = 4096
brk(0x80023000) = 0x80023000
brk(0x80024000) = 0x80024000
read(3, "RNAL\t\tISO8859-3\t1\nmodule\tINTERNA"..., 4096) = 4096
brk(0x80025000) = 0x80025000
brk(0x80026000) = 0x80026000
read(3, "6937\t1\n\n\n#\tfrom\t\t\tto\t\t\tmodule\t\tc"..., 4096) = 4096
brk(0x80027000) = 0x80027000
brk(0x80028000) = 0x80028000
read(3, "cost\nalias\tEBCDIC-INT//\t\tIBM038/"..., 4096) = 4096
brk(0x80029000) = 0x80029000
brk(0x8002a000) = 0x8002a000
read(3, "o\t\t\tmodule\t\tcost\nalias\tCP852//\t\t"..., 4096) = 4096
brk(0x8002b000) = 0x8002b000
brk(0x8002c000) = 0x8002c000
read(3, "8//\nalias\tEBCDIC-CP-AR2//\t\tIBM91"..., 4096) = 4096
brk(0x8002d000) = 0x8002d000
brk(0x8002e000) = 0x8002e000
read(3, "P-2//\t\tINTERNAL\t\tISO-2022-JP\t1\nm"..., 4096) = 4096
brk(0x8002f000) = 0x8002f000
brk(0x80030000) = 0x80030000
read(3, "s\tISO_5428:1980//\t\tISO_5428//\nal"..., 4096) = 2187
brk(0x80031000) = 0x80031000
read(3, "", 4096) = 0
close(3) = 0
munmap(0x40220000, 4096) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=39936, ...}) = 0
lstat("/usr/lib/gconv", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=34955, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40220000
read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096
read(3, "20-1969-RO//\nmodule\tJIS_C6220-19"..., 4096) = 4096
brk(0x80032000) = 0x80032000
read(3, "RNAL\t\tISO8859-3\t1\nmodule\tINTERNA"..., 4096) = 4096
brk(0x80033000) = 0x80033000
read(3, "6937\t1\n\n\n#\tfrom\t\t\tto\t\t\tmodule\t\tc"..., 4096) = 4096
brk(0x80034000) = 0x80034000
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |