Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IC74352 Status: Geschlossen

ERROR HANDLING DURING INDEX PAGE PREFETCHING MIGHT CAUSE INSTANCE TO ABEND

Produkt:
DB2 FOR LUW / DB2FORLUW / 950 - DB2
Problembeschreibung:
When index page prefetching encounters an error (for example a 
bad index page error), the error handling might attempt to 
double free a piece of memory, bringing down the instance. 
Index page prefetching can occur during index reorg, or a normal 
select. 
 
The trapping process will produce the following callstack 
 
<StackTrace> 
0x0900000005378BE0 sqloCrashOnCriticalMemoryValidationFailure + 
0x20 
0x0900000005379590  sqlofmblkEx + 0x490 
 
0x0900000006274E5C sqlbServiceLeafRequest__FP11SQLB_pfMisc + 
0x14BC 
0x090000000626F3E8 
sqlbPFPrefetcherEntryPoint__FP16sqbPrefetcherEdu + 0xAA8 
0x090000000627D90C RunEDU__16sqbPrefetcherEduFv + 0x2C 
0x09000000054780B8  EDUDriver__9sqzEDUObjFv + 0x278 
 
0x0900000005477DF0  sqlzRunEDU__FPcUi + 0x10 
0x09000000053C7F4C sqloEDUEntry + 0x2CC 
</StackTrace> 
 
With error messages that look like the following: 
 
2011-02-01-19.37.13.415181-360 I1863695A2348      LEVEL: Severe 
PID    : 15139044            TID  : 34183      PROC : db2sysc 
0 
INSTANCE: db2inst1              NODE : 000 
EDUID  : 34183                EDUNAME: db2pfchr (SAMPLE) 0 
FUNCTION: DB2 UDB, buffer pool services, sqlbServiceLeafRequest, 
probe:4479 
DATA #1 : String, 9 bytes 
leafFixCB 
DATA #2 : Fix control block, PD_TYPE_SQLB_FIX_CB, 168 bytes 
  accessMethod:  SQLB_POOL_RELATIVE 
  fixMode:                        2  SQLBOLD/SQLBOLDS 
  buffptr:      0x070000028fcac000 
  bpdPtr:        0x07000000725f3308 
  dmDebugHdl:                    0 
  objectPageNum:              49407 
  empDiskPageNum:        4294967295 
  unfixFlags:                    0 
  dirtyState:    SQLBCLEAN 
  fixInfoFlags: 
  regEDUid:      0
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* When index page prefetching encounters an error (for example * 
* a                                                            * 
* bad index page error), the error handling might attempt to   * 
*                                                              * 
* double free a piece of memory, bringing down the instance.   * 
*                                                              * 
* Index page prefetching can occur during index reorg, or a    * 
* normal select.                                               * 
*                                                              * 
*                                                              * 
*                                                              * 
* The trapping process will produce the following callstack    * 
*                                                              * 
*                                                              * 
*                                                              * 
* <StackTrace>                                                 * 
*                                                              * 
* 0x0900000005378BE0                                           * 
* sqloCrashOnCriticalMemoryValidationFailure +0x20             * 
*                                                              * 
* 0x0900000005379590  sqlofmblkEx + 0x490                      * 
*                                                              * 
* 0x0900000006274E5C sqlbServiceLeafRequest__FP11SQLB_pfMisc   * 
* +0x14BC                                                      * 
*                                                              * 
* 0x090000000626F3E8                                           * 
* sqlbPFPrefetcherEntryPoint__FP16sqbPrefetcherEdu + 0xAA8     * 
*                                                              * 
* 0x090000000627D90C RunEDU__16sqbPrefetcherEduFv + 0x2C       * 
*                                                              * 
* 0x09000000054780B8  EDUDriver__9sqzEDUObjFv + 0x278          * 
*                                                              * 
* 0x0900000005477DF0  sqlzRunEDU__FPcUi + 0x10                 * 
*                                                              * 
* 0x09000000053C7F4C sqloEDUEntry + 0x2CC                      * 
*                                                              * 
* </StackTrace>                                                * 
*                                                              * 
*                                                              * 
*                                                              * 
* With error messages that look like the following:            * 
*                                                              * 
*                                                              * 
*                                                              * 
* 2011-02-01-19.37.13.415181-360 I1863695A2348      LEVEL:     * 
* Severe                                                       * 
* PID    : 15139044            TID  : 34183      PROC :        * 
* db2sysc                                                      * 
* 0                                                            * 
*                                                              * 
* INSTANCE: db2inst1              NODE : 000                   * 
*                                                              * 
* EDUID  : 34183                EDUNAME: db2pfchr (SAMPLE) 0   * 
*                                                              * 
* FUNCTION: DB2 UDB, buffer pool services,                     * 
* sqlbServiceLeafRequest, probe:4479                           * 
*                                                              * 
* DATA #1 : String, 9 bytes leafFixCB                          * 
*                                                              * 
* DATA #2 : Fix control block, PD_TYPE_SQLB_FIX_CB, 168 bytes  * 
*                                                              * 
* accessMethod:  SQLB_POOL_RELATIVE                            * 
*                                                              * 
* fixMode:                        2  SQLBOLD/SQLBOLDS          * 
*                                                              * 
* buffptr:      0x070000028fcac000                             * 
*                                                              * 
* bpdPtr:        0x07000000725f3308                            * 
*                                                              * 
* dmDebugHdl:                    0                             * 
*                                                              * 
* objectPageNum:              49407                            * 
*                                                              * 
* empDiskPageNum:        4294967295                            * 
*                                                              * 
* unfixFlags:                    0                             * 
*                                                              * 
* dirtyState:    SQLBCLEAN                                     * 
*                                                              * 
* fixInfoFlags:                                                * 
*                                                              * 
* regEDUid:      0                                             * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to V9.5 fixpack 8                                    * 
****************************************************************
Local-Fix:
verfügbare FixPacks:
DB2 Version 9.5 Fix Pack 8 for Linux, UNIX, and Windows
DB2 Version 9.5 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.5 Fix Pack 10 for Linux, UNIX, and Windows

Lösung
Fixed in V9.5 Fixpack 8
Workaround
keiner bekannt / siehe Local-Fix
Bug-Verfolgung
Vorgänger  : APAR is sysrouted TO one or more of the following: IC75696 
Nachfolger : 
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
08.02.2011
14.07.2011
14.07.2011
Problem behoben ab folgender Versionen (IBM BugInfos)
9.5.FP8
Problem behoben lt. FixList in der Version
9.5.0.8 FixList