This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with TLS initialization


On Thu, Mar 27, 2003 at 04:54:30PM +0530, Manish Makkar wrote:
> # ./a.out
> i= 8194, 1082469344
> 8194, 8194
> i= 16387, 1090857952
> 16387, 16387

Works For Me:

[sherman:~] ./a.out
i= 16386, 1
16386, 16386
i= 32771, 1
32771, 32771

This is with glibc-2.3.1-38 on RH AS2.1.  I don't have
anything earlier handy to test against.

I suspect whatever problem you're having is with your 
glibc installation.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]