This list includes the Resolutions for D3 Linux 10.2.
Access
Action ID | Description |
---|---|
D3-58282 | Corrected the PID field of a list-users command by adding a space to make room for the larger PIDs. |
D3-61964 | Corrected a problem with reformat that caused pcb corruption - typically resulting in an abort at wrapup when the attribute chosen for item id in the new file contained enough multivalues to overrun the buffer used for the item id. |
D3-62715 | Corrected a problem with the AQL non-columnar list processor that caused incorrect results with print-limited control/dependent values when the selected multivalue was greater than 255. |
BASIC Compiler
Action ID | Description |
---|---|
D3-45626 | Corrected a problem with the BASIC compiler that caused it to not continue after a Flash compile error. |
D3-62738 | Corrected a problem with the BASIC compiler that caused a false compile error when an asterisk dynamic array reference conditional was enclosed in parentheses, e.g., "if (x<2,*>='3') then" |
BASIC Debugger
Action ID | Description |
---|---|
D3-62838 | Corrected a problem with the COMPILE verb that caused it to improperly generate code required by the debugger to display equated variables in a subroutine when the equates were to elements of a dimensioned array passed as a parameter to the subroutine. |
BASIC Runtime
Action ID | Description |
---|---|
D3-63980 | Corrected intermittent problems when assigning a dynamic array to a dimensioned array. |
Conversions/Correlatives/Masks
Action ID | Description |
---|---|
D3-63833 | Corrected a problem with the F-correlative runtime that caused an error [701] when consecutive conversions in parentheses were encountered - such as 'F;"*32";(call ai63833prog)(t1,10)', which can be generated from an A-correlative. |
DCD Issue, Telnet Problems
Action ID | Description |
---|---|
D3-63673 | Corrected a problem where the error condition of a failed terminal read was not caught, causing processes to go to pause rather than hanging up. |
File Management
Action ID | Description |
---|---|
D3-61782 | Corrected a problem with listing files that caused a Forward Link Zero abort in es.build.binary when a binary item happened to look very similar to BASIC object code. |
D3-62543 | Corrected a problem with create-index that caused a "[33] Exceeded the maximum number of 32767 file opens!" error when the file contained more than 32767 items and an ADI used in the index contained a CALL correlative. |
FlashBASIC Runtime
Action ID | Description |
---|---|
D3-62200 | Corrected a problem where FlashBASIC was not going though sys.abort when terminating abnormally (e.g. typing END from the debugger). This would cause some things, such as the echo state, to not to be reset properly. |
D3-63983 | Corrected a problem with FlashBASIC that could add floating point rounding values erroneously. |
GFE Handler
Action ID | Description |
---|---|
D3-62117 | Corrected a problem with the update processor that caused a false GFE message to appear when another line had item locked a new item and the update processor attempted to read the same item, generating a "Retry, Look, or Quit" message. The other line exits the item without writing it, and "Retry" is selected. |
Hot Backup
Action ID | Description |
---|---|
D3-62972 | Corrected a problem with the automatic startup of hot-backup, which would not start if it was setup to start from the init process of Unix. |
Indexes
Action ID | Description |
---|---|
D3-62317 | Corrected a problem with indexer which was not recognizing the select list as a list of files when an account was specified on the command line. |
D3-63969 | Corrected a problem with the implicit use of indexes that caused the index to never be closed, which, for remote indexes, was capable of consuming all available handles, causing subsequent opens to fail. |
Installation Procedure
Action ID | Description |
---|---|
D3-62971 | Corrected a problem with the installation of D3 where when choosing to not delete the install files, the message would not contain any spaces around the word NOT. |
D3-63984 | Corrected the installation to remove package requirements within the d3depends specification file. |
Lock Management Routines
Action ID | Description |
---|---|
D3-61669 | Corrected a problem where if a call to ux.sysid (system(38)) is made with the buffer to store the return string starts at the last byte of the frame, a segment mark, 0xff character, would be written into the link field (read only lock counter) that would cause the next process that used that buffer to hang believing that there was a read only lock set on that group. |
Logon/Logoff/Logto Routines
Action ID | Description |
---|---|
D3-61811 | Corrected a problem with logoff that caused it to abort sometimes. |
D3-63253 | Corrected a problem with the resetting of ODBC processes that could cause corruption if the process is still active while resetting. |
Monitor
Action ID | Description |
---|---|
D3-55420 | Corrected a problem where the -y "intr ^c" was not changing the value of the break key to be a control-c while in D3. |
ODBC Server
Action ID | Description |
---|---|
D3-63194 | Corrected a problem where the ODBC Server would abort if a case sensitive index was created on a file and an attempt was made to use it. |
D3-63481 | Corrected a problem with the CP_readnext interface not passing a large enough parameter to be able to consistently function properly. |
Open Systems File Interface (OSFI), Spooler Processor
Action ID | Description |
---|---|
D3-61877 | Corrected a problem with list peqs that caused a GFE report when the print job contained the sequence x'00FF'. |
Overflow Runaway
Action ID | Description |
---|---|
D3-62119 | Corrected a problem with SET-RUNAWAY-LIMIT that caused it to comatize the executing line when that line was specified numerically in the options. |
Phantom Processor
Action ID | Description |
---|---|
D3-62142 | Corrected a problem with the background scheduler that caused it to stop after starting 1000 jobs. |
Programs & Utilities
Action ID | Description |
---|---|
D3-62140 | Corrected a problem with missing messages by recreating the MESSAGES items 1355 and 1356, which are used by the SET-OVERFLOW-ID verb. |
Rocket D3 ODBC Server
Action ID | Description |
---|---|
D3-62944 | Corrected a problem with the D3 ODBC server on Unix systems that if going to an input such as a debug statement, it would allow another process into the same pib before completely cleaning itself up, causing "random" corruptions. |
Rocket MVSP
Action ID | Description |
---|---|
D3-62740 | Corrected a problem with MVSP connections on d3_tel that translated carriage returns to carriage return and null characters sequence. |
D3-63542 | Corrected a problem with saving and restoring a hardware register that could abort occasionally when running in FlashBASIC. |
Save Processor
Action ID | Description |
---|---|
D3-63929 | Corrected a problem where the process creating children to compress the individual volumes of a compressed save could wait for the wrong child process to finish, resulting in an erroneous failure condition. |
Security
Action ID | Description |
---|---|
D3-62322 | Corrected a problem with logging "Too many users" that prevented the user-id from being logged correctly. |
Semaphore Lock
Action ID | Description |
---|---|
D3-63966 | Corrected a problem with the starting of a D3 process that if the semaphore had been removed, then no processes could connect to the D3 virtual machine. |
Spooler Processor
Action ID | Description |
---|---|
D3-61272 | Corrected a problem with the debugger which caused it to abort when attempting to log a spooler error. |
D3-63105 | Corrected a problem with the Spooler Processor, which prevented shared printers from being started while Host Authentication was enabled. |
Tape
Action ID | Description |
---|---|
D3-62563 | Corrected a problem with the seek functionality of any tape device that would cause it to function somewhat randomly. |
D3-63975 | Corrected a problem with the build of the 64-bit monitors that did not include the code necessary to handle network (non-reversing) devices properly. |
Update Processor
Action ID | Description |
---|---|
D3-61651 | Corrected a problem with the TCL processor that caused it to abort with an "unable to init more frames' message after pressing Enter 1000 times consecutively. |