Re: Core dumps in AIX -
04-03-2006
, 12:20 AM
Hi Kiran,
To use Berkeley DB with Purify (or similar tools such as valgrind), you
will need to rebuild it after configuring with the '--enable-umrw'
flag. This ensures that all bytes in a structure are set, including
padding bytes that make no difference to the operation of Berkeley DB.
Otherwise, tools like Purify will report spurious errors.
If you reconfigure with that flag, rebuild DB and still see this error,
please let us know and we'll look into it further.
Regards,
Michael. |