Icon View Incident Report

Serious Serious
Reported By: Ole Willy Tuv
Reported On: 2/11/2003
For: Version 3.21 Build 1
# 1325 COALESCE SQL and Filter Function Leaking Memory

The following SQL generates a memory leak.

 update ARTICOLI set
    quant_ini = coalesce(quant_att, 0),
    costo_ini = coalesce(costo_att, 0),
    val_ini = coalesce(val_att, 0),
    carichi = 0,
    costo_car = 0,
    val_car = 0,
    scarichi = 0,
    costo_scar = 0,
    val_scar = 0,
    disponibil = quant_att-ord_cli
  commit interval 500;



Resolution Resolution
Fixed Problem on 2/26/2003 in version 3.22 build 1
Image