Consultor Eletrônico



Kbase 16005: Core dump using ROW phrase in DISPLAY statement Version 7
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Core dump using ROW phrase in DISPLAY statement Version 7


The following code causes a System Error: Memory violation (49) and
a core file was generated on Solaris 2.4 running PROGRESS 7.3C01 and
7.3D01.

DISPLAY gw-range disc-cwt WITH ROW FRAME-ROW(gauge1) FRAME gauge1.

The "ROW FRAME-ROW(gauge1)" causes the memory violation.

When the FRAME-ROW is evaluated, it is getting stored in a structure
internally and that structure is not the size that we expected.


Workaround: The workaround for this is to define a variable and assign
the variable the value of FRAME-ROW and use the variable in the WITH
clause.

There was a bug entered for this issue. There are no plans to fis the
bug since there is a valid workaround. The bug is also resolved in
8.0B.


13-Aug-96

Progress Software Technical Support Note # 16005