Crash of athena gui

2010-06-17 Thread Paul Ackersviller
This is from the 7.3a BETA out of mercurial,on HP-XU 11.31; I don't think plugins or build options should matter, as a similar motif version works fine. I don't know a lot about gui programming, so am simply sending along the stack trace. It's from a 64-bit build, but 32-bits behaves the same. P

Re: Crash of athena gui

2010-06-18 Thread Paul Ackersviller
On Fri, Jun 18, 2010 at 05:58:48AM +0200, Dominique Pell? wrote: > > Does it happen at start-up when you start Vim with: > $ vim -u NONE -U NONE Yes, sure does. > Or do you need to do anything else special for the crash to happen? Nothing else that I've been able to determine yet. I'll keep

Re: Crash of athena gui

2010-06-18 Thread Paul Ackersviller
On Fri, Jun 18, 2010 at 05:49:55AM +0200, Bram Moolenaar wrote: > Do you have this with Vim 7.3a only, or does it also happen when > building the latest Vim 7.2 with the same setup? Yes, I was getting the same thing from 7.2.444 out of svn the other day too. I should point out however that this HP

Re: Crash of athena gui

2010-06-21 Thread Paul Ackersviller
On Fri, Jun 18, 2010 at 05:49:55AM +0200, Bram Moolenaar wrote: > Do you have this with Vim 7.3a only, or does it also happen when > building the latest Vim 7.2 with the same setup? Yikes, I thought I'd been building athena versions from time to time, but had to go back much farther than I expecte

Re: Crash of athena gui

2010-06-22 Thread Paul Ackersviller
On Mon, Jun 21, 2010 at 09:48:20PM +0200, Bram Moolenaar wrote: > > Paul Ackersviller wrote: > > Everything back to 7-2-000 out of mercurial crashes for me in the same > > way. I next ran some old binaries I had lying about -- 7.1.2 also > > crashes, but 6.4.4 comes

Patch for avoiding infinite loop on network disconnect

2019-10-27 Thread Paul Ackersviller
With athena gui version on AIX, vim will consistently go into an infinite loop if the network connection drops. Trussing such a process points to a select system call, so I found this one without any check on the return value. This patch mostly prevents the problem, although not quite 100% of the

Re: Patch for avoiding infinite loop on network disconnect

2019-10-28 Thread Paul Ackersviller
On Sun, Oct 27, 2019 at 10:07:14PM +0100, Bram Moolenaar wrote: > Paul Ackersviller wrote: > > With athena gui version on AIX, vim will consistently go into an > > infinite loop if the network connection drops. Trussing such a process > > points to a select system call

Re: Patch for avoiding infinite loop on network disconnect

2019-10-29 Thread Paul Ackersviller
On Tue, Oct 29, 2019 at 03:03:43AM +0100, Bram Moolenaar wrote: > > Paul Ackersviller wrote: > > > > > With athena gui version on AIX, vim will consistently go into an > > > > infinite loop if the network connection drops. Trussing such a process > > &