Changes between Initial Version and Version 1 of Ticket #393


Ignore:
Timestamp:
06/21/2026 02:59:55 PM (4 weeks ago)
Author:
Gary Dixon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #393 – Description

    initial v1  
    151151 - that temp seg isn't getting released correctly.
    152152
    153 I have only the above proof of this suspicion at the moment, but I feel this temp segment releasing error should be documented.  While temp segment sizes in the process directory are small (usually 1 page long), the leak could cause the process to eventually run out of available segment numbers.  The highest user process segment number allowed is segno 1777_o = 1023_d (limited by the size of user process dseg: 2 pages
    154 with each SDW in the array occupying 2 words).
     153I have only the above proof of this suspicion at the moment, but I feel this temp segment releasing error should be documented.  While temp segment sizes in the process directory are small (usually 1 page long), the leak could cause the process to eventually run out of available segment numbers.  The highest user process segment number allowed is segno 1777_o = 1023_d (limited by the size of user process dseg: 2 pages with each SDW in the array occupying 2 words).