bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: edif2 corner condition.


From: Chris Moller
Subject: Re: edif2 corner condition.
Date: Fri, 30 Oct 2020 11:50:11 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

Looks like it might be a concurrency problem--edif2 forks, IIRC, twice, serially, and I never was completely sure that I had the waitpid()s right.  I'll take a look.

Chris

On 10/30/20 11:22 AM, Hans-Peter Sorge wrote:
Hi,

working with an external editor under some circumstances some function content gets destroyed:

      )wsid
IS CLEAR WS

      'libedif2.so' ⎕FX 'edif2'
edif2

      'emacs' edif2 'FN1'   - adding two lines, save and exit
      'emacs' edif2 'FN1'   - body OK
      'emacs' edif2 'FN2'   - no entry, just exit
      'emacs' edif2 'FN1'   - last line got lost

      'emacs' edif2 'FN3'   - no entry, just exit
      'emacs' edif2 'FN1'   - just the first line is left over.

      .. and the user interface (KDE) is unresponsive for a moment

Best Regards
Hans-Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]