Re: named pipes problem?

2003-10-20 Thread Mike Hearn
On Mon, 2003-10-20 at 00:19, Gregory M. Turner wrote: cool trick. an ironic side-note (I have not tried this on my without-nptl system yet, so the following is not relevant to my problem): on my nptl system (the one that works now), I get: # /lib/libc-2.3.2.so Inconsistency detected by

Re: named pipes problem?

2003-10-19 Thread Gregory M. Turner
On Saturday 18 October 2003 12:38 pm, Alexandre Julliard wrote: Mike Hearn [EMAIL PROTECTED] writes: Alexandre - this is your area. Any ideas? Your glibc is using TLS. Support for that is not ready yet. Depending on your system you need to either set LD_ASSUME_KERNEL=2.4 or install another

Re: named pipes problem?

2003-10-19 Thread Daniel Marmier
On Sat, 2003-10-18 at 19:38, Alexandre Julliard wrote: Mike Hearn [EMAIL PROTECTED] writes: Alexandre - this is your area. Any ideas? Your glibc is using TLS. Support for that is not ready yet. Depending on your system you need to either set LD_ASSUME_KERNEL=2.4 or install another glibc

Re: named pipes problem?

2003-10-19 Thread Alexandre Julliard
Daniel Marmier [EMAIL PROTECTED] writes: Are you talking about support for TLS in wine? If so, is that already assigned? No, the problem is TLS support in glibc itself, since that bypasses our pthread wrappers. We don't need to use glibc-style TLS in Wine since we can use the Win32 TLS support

Re: named pipes problem?

2003-10-18 Thread Alexandre Julliard
Mike Hearn [EMAIL PROTECTED] writes: Alexandre - this is your area. Any ideas? Your glibc is using TLS. Support for that is not ready yet. Depending on your system you need to either set LD_ASSUME_KERNEL=2.4 or install another glibc that doesn't use TLS. -- Alexandre Julliard [EMAIL

named pipes problem?

2003-10-17 Thread Gregory M. Turner
Does everybody's kernel32 named pipes test pass (in wine)? Named pipes are acting very wierd here, lots of segfaults and other wierdness... the test seems to freeze attempting to create the alarmThread in test_NamedPipe_2 (test 3 of 4). The wineserver holds up OK, but the client side looks a