Kbase 13671: DEC Alpha OSF/1 core dump when run probuild executable 49
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
DEC Alpha OSF/1 core dump when run probuild executable 49
On Alpha OSF/1 running 6.3C, you may get a memory violation/core dump
when attempting to run a Progress executable that was created with
the probuild utility.
The problem is that when you run probuild to generate a new
executable, the environment variables for the compiler and
linker ($CC, $CCNOPT, $LDOPT) must be set before the load script
generated by probuild is run. Probuild calls buildenv to set these
variables but when probuild exits, the variables are unset.
The workaround is to run buildenv again after exitting probuild and
before running the load script.
Another workaround is to insert the following line into the ld script:
CCNOPT="-signed -Wl,-T -Wl,30000000 -Wl,-D -Wl,50000000 -G 0"
This line can be inserted right after the line CC=${CC-cc}.
This is bug 94-09-22-008.
DEC-03-1994
Progress Software Technical Support Note # 13671