Vijay Kiran Kamuju <[EMAIL PROTECTED]> writes:
> Can we change our linuxwrappers for a work-around?
No, there's nothing we can do, it's due to the way glibc references
pthread functions internally. It would have to be fixed in glibc, but
that's unlikely to happen, especially since linuxthreads is
Can we change our linuxwrappers for a work-around?
Thanks,
Vijay
On 12/16/05, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> Cihan Altinay <[EMAIL PROTECTED]> writes:
>
> > Thanks for the info. I am running a Xen[1] system which currently has to
> > emulate unsupported lib/tls library calls. And
Alexandre Julliard wrote:
> > Do you think the dependency of wine on TLS will stay in future versions?
>
> Yes, it can't be fixed, our linuxthreads wrappers can't work in glibc
> 2.3. They work fine with glibc 2.2 though.
TLS can work with Xen, but you have to patch glibc and use
-mno-tls-direct-s
Cihan Altinay <[EMAIL PROTECTED]> writes:
> Thanks for the info. I am running a Xen[1] system which currently has to
> emulate unsupported lib/tls library calls. And that makes the system very
> slow. Therefore, the Xen maintainers strictly recommend moving the /lib/tls
> folder out of the way. Ev
Quoting Alexandre Julliard <[EMAIL PROTECTED]>:
> Cihan Altinay <[EMAIL PROTECTED]> writes:
>
> > Hi,
> > A very basic C++ program fails with
> >
> > err:ntdll:RtlpWaitForCriticalSection section 0x7f64c560 "x11drv_main.c:
> > X11DRV_CritSection" wait timed out in thread 001c, blocked by 001e,
> r
Cihan Altinay <[EMAIL PROTECTED]> writes:
> Hi,
> A very basic C++ program fails with
>
> err:ntdll:RtlpWaitForCriticalSection section 0x7f64c560 "x11drv_main.c:
> X11DRV_CritSection" wait timed out in thread 001c, blocked by 001e, retrying
> (60
> sec)
>
> when the Linux TLS libraries are not in
Hi,
A very basic C++ program fails with
err:ntdll:RtlpWaitForCriticalSection section 0x7f64c560 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 001c, blocked by 001e, retrying (60
sec)
when the Linux TLS libraries are not in the library path (it works fine
otherwise).
The program doe