home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
14.10.xC12 FixList
12.10.xC16.X5 FixList
11.70.xC9.XB FixList
11.50.xC9.X2 FixList
11.10.xC3.W5 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

Informix - Problembeschreibung

Problem IT09044 Status: Geschlossen

CHAR[INDEX] ARRAY ASSIGNMENT INTO GLOBAL VARIABLE CAN CAUSE MEMORY
CORRUPTION ASSERTION FAILURE

Produkt:
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10
Problembeschreibung:
Consider the following rowtype: 
 
create row type "informix".row_wh_costos 
        ( 
        cod_emp decimal(8,0), 
        cod_pto decimal(4,0), 
        int_art char(15), 
        ean_art decimal(14,0), 
        ean_rel decimal(14,0), 
        fec_mov date, 
        num_sec decimal(2,0), 
        costo decimal(9,4), 
        reg_mov decimal(12,0), 
        ord_mov decimal(8,0), 
        usr_grb char(20), 
        fec_grb date, 
        hor_grb char(8) 
        ); 
 
and a global variable definition in a stored procedure like: 
 
DEFINE GLOBAL p_wh_costos row_wh_costos DEFAULT NULL; 
 
After initializing the global variable, an assignment like this 
can cause memory corruption: 
 
let p_wh_costos.usr_grb[20] ="X"; 
 
The top most part of the stack upon assertion failure looks 
like: 
 
(oninit)afsig_handler 
(oninit)stcmpr 
                                 getglobdata  <--- 
(oninit)getvardata 
(oninit)ev_procvar_ret 
(oninit)new_eval 
 
as a global variable entry in the session's global variable list 
has been corrupted by the assignment.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* Those using subscripted global variables in SPLs             * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Update to IBM Informix Server 12.10.xC6                      * 
****************************************************************
Local-Fix:
Lösung
Problem Fixed In IBM Informix Server 12.10.xC6
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
21.05.2015
30.12.2015
30.12.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
12.10.xC6
Problem behoben lt. FixList in der Version
12.10.xC6 FixList