[lsb-discuss] [PATCH] [LSB3.1] lts_li18nux2k.l1-3.1.0.1.tgz getwchar 3 fails on fedora (glibc2.5).

Tsuyoshi Nagata nagata3333333 at jp.fujitsu.com
Fri Feb 23 01:16:16 PST 2007


Sugiyama-san,
Tsuyoshi Nagata wrote:
> my system glibc is glibc-2.5-12.ia64.
> your is glibc-2.5-3.x86_64.
> I guess the difference are this release version.

I do the test glibc-2.5-3 on my IA64.
results are same as yours.

[root at localhost nagata]# rpm -Uvh --force --nodeps glibc-common-2.5-3.ia64.rpm g
libc-2.5-3.ia64.rpm
Preparing...                ########################################### [100%]
    1:glibc                  ########################################### [ 50%]
    2:glibc-common           ########################################### [100%]
[root at localhost nagata]# ./getwchar_test3
Do the original test getwchar 3.
fp = freopen (./testfile,r, stdin)
1st getwchar()=65
errno=0
fp = freopen (./testfile,r, stdin)
1st getwchar()=-1
errno=84
EILSEQ=84

Do the fixed test getwchar 3.
fp = freopen (./testfile,r, stdin)
1st getwchar()=65
errno=0
fp = freopen (./testfile,r, stdin)
1st getwchar()=-1 errno=84           <--- same results as buggy glibc2.3
2nd getwchar()=-1 errno=84
3rd getwchar()=-1 errno=84
4th getwchar()=-1 errno=84
[root at localhost nagata]#




More information about the lsb-discuss mailing list