public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Thomas Wolff <towo@towo.net>
To: cygwin@cygwin.com
Subject: Re: /dev/clipboard corrupted
Date: Thu, 28 Jun 2012 18:33:00 -0000	[thread overview]
Message-ID: <4FECA35E.7060302@towo.net> (raw)
In-Reply-To: <20120628082021.GF17071@calimero.vinschen.de>

Am 28.06.2012 10:20, schrieb Corinna Vinschen:
> On Jun 28 00:16, Thomas Wolff wrote:
>> If the clipboard contains large data, the contents retrieved from
>> /dev/clipboard gets corrupted.
>> I compared the following in a few cases:
>> * cat /dev/clipboard or cp /dev/clipboard (which are equal)
>> * mouse-paste into mintty, read with cat
>> * read /dev/clipboard within application
>>
>> and I found all three results to be different, the correct one
>> sometimes being cat /dev/clipboard but not always.
>> In today's case, the differences occured at byte 10240 and 65536
>> respectively, thus 10K-1 bytes or 64K-1 bytes being equal.
> I can't reprocude this.  There's also nothing in the /dev/clipboard
> code which would rely on a 10K buffer or so.  64K, yes.  But still,
> I tried with wordpad, vi, mintty, cat, and cp with a text file of
> about 90K.  No problems.  Do you have any reproducible testcase?
Not really reproducible (maybe later) but some more observations.
I made a small test program to read /dev/clipboard directly with 
different buffer sizes.
I verified that this happens at borders of read() invocations.
It is more likely to happen if there are non-ASCII characters just at 
this border, however, in one case it occurred after 2 blocks read where 
the non-ASCII was between blocks 1 and 2. Also, in one case, a CRLF 
newline at a border was just skipped (with non-ASCII somewhere before, 
probably). Typically, I see 2 bytes skipped, sometimes 1 but sometimes 
also ~100. Quite weird.
I looked at the fhandler_clipboard read() code and somehow suspect the 
wcstomb although the observations are not strictly conclusive.
(It's the non-cygwin-specific branch, after filling the clipboard from 
Windows, e.g. Firefox.)
------
Thomas

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2012-06-28 18:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27 22:16 Thomas Wolff
2012-06-28  8:04 ` Andy Koppe
2012-06-28  8:21 ` Corinna Vinschen
2012-06-28 18:33   ` Thomas Wolff [this message]
2012-06-29  7:24     ` Corinna Vinschen
     [not found] <1286377403.634959.1340961856516.JavaMail.open-xchange@email.1und1.de>
2012-06-29  9:47 ` Thomas Wolff
2012-07-02 20:40   ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FECA35E.7060302@towo.net \
    --to=towo@towo.net \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).