Re: Threading experts?

2003-08-14 Thread Mike Hearn
I assume you tried both with NPTL support compiled in and without, right? Having said that I've also seen wierd freezes inside pthreads, despite most other apps working correctly (with rhymbox in particular). So, there might be some other strange issue here. I'll try an strace on RB to see if

RE: Threading experts?

2003-08-14 Thread Ann and Jason Edmeades
vvv What is this, and why is it getting the signal [pid 394] --- SIGRTMIN (Unknown signal 32) @ 0 (0) --- [pid 394] sigreturn() = ? (mask now []) Perhaps an earlier sigprocmask erroneously leaves the signal unmasked? I thought that too, but it didnt appear so, but you have

Re: Threading experts?

2003-08-14 Thread Dmitry Timoshkov
[EMAIL PROTECTED] wrote: I had to use with-nptl to build winex pn Mandrake 9.1, the binarys did't work without that option. This wasn't necessarry on wine, but winex won't run without it. WineX has no such a configure switch - with-nptl. So, I'm not sure what are you talking about. --

Re: Threading experts?

2003-08-14 Thread Dmitry Timoshkov
Jason Edmeades [EMAIL PROTECTED] wrote: Environment uname -a returns kernel 2.4.21-0.13mdk, and its basically Mandrake Linux 9.1 with no updates. Wine is cvs as of today, configured with --with-nptl I may be wrong, but according to the information posted to one of our support forums, support

Re: Threading experts?

2003-08-14 Thread Ove Kaaven
s?, 10.08.2003 kl. 17.33 skrev Jason Edmeades: vvv What is this, and why is it getting the signal [pid 394] --- SIGRTMIN (Unknown signal 32) @ 0 (0) --- [pid 394] sigreturn() = ? (mask now []) Perhaps an earlier sigprocmask erroneously leaves the signal unmasked?

Re: Threading experts?

2003-08-11 Thread Peter Hunnisett
[EMAIL PROTECTED] wrote: I had to use with-nptl to build winex pn Mandrake 9.1, the binarys did't work without that option. This wasn't necessarry on wine, but winex won't run without it. WineX is a different in this regard. We don't differentiate between NPTL and LinuxThreads - and the option

Re: Threading experts?

2003-08-10 Thread Jason Edmeades
Mike Hearn wrote: I assume you tried both with NPTL support compiled in and without, right? I've had other problems without nptl support, so I havent tried this exact scenario. I guess I need to do a configure, make clean, then a make for the whole of wine to do this? If so, I'll put it off

Re: Threading experts?

2003-08-10 Thread [EMAIL PROTECTED]
I had to use with-nptl to build winex pn Mandrake 9.1, the binarys did't work without that option. This wasn't necessarry on wine, but winex won't run without it. Dmitry wrote: I may be wrong, but according to the information posted to one of our support forums, support for NPTL was backported