dbTalk Databases Forums  

Re: Core dump during stress test

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss Re: Core dump during stress test in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael Cahill
 
Posts: n/a

Default Re: Core dump during stress test - 11-06-2006 , 06:17 PM






Hi Kiran,

Quote:
#4 0x4a1641f5 in __db_assert () at ../common/db_err.c:153
#5 0x4a1983f4 in __memp_check_order (hp=0x40038ac0) at
../mp/mp_alloc.c:391
This assertion failure indicates that Berkeley DB's cache data
structures in shared memory have become inconsistent. In particular,
that page eviction priority in hash bucket in the cache is incorrect.

I don't know of any bugs in DB 4.3 that cause this assertion to fire,
but this kind of thing would probably go unnoticed in a release build
with assertions disabled (the only consequence of this problem is that
the wrong page might be selected for eviction).

Can you tell me more about what the application is doing when this
problem occurs? Also, is it possible to run the same application
against version 4.5 to see whether it has been fixed (the code in
question had considerable work to support multiversion concurrency
control).

Regards,
Michael Cahill, Oracle.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.