1. Edita Exit problem
- Posted by DB James <larch at adelphia.net> Aug 28, 2005
- 437 views
- Last edited Aug 29, 2005
Hello Pete, I use the latest Edita in what probably amounts to stress-testing: I often have have more than 10 files open at the same time, and I typically run several programs multiple times. Often, on my XP machine, everything works fine until I exit Edita, then it crashes (or seems to), listing to the console many call backs, even saying ignoring messages beyond some large number (over 200). I don't have much familiarity with call-backs, so can't say much useful. Seems that something is not releasing calls when it should. Edita remains nearly totally useful by politely waiting until the last moment to crash, if crashing is what it is indeed doing. --Quark P.S. Edita crashes nearly immediately when I try to use it on my old Win98 machine with a different problem -- a program-specific one. One of the old Meditor programs works OK though...
2. Re: Edita Exit problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 29, 2005
- 425 views
On Sun, 28 Aug 2005 13:37:43 -0700, DB James <guest at RapidEuphoria.com> wrote: >Hello Pete, > >I use the latest Edita in what probably amounts to stress-testing: I >often have have more than 10 files open at the same time, and I >typically run several programs multiple times. It should cope. >Often, on my XP machine, everything works fine until I exit Edita, >then it crashes (or seems to), listing to the console many call backs, >even saying ignoring messages beyond some large number (over 200). I >don't have much familiarity with call-backs, so can't say much useful. >Seems that something is not releasing calls when it should. Edita >remains nearly totally useful by politely waiting until the last >moment to crash, if crashing is what it is indeed doing. I normally have about 30 files open at any given time, and probably run the program I am working on at least 30 times a session, if not more. Please email me the ex.err files. >P.S. Edita crashes nearly immediately when I try to use it on my old Win98 >machine Ditto. Regards, Pete
3. Re: Edita Exit problem
- Posted by DB James <larch at adelphia.net> Aug 29, 2005
- 436 views
Pete Lomax wrote: > > On Sun, 28 Aug 2005 13:37:43 -0700, DB James <guest at RapidEuphoria.com> > wrote: > > >Hello Pete, > > > >I use the latest Edita in what probably amounts to stress-testing: I > >often have have more than 10 files open at the same time, and I > >typically run several programs multiple times. > It should cope. > >Often, on my XP machine, everything works fine until I exit Edita, > >then it crashes (or seems to), listing to the console many call backs, > >even saying ignoring messages beyond some large number (over 200). I > >don't have much familiarity with call-backs, so can't say much useful. > >Seems that something is not releasing calls when it should. Edita > >remains nearly totally useful by politely waiting until the last > >moment to crash, if crashing is what it is indeed doing. > I normally have about 30 files open at any given time, and probably > run the program I am working on at least 30 times a session, if not > more. > > Please email me the ex.err files. > >P.S. Edita crashes nearly immediately when I try to use it on my old Win98 > >machine > Ditto. > > Regards, > Pete > Hi, They've been sent. Thanks. --Quark
4. Re: Edita Exit problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 29, 2005
- 437 views
- Last edited Aug 30, 2005
On Sun, 28 Aug 2005 21:18:33 -0700, DB James <guest at RapidEuphoria.com> wrote: >Pete Lomax wrote: >> Please email me the ex.err files. >They've been sent. Thanks. 1) caused by EUINC not being set. Will be fixed in the next release. 2) caused by running Tools/Find in Files when you have "block selected precisely zero characters" (eg by keying shift right, shift left, Options/Tools). Will be fixed in next release. 3) Erm, I have a responsiveness issue that I am working on, nowhere near as extreme as that you describe. The only thing I can say about that third ex.err is that it appears as if lines 1215, 1216, [1217 unknown], and 1219 of closeTab() have been executed, but lines 1218 (NB: inbetween) and 1220 on have not. I will try and reproduce this, but it may take some time. Regards and Thanks, Pete
5. Re: Edita Exit problem
- Posted by DB James <larch at adelphia.net> Aug 30, 2005
- 445 views
Pete Lomax wrote: > > On Sun, 28 Aug 2005 21:18:33 -0700, DB James <guest at RapidEuphoria.com> > wrote: > > >Pete Lomax wrote: > >> Please email me the ex.err files. > >They've been sent. Thanks. > > 1) caused by EUINC not being set. Will be fixed in the next release. > 2) caused by running Tools/Find in Files when you have "block selected > precisely zero characters" (eg by keying shift right, shift left, > Options/Tools). Will be fixed in next release. > 3) Erm, I have a responsiveness issue that I am working on, nowhere > near as extreme as that you describe. The only thing I can say > about that third ex.err is that it appears as if lines 1215, > 1216, [1217 unknown], and 1219 of closeTab() have been executed, > but lines 1218 (NB: inbetween) and 1220 on have not. > I will try and reproduce this, but it may take some time. > > Regards and Thanks, > Pete > Hello, Thanks for jumping in on this so quickly. --Quark