From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tak Ota Newsgroups: gmane.emacs.devel Subject: Re: [cc@ivu-ac.de: Re: Problem sending bigger mails with CVS Gnus + CVS Emacs] Date: Tue, 21 May 2002 15:40:41 -0700 (PDT) Organization: Sony Electronics Inc. Sender: emacs-devel-admin@gnu.org Message-ID: <20020521.154041.31848902.Takaaki.Ota@am.sony.com> References: <20020520.163613.01365090.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1022020922 28343 127.0.0.1 (21 May 2002 22:42:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 May 2002 22:42:02 +0000 (UTC) Cc: cc@ivu-ac.de, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17AIKQ-0007N2-00 for ; Wed, 22 May 2002 00:42:02 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17AIZ3-0001oJ-00 for ; Wed, 22 May 2002 00:57:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17AIKl-0006gJ-00; Tue, 21 May 2002 18:42:23 -0400 Original-Received: from mail2.fw-sj.sony.com ([160.33.82.69]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17AIJA-0006Sb-00; Tue, 21 May 2002 18:40:44 -0400 Original-Received: from mail2.sjc.in.sel.sony.com (mail2.sjc.in.sel.sony.com [43.134.1.111]) by mail2.fw-sj.sony.com (8.8.8/8.8.8) with ESMTP id WAA07252; Tue, 21 May 2002 22:40:42 GMT Original-Received: by mail2.sjc.in.sel.sony.com id WAA16013; Tue, 21 May 2002 22:40:42 GMT Original-To: jasonr@gnu.org In-Reply-To: X-Telephone: +1-858-942-3239 X-Fax------: +1-858-942-9142 X-SnailMail: 16450 West Bernardo Drive MZ7205, San Diego, CA 92127-1804 X-Mailer: Mew-3.0.54 on Emacs-21.2.50.1 (i386-msvc-nt5.0.2195) of 2002-05-02 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4265 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4265 21 May 2002 21:32:00 +0100: Jason Rumney wrote: > The best way to approach this to start with is to set a breakpoint in > sys_write() in w32.c on the line (3548 in CVS version 1.75) that > reads... > > DebPrint(("sys_read.send failed with error %d on socket %ld\n", > pfn_WSAGetLastError (), SOCK_HANDLE (fd))); > > If that line is not hit, we know that the problem is occurring at a > higher level. If it is hit, then it would be useful to know what > error is occurring. I'm not sure if gdb hooks into DebPrint system > calls, so you may need to check the value of h_errno after that line > has executed. It is hit. pfn_WSAGetLastError returned 10035 which is WSAEWOULDBLOCK (WSABASEERR+35) according to WINSOCK.H. > If you updated from CVS recently, you may need to back out to > 2002-05-18 to get w32fns.c to compile. Yes, I have been using that trick :)