home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
15.0.xC1.2 FixList
14.10.xC13.3 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 IT04602 Status: Geschlossen

THE CDR CHECK REPL UTILITY CORE DUMPS WHEN IT ENCOUNTERS AN EMPTY OWNER
FIELD IN SYSINDICES

Produkt:
INFORMIX SERVER / 5725A3900 / B70 - IDS 11.70
Problembeschreibung:
In certain circumstances, cdr check repl will look through the 
indices associated with a replicate table and if the owner of a 
unique index is an empty string, the process will report a 
segmentation violation and halt without reporting a meaningful 
error message. 
 
Using a debugger, the stack at the time of the segmentation 
violation is: 
 
Program received signal SIGSEGV, Segmentation fault. 
in __strlen_sse42 () from /lib64/libc.so.6 
(gdb) where 
#0  in __strlen_sse42 () from /lib64/libc.so.6 
#1  in stringCpy () 
#2  in findIdx () 
#3  in getPKCols () 
#4  in checkRepl () 
#5  in cdr_check () 
#6  in check_repl () 
#7  in main () 
 
This indicates the SEGV happened in a call made to strlen() from 
the stringCpy() function and is a good indicator of this 
problem.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* any customer using ER                                        * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Update to IDS-12.10.xC5                                      * 
****************************************************************
Local-Fix:
Workaround: Fix the index owner value.  The best way is to 
identify the unique index or constraint, drop it and recreate it 
with a valid owner (i.e. not an empty owner string).  The 
following SQL might help: 
 
select * from sysindices where tabid in (select tabid from 
systables where tabname="replicate_table_name_here"); 
select * from sysconstraints where tabid in (select tabid from 
systables where tabname="replicate_table_name_here");
Lösung
Problem Fixed In IDS-12.10.xC5
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
25.09.2014
16.10.2015
16.10.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
12.10.xC5 FixList
12.10.xC5.W1 FixList