Consultor Eletrônico



Kbase P169125: Error# 8571 and connection reset when using the Progress Debugger
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/2/2010
Status: Unverified

SYMPTOM(s):

Error# 8571 when using the Progress Debugger

The Debugger segment is not valid for <procedure>. (8571)

Session mixes r-code compiled with MIN-SIZE option set to YES and NO.

First starting with r-code file compiled with MIN-SIZE option to YES crashes the debugger.

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

CAUSE:

The AVM is crashing when the debugger requests the list of variables because the procedure context wasn't set up due to the missing debug segment.

CAUSE:

Bug# OE00198724

FIX:

Recompile procedure without MIN-SIZE option

Or if it's necessary to use both, first start with MIN-SIZE option set to NO.