On Mar 12 17:42, Åke Rehnman via Cygwin wrote: > > On 2020-03-12 15:13, Corinna Vinschen wrote: > > On Mar 12 14:32, Åke Rehnman via Cygwin wrote: > > > 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 <yourtestcase> > > > > > > > > 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... > > Mailing list, please. >
> #include <stdio.h> > #include <error.h> > #include <errno.h> > #include <sys/select.h> > #include <fcntl.h> > #include <unistd.h> > #include <termios.h> > #include <sys/ioctl.h> > [...] Thanks! So that's what we're up against here :) Corinna -- Corinna Vinschen Cygwin Maintainer
signature.asc
Description: PGP signature
-- 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