dbTalk Databases Forums  

Re: Purify UMR error in Dbc::get

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


Discuss Re: Purify UMR error in Dbc::get in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ubell@sleepycat.com
 
Posts: n/a

Default Re: Purify UMR error in Dbc::get - 12-30-2005 , 12:41 PM







Kiran,

You need to configure the library with --enable-umrw when you run
purify.
This masks unused fields that are copied and then reported by purify.

Michael Ubell
Sleepycat Software.


Reply With Quote
  #2  
Old   
ubell@sleepycat.com
 
Posts: n/a

Default Re: Purify UMR error in Dbc::get - 01-01-2006 , 09:45 PM






Kiran,

If you are getting this same error then it indicates that you have not
fully
recompiled the library after configuring with --enable-umrw. You must
do:
make clean
.../dist/configure --enable-umrw
make
make install

If you are still getting this problem then recompile lock.c with -g
flag
so that I can see what line number the error is happening on.

Michael Ubell
Sleepycat Software


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.