public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* Minor progress on Windows clipboard deadlock
@ 2004-02-23  8:50 Øyvind Harboe
  2004-03-01 19:44 ` Harold L Hunt II
  0 siblings, 1 reply; 6+ messages in thread
From: Øyvind Harboe @ 2004-02-23  8:50 UTC (permalink / raw)
  To: cygwin-xfree

I believe I've made a tiny step towards finding out when this happens.


Before the deadlock happens copying from windows and pasting in e.g.
Evolution no longer works.

I.e. the paste behaves as if the clipboard is empty.

At this point XWin is doomed.

If you subsequently copy from e.g. Evolution and paste in any Windows
app, that Windows app is deadlocked.

Øyvind



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Minor progress on Windows clipboard deadlock
  2004-02-23  8:50 Minor progress on Windows clipboard deadlock Øyvind Harboe
@ 2004-03-01 19:44 ` Harold L Hunt II
  0 siblings, 0 replies; 6+ messages in thread
From: Harold L Hunt II @ 2004-03-01 19:44 UTC (permalink / raw)
  To: cygwin-xfree

Øyvind,

I think I fixed at least part of your problem with the clipboard support 
when compiling from CVS.  It turned out that my OsVendorReset function 
was not being called in the CVS version because -DDDXOSRESET was not 
being defined where the files in Xserver/dix/ could see it, thus no call 
was made to OsVendorReset since it is wrapped with #ifdef DDXOSRESET.

I'm not sure if you were using Xdmcp or if you were using -mutliwindow 
with ssh.  If you were using Xdmcp, then this may fix your problem; if 
you are only using ssh, then it is unlikely to help.

Harold

Øyvind Harboe wrote:

> I believe I've made a tiny step towards finding out when this happens.
> 
> 
> Before the deadlock happens copying from windows and pasting in e.g.
> Evolution no longer works.
> 
> I.e. the paste behaves as if the clipboard is empty.
> 
> At this point XWin is doomed.
> 
> If you subsequently copy from e.g. Evolution and paste in any Windows
> app, that Windows app is deadlocked.
> 
> Øyvind


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Minor progress on Windows clipboard deadlock
  2004-03-02  8:40 ` Ed Avis
  2004-03-02 14:47   ` Andrew Braverman
@ 2004-03-02 16:05   ` Jeremy Tan
  1 sibling, 0 replies; 6+ messages in thread
From: Jeremy Tan @ 2004-03-02 16:05 UTC (permalink / raw)
  To: cygwin-xfree

Ed Avis writes:
> Yes, I am using XP and two monitors, and I was pasting from the X
> server displayed on one monitor to an app displayed in the other.  I
> think.
> 
> I have not tested that the deadlock does not occur when not using two
> monitors.

The deadlock occurs for me on one monitor.  One thing I notice just
before it usually happens is that I usually select something in an
xterm but before I paste that first crash into a Windows app, that
xterm will get more input and the selection disappears, as usually
happens.  Might that have something to do with it?  Sorry I can't
contribute more at the moment but I'm really busy with work.

BTW running Win2K and xserv 44.

j


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Minor progress on Windows clipboard deadlock
  2004-03-02  8:40 ` Ed Avis
@ 2004-03-02 14:47   ` Andrew Braverman
  2004-03-02 16:05   ` Jeremy Tan
  1 sibling, 0 replies; 6+ messages in thread
From: Andrew Braverman @ 2004-03-02 14:47 UTC (permalink / raw)
  To: cygwin-xfree

I occasionally have the windows app hang when pasting from X to Windows and
I use XP with a single monitor.

- Andy

> -----Original Message-----
> From: cygwin-xfree-owner@cygwin.com
> [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of Ed Avis
> Sent: Tuesday, March 02, 2004 3:22 AM
> To: cygwin-xfree@cygwin.com
> Subject: Re: Minor progress on Windows clipboard deadlock
>
>
> Oyvind Harboe <oyvind.harboe@zylin.com> writes:
>
> [pasting from X to Windows hangs the Windows app]
>
> >I would say that there is inconclusive evidence that this this
> >deadlock does not occur under W2K with a single monitor, but only on
> >a XP machine w/multiple monitors.
>
> Yes, I am using XP and two monitors, and I was pasting from the X
> server displayed on one monitor to an app displayed in the other.  I
> think.
>
> I have not tested that the deadlock does not occur when not using two
> monitors.
>
> --
> Ed Avis <ed@membled.com>
>
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Minor progress on Windows clipboard deadlock
  2004-03-02  7:51 Øyvind Harboe
@ 2004-03-02  8:40 ` Ed Avis
  2004-03-02 14:47   ` Andrew Braverman
  2004-03-02 16:05   ` Jeremy Tan
  0 siblings, 2 replies; 6+ messages in thread
From: Ed Avis @ 2004-03-02  8:40 UTC (permalink / raw)
  To: cygwin-xfree

Oyvind Harboe <oyvind.harboe@zylin.com> writes:

[pasting from X to Windows hangs the Windows app]

>I would say that there is inconclusive evidence that this this
>deadlock does not occur under W2K with a single monitor, but only on
>a XP machine w/multiple monitors.

Yes, I am using XP and two monitors, and I was pasting from the X
server displayed on one monitor to an app displayed in the other.  I
think.

I have not tested that the deadlock does not occur when not using two
monitors.

-- 
Ed Avis <ed@membled.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Minor progress on Windows clipboard deadlock
@ 2004-03-02  7:51 Øyvind Harboe
  2004-03-02  8:40 ` Ed Avis
  0 siblings, 1 reply; 6+ messages in thread
From: Øyvind Harboe @ 2004-03-02  7:51 UTC (permalink / raw)
  To: cygwin-xfree

>I'm not sure if you were using Xdmcp or if you were using -mutliwindow with ssh.
>If you were using Xdmcp, then this may fix your problem; if you are only using
>ssh, then it is unlikely to help.

-multiwindow + ssh.

I'm still on the lookout for when this happens, but I haven't run with -48 
for very long.

I would say that there is inconclusive evidence that this this deadlock does not
occur under W2K with a single monitor, but only on a XP machine w/multiple monitors. 

Øyvind




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-03-02 16:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-23  8:50 Minor progress on Windows clipboard deadlock Øyvind Harboe
2004-03-01 19:44 ` Harold L Hunt II
2004-03-02  7:51 Øyvind Harboe
2004-03-02  8:40 ` Ed Avis
2004-03-02 14:47   ` Andrew Braverman
2004-03-02 16:05   ` Jeremy Tan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).