Am 06.04.2005 um 17:56 schrieb D�hr, Markus ICC-H:

Hi,

I was finally able to activate the slowknl (!) on Solaris10/AMD64:
2004-04-06 17:50:13    15     53070 SAVPOINT B20PREPARE_SVP: 2
2004-04-06 17:50:13    15         8 Pager    SVP(3) Start Write Data
--------------------------------------- current write position
-----------------


(dbx) thread [EMAIL PROTECTED]
[EMAIL PROTECTED] ([EMAIL PROTECTED]) stopped in Pager_Writer::WriteDataPages at line 746 in file
"Pager_Writer.cpp"
dbx: warning: can't find file
"/home/sapdb/maxdb-7500/sys/wrk/fast/tmp/Pager_Writer.cpp"
(dbx) where
current thread: [EMAIL PROTECTED]
=>[1] Pager_Writer::WriteDataPages(this = 0x20007788c50, Trans = STRUCT,
pNodes = CLASS, Offset = 16776575, Cluster = CLASS), line 746 i
n "Pager_Writer.cpp"
[2] Pager_Writer::FlushDataCacheAfterPrepare(this = 0x20007788c50), line
608 in "Pager_Writer.cpp"



The call[2] in line 608 is:
WriteDataPages (m_trans, nodePtrList, 0, cluster);
with '0' as the third parameter, the cluster offset
but the debugger prints the value in the called function as 'Offset = 16776575'
-> this is not what we expect here :-)
The kernel crashes as the the array tbd00_NodePtrList &pNodes is defined for a maximum
of 64 elements.


  Henrik


-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to