From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by sourceware.org (Postfix) with ESMTPS id 48032395CCAE for ; Thu, 12 Mar 2020 13:32:20 +0000 (GMT) Received: by mail-lf1-x132.google.com with SMTP id b186so4745227lfg.11 for ; Thu, 12 Mar 2020 06:32:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=nv4wBw0/EMkgs/0SLHFiTO7e+CgHn4ys5gVdYYO6Xb8=; b=NM0PhtZR/iZ9INQHhCk5vmd7qlaNxTSjxU1y4aSS+TDFguqQFEISrKCHYuuV2fgNJW cGlyMcThIRQ/YECZ9lkEWE8dh4YtZFELSsaD58xe0cQqvSmaS6IZD42oYD8iD+NKEiAD 4eV0U5nvLPXeDiZCPBXxj8m/DB/dtfD5r1owedoug7sFoAD1STwHkFkDgm/gFuyNDY7H IE+ksF1bRLRn11ytdagZX+1GBfUfLYrp6W5tKHXOTFjrjhNSHTLNHx8iky4tt63fZ5pv 2nZAYsbrjmCy42x8QZTArsRFNwO1oNlIJQhzdJdpfmYt7oTVV1/Trmv0hlJzxnHsG4/B XXSw== X-Gm-Message-State: ANhLgQ2Jl2+z1IAoNvWuBeOXQK66ntJ9ZqP4MPzUIIIJm47wRBv0oAEn qEI+7r/Za2rP8Kr2JDGF6d+gXLM+yIM= X-Google-Smtp-Source: ADFU+vvV7zEqyyokDhSlnJl35fuS1gEWKdXLs/iaEATKg/8Yo9V3lBQ9S+no1CB7KzRvqxgb1OAc9g== X-Received: by 2002:a19:2d01:: with SMTP id k1mr5424088lfj.170.1584019938707; Thu, 12 Mar 2020 06:32:18 -0700 (PDT) Received: from [192.168.1.117] (tb213-185-244-58.cust.teknikbyran.com. [213.185.244.58]) by smtp.googlemail.com with ESMTPSA id c6sm3475194ljj.71.2020.03.12.06.32.17 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 12 Mar 2020 06:32:17 -0700 (PDT) Subject: Re: Setting termios VMIN > 0 and VTIME > 0 on non blocking file To: cygwin@cygwin.com References: <9e4c6428-59de-df07-9e33-44ba95d5497f@gmail.com> <20200312114041.GJ4042@calimero.vinschen.de> From: =?UTF-8?Q?=c3=85ke_Rehnman?= Message-ID: <36b42585-c7a9-274c-bd51-aae1960ff4cd@gmail.com> Date: Thu, 12 Mar 2020 14:32:14 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <20200312114041.GJ4042@calimero.vinschen.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2020 13:32:21 -0000 On 2020-03-12 12:40, Corinna Vinschen wrote: > > For a start, can you please strace the problem with a simple > testcase,like this: > > $ strace -o serio.trace > > and send the source of your testcase as well as the serio.trace file > here? It may show at which point the error code is generated. Should I post those files to the mailing list? I tried emailing them to you directly but it bounced...