Hi Gurpreet,
Quote:
My application service is using BDB in which i am retreiving huge
number of key/data pair using Dbc::get with Flag set as DB_SET_RANGE.
When I open DB environment with DB_LOG_INMEMORY flag and number of
records are around 20k's matching the key specified for query method,
Dbc::get result in core dump. But if DB env is open without
DB_LOG_INMEMORY, there is no core Dump. |
Can you please post a stack trace from the core dump, using a debug
build of Berkeley DB (so that we can see the line numbers)? Also,
please specify which version of Berkeley DB you are using and what
platform you are using.
Regards,
Michael.