Consultor Eletrônico



Kbase P118780: Webspeed cgiip messenger with Extended logging crashes on Solaris when QUERY_STRING is ""
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/01/2007
Status: Unverified

FACT(s) (Environment):

Sun Solaris SPARC
Progress 9.1E

SYMPTOM(s):

Webspeed cgiip messenger crashes on Solaris

Internal server error reported on browser

Messenger has extended logging enabled

QUERY_STRING passed to messenger is null or empty ("")

On Solaris only

CAUSE:

If the QUERY_STRING is "", we end up passing a null pointer to a printing function, when trying to log the QUERY_STRING. On Solaris, trying to display this null pointer will cause a crash.

CAUSE:

Bug # 20060807-007

FIX:

1. The bug is fixed in 10.1B
2. Workaround:
In webspeed CGIIP environment, for example, in the script that calls cgiip messenger, change the script to assign a name/value pair when QUERY_STRING is ""