![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi, I am testing my application with purify. I am encountering a core dump. memcpy [rtlib.o] chunk_realloc [libc.so.6] ReAlLoC [libc.so.6] __os_realloc [os_alloc.c:325] __db_retcopy [db_ret.c:133] __db_ret [db_ret.c:72] __db_c_get [db_cam.c:778] __db_c_get_pp [db_iface.c:1741] Dbc::get(Dbt *,Dbt *, unsigned) [cxx_dbc.cpp:80] e Please let me know how to resolve this. |
|
--enable-umrw Rational Software's Purify product and other run-time tools complain about uninitialized reads/writes of structure fields whose only purpose is padding, as well as when heap memory that was never initialized is written to disk. Specify the --enable-umrw argument during configuration to mask these errors. This argument should not be specified when configuring to build production binaries. |
![]() |
| Thread Tools | |
| Display Modes | |
| |